com.adventnet.snmp.mibs
Class JdbcNotificationGroup
java.lang.Object
|
+--com.adventnet.snmp.mibs.NotificationGroup
|
+--com.adventnet.snmp.mibs.JdbcNotificationGroup
- class JdbcNotificationGroup
- extends NotificationGroup
- See Also:
- Serialized Form
|
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
|
|
Method Summary |
java.lang.String |
getDescription()
Gets the description for this NotififcationGroup object. |
java.lang.String |
getName()
Gets the name of this NotificationGroup object. |
java.lang.String |
getNotificationNames()
|
java.util.Vector |
getNotifications()
Gets the notifications defined in this NOTIFICATION-GROUP macro. |
java.lang.String |
getNumberedOIDString()
Gets the numbered oid String of this NotificationGroup. |
java.lang.String |
getOIDString()
Gets the named oid String of this NotificationGroup. |
java.lang.String |
getReference()
Gets the REFERENCE string for this NotificationGroup object. |
java.lang.String |
getStatus()
Gets the status value for this NotificationGroup object. |
java.lang.String |
toString()
Returns the name of this NotificationGroup object. |
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
moduleName
java.lang.String moduleName
name
java.lang.String name
oid
java.lang.String oid
oidStr
java.lang.String oidStr
queryString
java.lang.String queryString
rs
java.sql.ResultSet rs
jMibOps
JdbcMibOperations jMibOps
tableName
java.lang.String tableName
JdbcNotificationGroup
JdbcNotificationGroup()
JdbcNotificationGroup
JdbcNotificationGroup(java.lang.String ModuleName,
java.lang.String Name,
java.lang.String OID,
java.lang.String oidString,
JdbcMibOperations jdbcMibOps)
getNotificationNames
public java.lang.String getNotificationNames()
getStatus
public java.lang.String getStatus()
- Description copied from class: NotificationGroup
- Gets the status value for this NotificationGroup object.
- Overrides:
- getStatus in class NotificationGroup
- Tags copied from class: NotificationGroup
- Returns:
- the value of the STATUS clause for this NOTIFICATION-GROUP
macro.
getName
public java.lang.String getName()
- Description copied from class: NotificationGroup
- Gets the name of this NotificationGroup object.
Same as the method toString()
- Overrides:
- getName in class NotificationGroup
- Tags copied from class: NotificationGroup
- Returns:
- String - the name of this NotificationGroup object.
- See Also:
NotificationGroup.toString()
getDescription
public java.lang.String getDescription()
- Description copied from class: NotificationGroup
- Gets the description for this NotififcationGroup object.
- Overrides:
- getDescription in class NotificationGroup
- Tags copied from class: NotificationGroup
- Returns:
- the value of the DESCRIPTION clause for this
NOTIFICATION-GROUP macro.
getReference
public java.lang.String getReference()
- Description copied from class: NotificationGroup
- Gets the REFERENCE string for this NotificationGroup object.
- Overrides:
- getReference in class NotificationGroup
- Tags copied from class: NotificationGroup
- Returns:
- the REFERENCE value, if present.
empty string, if not found.
getNotifications
public java.util.Vector getNotifications()
- Description copied from class: NotificationGroup
- Gets the notifications defined in this NOTIFICATION-GROUP macro.
The method return the value of NOTIFICATIONS clause as a Vector.
- Overrides:
- getNotifications in class NotificationGroup
- Tags copied from class: NotificationGroup
- Returns:
- Vector containing the notifications.
toString
public java.lang.String toString()
- Description copied from class: NotificationGroup
- Returns the name of this NotificationGroup object.
Same as the getName() method
- Overrides:
- toString in class NotificationGroup
- Tags copied from class: NotificationGroup
- See Also:
NotificationGroup.getName()
getOIDString
public java.lang.String getOIDString()
- Description copied from class: NotificationGroup
- Gets the named oid String of this NotificationGroup.
- Overrides:
- getOIDString in class NotificationGroup
- Tags copied from class: NotificationGroup
- Returns:
- the named oid String of this NotificationGroup
object.
getNumberedOIDString
public java.lang.String getNumberedOIDString()
- Description copied from class: NotificationGroup
- Gets the numbered oid String of this NotificationGroup.
- Overrides:
- getNumberedOIDString in class NotificationGroup
- Tags copied from class: NotificationGroup
- Returns:
- the numbered oid String of this NotificationGroup
object.