|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpMibSubRequest | |
---|---|
com.sun.management.snmp.agent | Provides the classes for implementing an SNMP agent. |
com.sun.management.snmp.usm.usmmib | Provides the classes which implement the SNMP-USER-BASED-SM-MIB. |
Uses of SnmpMibSubRequest in com.sun.management.snmp.agent |
---|
Methods in com.sun.management.snmp.agent with parameters of type SnmpMibSubRequest | |
---|---|
protected void |
SnmpMibTable.beginRowAction(SnmpMibSubRequest request,
SnmpOid rowOid,
int depth,
int rowAction)
This method takes care of initial RowStatus handling during the check() phase of a SET request. |
void |
SnmpGenericObjectServer.check(SnmpGenericMetaServer meta,
ObjectName name,
SnmpMibSubRequest req,
int depth)
Checks whether an SNMP SET request can be successfully performed. |
abstract void |
SnmpMibEntry.check(SnmpMibSubRequest req,
int depth)
Generic handling of the check operation. |
void |
SnmpMibTable.check(SnmpMibSubRequest request,
int depth)
Generic handling of the check operation. |
abstract void |
SnmpMibNode.check(SnmpMibSubRequest req,
int depth)
Generic handling of the check operation. |
void |
SnmpMibOid.check(SnmpMibSubRequest req,
int depth)
Generic handling of the check operation. |
abstract void |
SnmpMibGroup.check(SnmpMibSubRequest req,
int depth)
Generic handling of the check operation. |
protected abstract void |
SnmpMibTable.check(SnmpMibSubRequest request,
SnmpOid rowOid,
int depth)
This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen . |
void |
SnmpStandardObjectServer.check(SnmpStandardMetaServer meta,
SnmpMibSubRequest req,
int depth)
Generic handling of the check operation. |
protected void |
SnmpMibTable.checkRemoveTableRow(SnmpMibSubRequest request,
SnmpOid rowOid,
int depth)
Check whether the specified row can be removed from the table. |
protected void |
SnmpMibTable.checkRowStatusChange(SnmpMibSubRequest request,
SnmpOid rowOid,
int depth,
int newStatus)
Check whether the control variable of the given row can be switched to the new specified newStatus . |
abstract void |
SnmpMibTable.createNewEntry(SnmpMibSubRequest request,
SnmpOid rowOid,
int depth)
This method is invoked when the creation of a new entry is requested by a remote SNMP manager. |
abstract void |
SnmpTableSupport.createNewEntry(SnmpMibSubRequest request,
SnmpOid rowOid,
int depth,
SnmpMibTable meta)
Creates a new entry in the table. |
void |
SnmpTableEntryFactory.createNewEntry(SnmpMibSubRequest request,
SnmpOid rowOid,
int depth,
SnmpMibTable meta)
This method is called by the SNMP runtime whenever a new entry creation is requested by a remote manager. |
protected void |
SnmpMibTable.endRowAction(SnmpMibSubRequest request,
SnmpOid rowOid,
int depth,
int rowAction)
This method takes care of final RowStatus handling during the set() phase of a SET request. |
void |
SnmpGenericObjectServer.get(SnmpGenericMetaServer meta,
ObjectName name,
SnmpMibSubRequest req,
int depth)
Execute an SNMP GET request. |
abstract void |
SnmpMibEntry.get(SnmpMibSubRequest req,
int depth)
Generic handling of the get operation. |
void |
SnmpMibTable.get(SnmpMibSubRequest request,
int depth)
Generic handling of the get operation. |
abstract void |
SnmpMibNode.get(SnmpMibSubRequest req,
int depth)
Generic handling of the get operation. |
void |
SnmpMibOid.get(SnmpMibSubRequest req,
int depth)
Generic handling of the get operation. |
abstract void |
SnmpMibGroup.get(SnmpMibSubRequest req,
int depth)
Generic handling of the get operation. |
protected abstract void |
SnmpMibTable.get(SnmpMibSubRequest request,
SnmpOid rowOid,
int depth)
This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen . |
void |
SnmpStandardObjectServer.get(SnmpStandardMetaServer meta,
SnmpMibSubRequest req,
int depth)
Generic handling of the get operation. |
protected int |
SnmpMibTable.getRowAction(SnmpMibSubRequest request,
SnmpOid rowOid,
int depth)
Return the RowStatus code value specified in this request. |
protected void |
SnmpMibTable.removeTableRow(SnmpMibSubRequest request,
SnmpOid rowOid,
int depth)
Remove a table row upon a remote manager request. |
void |
SnmpGenericObjectServer.set(SnmpGenericMetaServer meta,
ObjectName name,
SnmpMibSubRequest req,
int depth)
Execute an SNMP SET request. |
abstract void |
SnmpMibEntry.set(SnmpMibSubRequest req,
int depth)
Generic handling of the set operation. |
void |
SnmpMibTable.set(SnmpMibSubRequest request,
int depth)
Generic handling of the set operation. |
abstract void |
SnmpMibNode.set(SnmpMibSubRequest req,
int depth)
Generic handling of the set operation. |
void |
SnmpMibOid.set(SnmpMibSubRequest req,
int depth)
Generic handling of the set operation. |
abstract void |
SnmpMibGroup.set(SnmpMibSubRequest req,
int depth)
Generic handling of the set operation. |
protected abstract void |
SnmpMibTable.set(SnmpMibSubRequest request,
SnmpOid rowOid,
int depth)
This method is used internally and is implemented by the SnmpMibTable subclasses generated by mibgen . |
void |
SnmpStandardObjectServer.set(SnmpStandardMetaServer meta,
SnmpMibSubRequest req,
int depth)
Generic handling of the set operation. |
Uses of SnmpMibSubRequest in com.sun.management.snmp.usm.usmmib |
---|
Methods in com.sun.management.snmp.usm.usmmib with parameters of type SnmpMibSubRequest | |
---|---|
void |
UsmUserEntryMeta.check(SnmpMibSubRequest req,
int depth)
|
void |
UsmStatsMeta.check(SnmpMibSubRequest req,
int depth)
|
void |
UsmUserMeta.check(SnmpMibSubRequest req,
int depth)
|
void |
UsmUserTableMeta.check(SnmpMibSubRequest req,
SnmpOid rowOid,
int depth)
|
void |
UsmUserTableMeta.createNewEntry(SnmpMibSubRequest req,
SnmpOid rowOid,
int depth)
|
void |
TableUsmUserTable.createNewEntry(SnmpMibSubRequest req,
SnmpOid rowOid,
int depth,
SnmpMibTable meta)
|
Object |
TableUsmUserTableImpl.createUsmUserEntryMBean(SnmpMibSubRequest req,
SnmpOid rowOid,
int depth,
ObjectName entryObjName,
SnmpMibTable meta,
Byte[] aUsmUserEngineID,
String aUsmUserName)
|
Object |
TableUsmUserTable.createUsmUserEntryMBean(SnmpMibSubRequest req,
SnmpOid rowOid,
int depth,
ObjectName entryObjName,
SnmpMibTable meta,
Byte[] aUsmUserEngineID,
String aUsmUserName)
Factory method for "UsmUserEntry" entry MBean class. |
void |
UsmUserEntryMeta.get(SnmpMibSubRequest req,
int depth)
|
void |
UsmStatsMeta.get(SnmpMibSubRequest req,
int depth)
|
void |
UsmUserMeta.get(SnmpMibSubRequest req,
int depth)
|
void |
UsmUserTableMeta.get(SnmpMibSubRequest req,
SnmpOid rowOid,
int depth)
|
void |
UsmUserEntryMeta.set(SnmpMibSubRequest req,
int depth)
|
void |
UsmStatsMeta.set(SnmpMibSubRequest req,
int depth)
|
void |
UsmUserMeta.set(SnmpMibSubRequest req,
int depth)
|
void |
UsmUserTableMeta.set(SnmpMibSubRequest req,
SnmpOid rowOid,
int depth)
|
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |