|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.mibs.NotificationType
com.adventnet.snmp.mibs.JdbcNotificationType
class JdbcNotificationType
| Field Summary | |
|---|---|
(package private) java.lang.String |
description
|
(package private) JdbcMibOperations |
jMibOps
|
(package private) java.lang.String |
moduleName
|
(package private) java.lang.String |
name
|
(package private) java.lang.String |
objects
|
(package private) java.lang.String |
oid
|
(package private) java.lang.String |
oidStr
|
(package private) java.lang.String |
queryString
|
(package private) java.lang.String |
reference
|
(package private) java.sql.ResultSet |
rs
|
(package private) java.lang.String |
status
|
(package private) java.lang.String |
tableName
|
| Fields inherited from class com.adventnet.snmp.mibs.NotificationType |
|---|
numOid, OIDString |
| Constructor Summary | |
|---|---|
JdbcNotificationType()
|
|
JdbcNotificationType(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 string for this NotificationType object. |
java.lang.String |
getModuleName()
|
java.lang.String |
getName()
Gets the name of this NotificationType object. |
java.lang.String |
getNumberedOIDString()
Gets the numbered oid String of this NotificationType. |
java.lang.String |
getObjectNames()
|
java.util.Vector |
getObjects()
Gets the OBJECT clause names in this NOTIFICATION-TYPE macro. |
java.lang.String |
getOIDString()
Gets the named oid String of this NotificationType. |
java.lang.String |
getReference()
Gets the REFERENCE string for this NotificationType object. |
java.lang.String |
getStatus()
Gets the STATUS value of this NotificationType object. |
java.lang.String |
toString()
Gives the name of this NotificationType object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
java.lang.String moduleName
java.lang.String name
java.lang.String status
java.lang.String description
java.lang.String reference
java.lang.String oid
java.lang.String objects
java.lang.String oidStr
java.lang.String tableName
java.lang.String queryString
java.sql.ResultSet rs
JdbcMibOperations jMibOps
| Constructor Detail |
|---|
public JdbcNotificationType()
public JdbcNotificationType(java.lang.String ModuleName,
java.lang.String Name,
java.lang.String OID,
java.lang.String oidString,
JdbcMibOperations jdbcMibOps)
| Method Detail |
|---|
public java.lang.String getModuleName()
public java.lang.String getName()
NotificationType
getName in class NotificationTypeNotificationType.toString()public java.lang.String getStatus()
NotificationTypeThe status of the objects defined in the OBJECTS clause must conform with the status of the event definition.
i.e. if the status value of the event definition is "current", then all the objects in the OBJECTS clause should have a status value of "current". If the status value of the event definition is "deprecated", then the objects can have a status value of "deprecated" or "current". If the status value of event definition is "obsolete", then the objects can have a status value of "current", "deprecated" or "obsolete".
getStatus in class NotificationTypepublic java.lang.String getDescription()
NotificationType
getDescription in class NotificationTypepublic java.lang.String getReference()
NotificationType
getReference in class NotificationTypepublic java.lang.String getObjectNames()
public java.util.Vector getObjects()
NotificationType
getObjects in class NotificationTypepublic java.lang.String toString()
NotificationType
toString in class NotificationTypeNotificationType.getName()public java.lang.String getOIDString()
NotificationType
getOIDString in class NotificationTypepublic java.lang.String getNumberedOIDString()
NotificationType
getNumberedOIDString in class NotificationType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||