| sun.management.snmp.jvmmib.JvmMemMgrPoolRelTableMeta sun.management.snmp.jvminstr.JvmMemMgrPoolRelTableMetaImpl
JvmMemMgrPoolRelTableMetaImpl | public JvmMemMgrPoolRelTableMetaImpl(SnmpMib myMib, SnmpStandardObjectServer objserv)(Code) | | Constructor for the table. Initialize metadata for
"JvmMemMgrPoolRelTableMeta".
The reference on the MBean server is updated so the entries
created through an SNMP SET will be AUTOMATICALLY REGISTERED
in Java DMK.
|
contains | protected boolean contains(SnmpOid oid, Object userData)(Code) | | |
getEntry | public Object getEntry(SnmpOid oid) throws SnmpStatusException(Code) | | |
getHandler | protected SnmpTableHandler getHandler(Object userData)(Code) | | Get the SnmpTableHandler that holds the jvmMemManagerTable data.
First look it up in the request contextual cache, and if it is
not found, obtain it from the weak cache.
The request contextual cache will be released at the end of the
current requests, and is used only to process this request.
The weak cache is shared by all requests, and is only
recomputed when it is found to be obsolete.
Note that the data put in the request contextual cache is
never considered to be obsolete, in order to preserve data
coherency.
|
getNextOid | protected SnmpOid getNextOid(Object userData) throws SnmpStatusException(Code) | | |
getNextOid | protected SnmpOid getNextOid(SnmpOid oid, Object userData) throws SnmpStatusException(Code) | | |
Fields inherited from sun.management.snmp.jvmmib.JvmMemMgrPoolRelTableMeta | protected SnmpStandardObjectServer objectserver(Code)(Java Doc)
|
Methods inherited from sun.management.snmp.jvmmib.JvmMemMgrPoolRelTableMeta | public synchronized void addEntry(SnmpOid rowOid, ObjectName objname, Object entry) throws SnmpStatusException(Code)(Java Doc) public void check(SnmpMibSubRequest req, SnmpOid rowOid, int depth) throws SnmpStatusException(Code)(Java Doc) protected JvmMemMgrPoolRelEntryMeta createJvmMemMgrPoolRelEntryMetaNode(String snmpEntryName, String tableName, SnmpMib mib, MBeanServer server)(Code)(Java Doc) public void createNewEntry(SnmpMibSubRequest req, SnmpOid rowOid, int depth) throws SnmpStatusException(Code)(Java Doc) public void get(SnmpMibSubRequest req, SnmpOid rowOid, int depth) throws SnmpStatusException(Code)(Java Doc) public long getNextVarEntryId(SnmpOid rowOid, long var, Object data) throws SnmpStatusException(Code)(Java Doc) public boolean isReadableEntryId(SnmpOid rowOid, long var, Object data) throws SnmpStatusException(Code)(Java Doc) public boolean isRegistrationRequired()(Code)(Java Doc) public void registerEntryNode(SnmpMib mib, MBeanServer server)(Code)(Java Doc) public void set(SnmpMibSubRequest req, SnmpOid rowOid, int depth) throws SnmpStatusException(Code)(Java Doc) public boolean skipEntryVariable(SnmpOid rowOid, long var, Object data, int pduVersion)(Code)(Java Doc) public void validateVarEntryId(SnmpOid rowOid, long var, Object data) throws SnmpStatusException(Code)(Java Doc)
|
|
|