com.adventnet.snmp.snmp2
Class SnmpNotifyFilterProfileEntry

java.lang.Object
  |
  +--com.adventnet.snmp.snmp2.SnmpNotifyFilterProfileEntry
All Implemented Interfaces:
java.io.Serializable

public class SnmpNotifyFilterProfileEntry
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

SnmpNotifyFilterProfileEntry

public SnmpNotifyFilterProfileEntry(byte[] paramsName)
Constructs a new SnmpNotifyFilterProfileEntry with the specified SnmpTargetParamsEntry.
Parameters:
paramsName - The snmpTargetParamsName used to create a new SnmpNotifyFilterProfileEntry.
Method Detail

setFilterProfileName

public void setFilterProfileName(byte[] filterName)
Sets the filterProfileName value associated with this object.
Parameters:
filterName - The snmpNotifyFilterProfileName value to be associated with this object.

getFilterProfileName

public byte[] getFilterProfileName()
Retrieves the snmpNotifyFilterProfileName value associated with this object.
Returns:
the snmpNotifyFilterProfileName value associated with this object.

setStorageType

public void setStorageType(int type)
Sets the snmpNotifyFilterProfileStorType value associated with this object.
Parameters:
type - The snmpNotifyFilterProfileStorType value to be associated with this object.

getStorageType

public int getStorageType()
Retrieves the snmpNotifyFilterProfileStorType value associated with this object.
Returns:
the snmpNotifyFilterProfileStorType value associated with this object.

setRowStatus

public void setRowStatus(int status)
Sets the snmpNotifyFilterProfileRowStatus value associated with this object.
Parameters:
status - The snmpNotifyFilterProfileRowStatus value to be associated with this object.

getRowStatus

public int getRowStatus()
Retrieves the snmpNotifyFilterProfileRowStatus value associated with this object.
Returns:
the snmpNotifyFilterProfileRowStatus value associated with this object.

getKey

public java.lang.Object getKey()
Returns the key associated with this SnmpNotifyFilterProfileEntry
Returns:
The key as a String Buffer Object.

getKey

public static java.lang.Object getKey(byte[] targetParamsName)
Retrieves the key corresponding to the snmpTargetParamsName specified as parameter.
Parameters:
targetParamsName - The snmpTargetParamsName for which the key is to be retrieved.
Returns:
The key as a String Buffer Object.


Copyright (c)AdventNet Inc., 1996-2004