com.adventnet.snmp.mibs
Class JdbcModuleCompliance

java.lang.Object
  |
  +--com.adventnet.snmp.mibs.ModuleCompliance
        |
        +--com.adventnet.snmp.mibs.JdbcModuleCompliance

class JdbcModuleCompliance
extends ModuleCompliance
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  JdbcMibOperations jMibOps
           
(package private)  java.util.Vector mcModules
           
(package private)  java.lang.String mcName
           
(package private)  java.lang.String oid
           
(package private)  java.lang.String oidStr
           
(package private)  java.sql.ResultSet rs
           
(package private)  java.lang.String tableName
           
 
Fields inherited from class com.adventnet.snmp.mibs.ModuleCompliance
descr, mcModules, mcName, numOid, OIDString, ref, status
 
Constructor Summary
(package private) JdbcModuleCompliance()
           
(package private) JdbcModuleCompliance(java.lang.String mcName, java.lang.String oid, java.lang.String oidStr, JdbcMibOperations jMibOps, java.lang.String tableName)
           
 
Method Summary
 java.lang.String getDescription()
          Returns the value of the DESCRIPTION clause for this ModuleCompliance.
 ModuleComplianceModule getMCModule(java.lang.String module)
          Returns the ModuleComplianceModule object for the given name.
 java.util.Vector getMCModules()
          Returns the Vector of ModuleComplianceModule objects.
 java.lang.String getName()
          Returns the name of this ModuleCompliance object.
 java.lang.String getNumberedOIDString()
          Returns the numbered oid String of this ModuleCompliance node.
 java.lang.String getOIDString()
          Returns the named oid String of this ModuleCompliance node.
 java.lang.String getReference()
          Returns the value of the REFERENCE clause for this ModuleCompliance.
 java.lang.String getStatus()
          Returns the STATUS value of this ModuleCompliance.
 java.lang.String toString()
          Returns the name of this ModuleCompliance object.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mcName

java.lang.String mcName

oid

java.lang.String oid

oidStr

java.lang.String oidStr

tableName

java.lang.String tableName

jMibOps

JdbcMibOperations jMibOps

mcModules

java.util.Vector mcModules

rs

java.sql.ResultSet rs
Constructor Detail

JdbcModuleCompliance

JdbcModuleCompliance()

JdbcModuleCompliance

JdbcModuleCompliance(java.lang.String mcName,
                     java.lang.String oid,
                     java.lang.String oidStr,
                     JdbcMibOperations jMibOps,
                     java.lang.String tableName)
Method Detail

getName

public java.lang.String getName()
Description copied from class: ModuleCompliance
Returns the name of this ModuleCompliance object.
Overrides:
getName in class ModuleCompliance
Tags copied from class: ModuleCompliance
See Also:
ModuleCompliance.toString()

toString

public java.lang.String toString()
Description copied from class: ModuleCompliance
Returns the name of this ModuleCompliance object. Same as getName()
Overrides:
toString in class ModuleCompliance
Tags copied from class: ModuleCompliance
See Also:
ModuleCompliance.toString()

getStatus

public java.lang.String getStatus()
Description copied from class: ModuleCompliance
Returns the STATUS value of this ModuleCompliance.
Overrides:
getStatus in class ModuleCompliance

getMCModules

public java.util.Vector getMCModules()
Description copied from class: ModuleCompliance
Returns the Vector of ModuleComplianceModule objects. This ModuleComplianceModule object contains information about the Modules defined in this ModuleCompliance.
Overrides:
getMCModules in class ModuleCompliance

getMCModule

public ModuleComplianceModule getMCModule(java.lang.String module)
Description copied from class: ModuleCompliance
Returns the ModuleComplianceModule object for the given name. This ModuleComplianceModule object contains information about the Modules defined in this ModuleCompliance.
Overrides:
getMCModule in class ModuleCompliance
Tags copied from class: ModuleCompliance
Parameters:
module - name of the MODULE
Returns:
ModuleCompliance object if the module is defined in this ModuleCompliance. null otherwise

getDescription

public java.lang.String getDescription()
Description copied from class: ModuleCompliance
Returns the value of the DESCRIPTION clause for this ModuleCompliance.
Overrides:
getDescription in class ModuleCompliance

getReference

public java.lang.String getReference()
Description copied from class: ModuleCompliance
Returns the value of the REFERENCE clause for this ModuleCompliance.
Overrides:
getReference in class ModuleCompliance

getNumberedOIDString

public java.lang.String getNumberedOIDString()
Description copied from class: ModuleCompliance
Returns the numbered oid String of this ModuleCompliance node.
Overrides:
getNumberedOIDString in class ModuleCompliance

getOIDString

public java.lang.String getOIDString()
Description copied from class: ModuleCompliance
Returns the named oid String of this ModuleCompliance node.
Overrides:
getOIDString in class ModuleCompliance