|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.adventnet.snmp.mibs.ModuleIdentity
|
+--com.adventnet.snmp.mibs.JdbcModuleIdentity
| Field Summary | |
(package private) java.lang.String |
contactInfo
|
(package private) java.lang.String |
description
|
(package private) JdbcMibOperations |
jMibOps
|
(package private) java.lang.String |
lastUpdated
|
(package private) java.lang.String |
moduleName
|
(package private) java.lang.String |
name
|
(package private) java.lang.String |
numOid
|
(package private) java.lang.String |
oidStr
|
(package private) java.lang.String |
organization
|
(package private) java.lang.String |
queryString
|
(package private) java.util.Hashtable |
revItems
|
(package private) java.sql.ResultSet |
rs
|
(package private) java.lang.String |
tableName
|
| Fields inherited from class com.adventnet.snmp.mibs.ModuleIdentity |
contactinfo,
description,
lastupdated,
name,
numOid,
OIDString,
organization,
revisionDescriptions,
revisions |
| Constructor Summary | |
JdbcModuleIdentity(java.lang.String modulename,
java.lang.String Name,
JdbcMibOperations jdbcMibOps,
java.lang.String oid,
java.lang.String oidString)
|
|
| Method Summary | |
java.lang.String |
getContactInfo()
Gets the value of CONTACT-INFO clause in this MODULE-IDENTITY macro |
java.lang.String |
getDescription()
Gets the description for this MODULE-IDENTITY macro. |
java.lang.String |
getLastUpdated()
Gets the value of the LAST-UPDATED clause in this MODULE-IDENTITY macro. |
java.lang.String |
getName()
Gets the name of this ModuleIdentity object. |
java.lang.String |
getNumberedOIDString()
Gets the numbered oid String of this ModuleIdentity. |
java.lang.String |
getOIDString()
Gets the named oid String of this ModuleIdentity. |
java.lang.String |
getOrganization()
Gets the value of the ORGANIZATION clause in this MODULE-IDENTITY macro. |
java.lang.String |
getRevisionDescription(java.lang.String revision)
Gives the description for the given revision. |
java.util.Hashtable |
getRevisionItems()
|
java.util.Vector |
getRevisions()
Gets the value of REVISION clause in this MODULE-IDENTITY macro. |
java.lang.String |
toString()
Gives the name of this ModuleIdentity object. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.lang.String moduleName
java.lang.String name
java.lang.String lastUpdated
java.lang.String organization
java.lang.String contactInfo
java.lang.String description
java.lang.String oidStr
java.lang.String numOid
java.sql.ResultSet rs
java.util.Hashtable revItems
java.lang.String queryString
java.lang.String tableName
JdbcMibOperations jMibOps
| Constructor Detail |
public JdbcModuleIdentity(java.lang.String modulename,
java.lang.String Name,
JdbcMibOperations jdbcMibOps,
java.lang.String oid,
java.lang.String oidString)
| Method Detail |
public java.lang.String getName()
public java.lang.String getLastUpdated()
The LAST-UPDATED clause specifies the date and time at which the MIB was created or modified last. If the REVISIONS/DESCRIPTION clause is present then the value of the LAST-UPDATED clause must be same as the value of the first REVISIONS clause.
public java.lang.String getOrganization()
The ORGANIZATION clause is used to specify the organization which has the command over the MIB module definitions.
public java.lang.String getContactInfo()
The CONTACT-INFO clause is used to specify the contact points for the technical information regarding this MIB module definitions.
public java.lang.String getDescription()
The DESCRIPTION clause is used to describe this MIB module. The abbrevations, defined terms used throughout the MIB can be explained in detail in the DESCRIPTION clause.
public java.util.Hashtable getRevisionItems()
public java.lang.String toString()
ModuleIdentity.getName()public java.util.Vector getRevisions()
The REVISIONS clause appear along with the DESCRIPTION clause. They are used to specify the date and time of the creation and each revision of the MIB module.
These clauses are optional and if present, should be defined in the reverse chronological order. i.e. the latest revision should appear first.
NOTE : The elements will be null, if setReadDesc(boolean) is set to false.
public java.lang.String getRevisionDescription(java.lang.String revision)
The DESCRIPTION clause which occur along with the REVISION clause is used to describe the creation and revision of the MIB.
NOTE : The elements will be null, if setReadDesc(boolean) is set to false.
public java.lang.String getOIDString()
public java.lang.String getNumberedOIDString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||