|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MOTable | |
|---|---|
| org.snmp4j.agent.example | |
| org.snmp4j.agent.mo | |
| org.snmp4j.agent.mo.snmp | |
| org.snmp4j.agent.mo.snmp4j | |
| org.snmp4j.agent.mo.snmp4j.example | |
| Uses of MOTable in org.snmp4j.agent.example |
|---|
| Methods in org.snmp4j.agent.example that return MOTable | |
|---|---|
MOTable |
Snmp4jDemoMib.getSnmp4jDemoEntry()
|
| Uses of MOTable in org.snmp4j.agent.mo |
|---|
| Classes in org.snmp4j.agent.mo that implement MOTable | |
|---|---|
class |
DefaultMOTable<R extends MOTableRow,C extends MOColumn,M extends MOTableModel<R>>
The DefaultMOTable class is the default implementation of the
MOTable class. |
| Methods in org.snmp4j.agent.mo that return MOTable | |
|---|---|
MOTable |
DefaultMOFactory.createTable(org.snmp4j.smi.OID oid,
MOTableIndex indexDef,
MOColumn[] columns)
|
MOTable |
MOFactory.createTable(org.snmp4j.smi.OID oid,
MOTableIndex indexDef,
MOColumn[] columns)
Creates a MOTable instance for the supplied OID, index definition, and columns with the DefaultMOMutableTableModel as table model. |
MOTable |
DefaultMOFactory.createTable(org.snmp4j.smi.OID oid,
MOTableIndex indexDef,
MOColumn[] columns,
MOTableModel model)
|
MOTable |
MOFactory.createTable(org.snmp4j.smi.OID oid,
MOTableIndex indexDef,
MOColumn[] columns,
MOTableModel model)
Creates a MOTable instance for the supplied OID, index definition, columns, and table model. |
MOTable |
MOTableRowEvent.getTable()
|
MOTable |
MOColumn.getTable()
|
| Methods in org.snmp4j.agent.mo with parameters of type MOTable | |
|---|---|
MOTableRelation |
DefaultMOFactory.createTableRelation(MOTable baseTable,
MOTable dependentTable)
|
MOTableRelation |
DefaultMOFactory.createTableRelation(MOTable baseTable,
MOTable dependentTable)
|
MOTableRelation |
MOFactory.createTableRelation(MOTable baseTable,
MOTable dependentTable)
Creates a relation between two tables. |
MOTableRelation |
MOFactory.createTableRelation(MOTable baseTable,
MOTable dependentTable)
Creates a relation between two tables. |
void |
MOColumn.setTable(MOTable table)
Sets the table instance this columnar object is contained in. |
| Constructors in org.snmp4j.agent.mo with parameters of type MOTable | |
|---|---|
MOTableRelation(MOTable baseTable,
MOTable dependentTable)
Creates a table relation from a base table and the dependent table. |
|
MOTableRelation(MOTable baseTable,
MOTable dependentTable)
Creates a table relation from a base table and the dependent table. |
|
MOTableRowEvent(java.lang.Object source,
MOTable table,
MOTableRow row,
int type)
Creates a table row event based on table, row and type that cannot be canceled by the event listener. |
|
MOTableRowEvent(java.lang.Object source,
MOTable table,
MOTableRow row,
int type,
boolean deniable)
Creates a table row event based on table, row and type that may be canceled by the event listener depending on the specified flag. |
|
MOTableRowEvent(java.lang.Object source,
MOTable table,
MOTableRow row,
MOTableRow preparedChanges,
int type)
Creates a table row event based on table, row, prepared changes, and type that cannot be canceled by the event listener. |
|
MOTableRowEvent(java.lang.Object source,
MOTable table,
MOTableRow row,
MOTableRow preparedChanges,
int type,
boolean deniable)
Creates a table row event based on table, row, prepared changes, and type. |
|
| Uses of MOTable in org.snmp4j.agent.mo.snmp |
|---|
| Classes in org.snmp4j.agent.mo.snmp that implement MOTable | |
|---|---|
class |
SNMPv2MIB.SysOREntry
|
| Methods in org.snmp4j.agent.mo.snmp that return MOTable | |
|---|---|
MOTable |
NotificationLogMib.getNlmConfigLogEntry()
|
MOTable |
NotificationLogMib.getNlmLogEntry()
|
MOTable |
NotificationLogMib.getNlmLogVariableEntry()
|
MOTable |
NotificationLogMib.getNlmStatsLogEntry()
|
MOTable |
SnmpCommunityMIB.getSnmpCommunityEntry()
|
MOTable |
SnmpProxyMIB.getSnmpProxyEntry()
Returns the proxy configuration table defined as "snmpProxyTable". |
MOTable |
SnmpCommunityMIB.getSnmpTargetAddrExtEntry()
|
MOTable |
SnmpTlsTmMib.getSnmpTlstmAddrEntry()
|
MOTable |
SnmpTlsTmMib.getSnmpTlstmCertToTSNEntry()
|
MOTable |
SnmpTlsTmMib.getSnmpTlstmParamsEntry()
|
MOTable |
RowStatusEvent.getTable()
|
MOTable |
RowPointer.getTargetTable()
|
MOTable |
VacmMIB.getVacmSecurityToGroupTable()
|
| Methods in org.snmp4j.agent.mo.snmp with parameters of type MOTable | |
|---|---|
void |
SnmpCommunityMIB.setBaseTableSnmpTargetAddrEntry(MOTable baseTable)
|
void |
RowStatus.setTable(MOTable table)
Sets the table instance this columnar object is contained in. |
void |
RowPointer.setTargetTable(MOTable targetTable)
|
void |
RowStatus.unsetTable(MOTable table)
Unsets the table instance and thus unregisters itself as MOChangeListener and MOTableRowListener. |
| Constructors in org.snmp4j.agent.mo.snmp with parameters of type MOTable | |
|---|---|
RowPointer(int columnID,
MOAccess access,
org.snmp4j.smi.OID defaultValue,
boolean mutableInService,
MOTable targetTable)
|
|
RowStatusEvent(java.lang.Object source,
MOTable table,
MOTableRow row,
MOTableRow changeSet,
int oldStatus,
int newStatus)
|
|
RowStatusEvent(java.lang.Object source,
MOTable table,
MOTableRow row,
MOTableRow changeSet,
int oldStatus,
int newStatus,
boolean deniable)
|
|
RowStatusEvent(java.lang.Object source,
MOTable table,
MOTableRow row,
MOTableRow changeSet,
int oldStatus,
int newStatus,
boolean deniable,
SubRequest request)
Creates a row status event and associates a security name with the status change. |
|
| Uses of MOTable in org.snmp4j.agent.mo.snmp4j |
|---|
| Methods in org.snmp4j.agent.mo.snmp4j that return MOTable | |
|---|---|
MOTable |
Snmp4jConfigMib.getSnmp4jCfgStorageEntry()
|
MOTable |
Snmp4jLogMib.getSnmp4jLogConsoleHandlerEntry()
|
MOTable |
Snmp4jLogMib.getSnmp4jLogFileHandlerEntry()
|
MOTable |
Snmp4jLogMib.getSnmp4jLogHandlerEntry()
|
MOTable |
Snmp4jLogMib.getSnmp4jLogLoggerEntry()
|
MOTable |
Snmp4jLogMib.getSnmp4jLogLoggerToHandlerEntry()
|
MOTable |
Snmp4jProxyMib.getSnmp4jProxyEntry()
|
| Uses of MOTable in org.snmp4j.agent.mo.snmp4j.example |
|---|
| Methods in org.snmp4j.agent.mo.snmp4j.example that return MOTable | |
|---|---|
MOTable |
Snmp4jHeartbeatMib.getSnmp4jAgentHBCtrlEntry()
|
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||