Modifier and Type | Class and Description |
---|---|
static class |
SnmpNotificationMIB.SnmpNotifyFilterTypeEnum |
static class |
SnmpNotificationMIB.SnmpNotifyTypeEnum |
Constructor and Description |
---|
SnmpNotificationMIB() |
Modifier and Type | Method and Description |
---|---|
boolean |
addNotifyEntry(org.snmp4j.smi.OctetString name,
org.snmp4j.smi.OctetString tag,
int type,
int storageType) |
DefaultMOTable<DefaultMOMutableRow2PC,MOColumn,DefaultMOMutableTableModel<DefaultMOMutableRow2PC>> |
getNotifyFilterProfileTable() |
DefaultMOTable<DefaultMOMutableRow2PC,MOColumn,DefaultMOMutableTableModel<DefaultMOMutableRow2PC>> |
getNotifyFilterTable() |
DefaultMOTable<DefaultMOMutableRow2PC,MOColumn,DefaultMOMutableTableModel<DefaultMOMutableRow2PC>> |
getNotifyTable() |
boolean |
hasFilter(org.snmp4j.smi.OctetString filterName) |
boolean |
passesFilter(org.snmp4j.smi.OctetString filterName,
org.snmp4j.smi.OID notificationID,
org.snmp4j.smi.VariableBinding[] vbs) |
boolean |
passesFilter(org.snmp4j.smi.OID paramsIndex,
org.snmp4j.smi.OID notificationID,
org.snmp4j.smi.VariableBinding[] vbs) |
void |
registerMOs(MOServer server,
org.snmp4j.smi.OctetString context)
Registers the managed objects of this group with the server for the
supplied context.
|
boolean |
removeNotifyEntry(org.snmp4j.smi.OctetString name) |
void |
unregisterMOs(MOServer server,
org.snmp4j.smi.OctetString context)
Unregisters the managed objects of this group from the supplied server and
from the supplied context.
|
public static final org.snmp4j.smi.OID oidSnmpNotifyEntry
public static final int colSnmpNotifyTag
public static final int colSnmpNotifyType
public static final int colSnmpNotifyStorageType
public static final int colSnmpNotifyRowStatus
public static final int idxSnmpNotifyTag
public static final int idxSnmpNotifyType
public static final int idxSnmpNotifyStorageType
public static final int idxSnmpNotifyRowStatus
public static final org.snmp4j.smi.OID oidSnmpNotifyFilterEntry
public static final int colSnmpNotifyFilterMask
public static final int colSnmpNotifyFilterType
public static final int colSnmpNotifyFilterStorageType
public static final int colSnmpNotifyFilterRowStatus
public static final int idxSnmpNotifyFilterSubtree
public static final int idxSnmpNotifyFilterMask
public static final int idxSnmpNotifyFilterType
public static final int idxSnmpNotifyFilterStorageType
public static final int idxSnmpNotifyFilterRowStatus
public static final org.snmp4j.smi.OID oidSnmpNotifyFilterProfileEntry
public static final int colSnmpNotifyFilterProfileName
public static final int colSnmpNotifyFilterProfileStorType
public static final int colSnmpNotifyFilterProfileRowStatus
public static final int idxSnmpNotifyFilterProfileName
public static final int idxSnmpNotifyFilterProfileStorType
public static final int idxSnmpNotifyFilterProfileRowStatus
public void registerMOs(MOServer server, org.snmp4j.smi.OctetString context) throws DuplicateRegistrationException
MOGroup
registerMOs
in interface MOGroup
server
- the MOServer
where to register the managed objects.context
- the context to use (may be null
if no specific context
is selected).DuplicateRegistrationException
- if a managed object's scope (i.e. lower bound) is already registered
at the server.public void unregisterMOs(MOServer server, org.snmp4j.smi.OctetString context)
MOGroup
unregisterMOs
in interface MOGroup
server
- the MOServer
where to unregister the managed objects.context
- the context to use (may be null
if no specific context
is selected).public boolean addNotifyEntry(org.snmp4j.smi.OctetString name, org.snmp4j.smi.OctetString tag, int type, int storageType)
public boolean removeNotifyEntry(org.snmp4j.smi.OctetString name)
public DefaultMOTable<DefaultMOMutableRow2PC,MOColumn,DefaultMOMutableTableModel<DefaultMOMutableRow2PC>> getNotifyTable()
public DefaultMOTable<DefaultMOMutableRow2PC,MOColumn,DefaultMOMutableTableModel<DefaultMOMutableRow2PC>> getNotifyFilterTable()
public DefaultMOTable<DefaultMOMutableRow2PC,MOColumn,DefaultMOMutableTableModel<DefaultMOMutableRow2PC>> getNotifyFilterProfileTable()
public boolean hasFilter(org.snmp4j.smi.OctetString filterName)
public boolean passesFilter(org.snmp4j.smi.OctetString filterName, org.snmp4j.smi.OID notificationID, org.snmp4j.smi.VariableBinding[] vbs)
public boolean passesFilter(org.snmp4j.smi.OID paramsIndex, org.snmp4j.smi.OID notificationID, org.snmp4j.smi.VariableBinding[] vbs)
Copyright © 2018 SNMP4J.org. All rights reserved.