public class TableDsApplIfOpsTable extends SnmpTableSupport implements Serializable
Modifier and Type | Field and Description |
---|---|
protected MBeanServer |
server
Reference to the MBean server.
|
Constructor and Description |
---|
TableDsApplIfOpsTable(SnmpMib myMib)
Constructor for the table.
|
TableDsApplIfOpsTable(SnmpMib myMib,
MBeanServer server)
Constructor for the table.
|
Modifier and Type | Method and Description |
---|---|
void |
addEntry(DsApplIfOpsEntryMBean entry)
Add a new entry to the table.
|
void |
addEntry(DsApplIfOpsEntryMBean entry,
ObjectName name)
Add a new entry to the table.
|
ObjectName |
buildNameFromIndex(SnmpIndex index) |
SnmpOid |
buildOidFromIndex(SnmpIndex index)
Build index for "DsApplIfOpsEntry".
|
SnmpOid |
buildOidFromIndexVal(Integer aApplIndex,
Integer aDsApplIfProtocolIndex)
Build index for "DsApplIfOpsEntry".
|
SnmpIndex |
buildSnmpIndex(DsApplIfOpsEntryMBean entry)
Build index for "DsApplIfOpsEntry".
|
SnmpIndex |
buildSnmpIndex(long[] index,
int start)
Build index for "DsApplIfOpsEntry".
|
Object |
createDsApplIfOpsEntryMBean(SnmpMibSubRequest req,
SnmpOid rowOid,
int depth,
ObjectName entryObjName,
SnmpMibTable meta,
Integer aApplIndex,
Integer aDsApplIfProtocolIndex)
Factory method for "DsApplIfOpsEntry" entry MBean class.
|
void |
createNewEntry(SnmpMibSubRequest req,
SnmpOid rowOid,
int depth,
SnmpMibTable meta) |
DsApplIfOpsEntryMBean[] |
getEntries()
Return the entries stored in the table.
|
protected SnmpMibTable |
getRegisteredTableMeta(SnmpMib mib) |
void |
removeEntry(DsApplIfOpsEntryMBean entry)
Remove the specified entry from the table.
|
void |
removeEntryCb(int pos,
SnmpOid row,
ObjectName name,
Object entry,
SnmpMibTable meta) |
protected MBeanServer server
public TableDsApplIfOpsTable(SnmpMib myMib)
public TableDsApplIfOpsTable(SnmpMib myMib, MBeanServer server)
public void createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth, SnmpMibTable meta) throws SnmpStatusException
SnmpStatusException
protected SnmpMibTable getRegisteredTableMeta(SnmpMib mib)
public void removeEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta) throws SnmpStatusException
SnmpStatusException
public void addEntry(DsApplIfOpsEntryMBean entry) throws SnmpStatusException
SnmpStatusException
public void addEntry(DsApplIfOpsEntryMBean entry, ObjectName name) throws SnmpStatusException
SnmpStatusException
public DsApplIfOpsEntryMBean[] getEntries()
public void removeEntry(DsApplIfOpsEntryMBean entry) throws SnmpStatusException
SnmpStatusException
public ObjectName buildNameFromIndex(SnmpIndex index) throws SnmpStatusException
SnmpStatusException
public SnmpIndex buildSnmpIndex(DsApplIfOpsEntryMBean entry) throws SnmpStatusException
SnmpStatusException
public SnmpOid buildOidFromIndex(SnmpIndex index) throws SnmpStatusException
SnmpStatusException
public SnmpOid buildOidFromIndexVal(Integer aApplIndex, Integer aDsApplIfProtocolIndex) throws SnmpStatusException
SnmpStatusException
public SnmpIndex buildSnmpIndex(long[] index, int start) throws SnmpStatusException
SnmpStatusException
public Object createDsApplIfOpsEntryMBean(SnmpMibSubRequest req, SnmpOid rowOid, int depth, ObjectName entryObjName, SnmpMibTable meta, Integer aApplIndex, Integer aDsApplIfProtocolIndex) throws SnmpStatusException
SnmpStatusException
Copyright 2010-2018 ForgeRock AS.