|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry
The SnmpNotifyFilterProfileEntry selects a set of management targets which should receive notifications, as well as the type of notification that should be sent to each selected management target.
Constructor Summary | |
SnmpNotifyFilterProfileEntry(byte[] paramsName)
Constructs a new SnmpNotifyFilterProfileEntry with the specified SnmpTargetParamsEntry. |
Method Summary | |
byte[] |
getFilterProfileName()
Retrieves the snmpNotifyFilterProfileName value associated with this object. |
java.lang.Object |
getKey()
Returns the key associated with this SnmpNotifyFilterProfileEntry |
static java.lang.Object |
getKey(byte[] targetParamsName)
Retrieves the key corresponding to the snmpTargetParamsName specified as parameter. |
int |
getRowStatus()
Retrieves the snmpNotifyFilterProfileRowStatus value associated with this object. |
int |
getStorageType()
Retrieves the snmpNotifyFilterProfileStorType value associated with this object. |
void |
setFilterProfileName(byte[] filterName)
Sets the filterProfileName value associated with this object. |
void |
setRowStatus(int status)
Sets the snmpNotifyFilterProfileRowStatus value associated with this object. |
void |
setStorageType(int type)
Sets the snmpNotifyFilterProfileStorType value associated with this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SnmpNotifyFilterProfileEntry(byte[] paramsName)
paramsName
- The snmpTargetParamsName used to create a new
SnmpNotifyFilterProfileEntry.Method Detail |
public void setFilterProfileName(byte[] filterName)
filterName
- The snmpNotifyFilterProfileName value to be associated with
this object.public byte[] getFilterProfileName()
public void setStorageType(int type)
type
- The snmpNotifyFilterProfileStorType value to be associated with
this object.public int getStorageType()
public void setRowStatus(int status)
status
- The snmpNotifyFilterProfileRowStatus value to be associated with
this object.public int getRowStatus()
public java.lang.Object getKey()
String Buffer
Object.public static java.lang.Object getKey(byte[] targetParamsName)
targetParamsName
- The snmpTargetParamsName for which the key is to be retrieved.String Buffer
Object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |