com.adventnet.snmp.mibs
Class JdbcObjectGroup

java.lang.Object
  extended by com.adventnet.snmp.mibs.ObjectGroup
      extended by com.adventnet.snmp.mibs.JdbcObjectGroup
All Implemented Interfaces:
java.io.Serializable

 class JdbcObjectGroup
extends ObjectGroup


Field Summary
(package private)  JdbcMibOperations jMibOps
           
(package private)  java.lang.String moduleName
           
(package private)  java.lang.String name
           
(package private)  java.lang.String oid
           
(package private)  java.lang.String oidStr
           
(package private)  java.lang.String queryString
           
(package private)  java.sql.ResultSet rs
           
(package private)  java.lang.String tableName
           
 
Fields inherited from class com.adventnet.snmp.mibs.ObjectGroup
description, numOid, objects, OIDString, reference, status
 
Constructor Summary
JdbcObjectGroup(java.lang.String ModuleName, java.lang.String Name, java.lang.String OID, java.lang.String oidString, JdbcMibOperations jdbcMibOps)
           
 
Method Summary
 java.lang.String getDescription()
          Gets the description for this ObjectGroup object.
 java.lang.String getName()
          Gets the name of this ObjectGroup object.
 java.lang.String getNumberedOIDString()
          Gets the numbered oid String of this ObjectGroup.
 java.util.Vector getObjects()
          Gets the objects defined in this OBJECT-GROUP macro.
 java.lang.String getOIDString()
          Gets the named oid String of this ObjectGroup.
 java.lang.String getReference()
          Gets the REFERENCE string for this OBJECT-GROUP macro.
 java.lang.String getStatus()
          Gets the status value for this ObjectGroup object.
 java.lang.String toString()
          Gives the name of this ObjectGroup object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

queryString

java.lang.String queryString

rs

java.sql.ResultSet rs

moduleName

java.lang.String moduleName

oid

java.lang.String oid

name

java.lang.String name

tableName

java.lang.String tableName

oidStr

java.lang.String oidStr

jMibOps

JdbcMibOperations jMibOps
Constructor Detail

JdbcObjectGroup

JdbcObjectGroup(java.lang.String ModuleName,
                java.lang.String Name,
                java.lang.String OID,
                java.lang.String oidString,
                JdbcMibOperations jdbcMibOps)
Method Detail

getObjects

public java.util.Vector getObjects()
Description copied from class: ObjectGroup
Gets the objects defined in this OBJECT-GROUP macro.

This method returns the value of OBJECTS clause as a Vector.

Overrides:
getObjects in class ObjectGroup
Returns:
Vector containing the objects.

getName

public java.lang.String getName()
Description copied from class: ObjectGroup
Gets the name of this ObjectGroup object. Same as the method toString()

Overrides:
getName in class ObjectGroup
Returns:
String - the name of this ObjectGroup object.
See Also:
ObjectGroup.toString()

getStatus

public java.lang.String getStatus()
Description copied from class: ObjectGroup
Gets the status value for this ObjectGroup object.

Overrides:
getStatus in class ObjectGroup
Returns:
the value of STATUS clause for this OBJECT-GROUP macro.

getDescription

public java.lang.String getDescription()
Description copied from class: ObjectGroup
Gets the description for this ObjectGroup object.

Overrides:
getDescription in class ObjectGroup
Returns:
the value of the DESCRIPTION clause for this OBJECT-GROUP macro.

getReference

public java.lang.String getReference()
Description copied from class: ObjectGroup
Gets the REFERENCE string for this OBJECT-GROUP macro.

Overrides:
getReference in class ObjectGroup
Returns:
the REFERENCE value, if present.
empty string, if not found.

toString

public java.lang.String toString()
Description copied from class: ObjectGroup
Gives the name of this ObjectGroup object. Same as the getName() method

Overrides:
toString in class ObjectGroup
See Also:
ObjectGroup.getName()

getOIDString

public java.lang.String getOIDString()
Description copied from class: ObjectGroup
Gets the named oid String of this ObjectGroup.

Overrides:
getOIDString in class ObjectGroup
Returns:
the named oid String of this ObjectGroup object.

getNumberedOIDString

public java.lang.String getNumberedOIDString()
Description copied from class: ObjectGroup
Gets the numbered oid String of this ObjectGroup.

Overrides:
getNumberedOIDString in class ObjectGroup
Returns:
the numbered oid String of this ObjectGroup object.