|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpMibRequest | |
---|---|
com.sun.management.snmp.agent | Provides the classes for implementing an SNMP agent. |
Uses of SnmpMibRequest in com.sun.management.snmp.agent |
---|
Subinterfaces of SnmpMibRequest in com.sun.management.snmp.agent | |
---|---|
interface |
SnmpMibSubRequest
This interface models an SNMP sub request to be performed on a specific SNMP MIB node. |
Methods in com.sun.management.snmp.agent that return SnmpMibRequest | |
---|---|
static SnmpMibRequest |
SnmpMibAgent.newMibRequest(SnmpEngine engine,
SnmpPdu reqPdu,
Vector vblist,
int version,
Object userData,
String principal,
int securityLevel,
int securityModel,
byte[] contextName,
byte[] accessContextName)
This is a factory method for creating new SnmpMibRequest objects. |
static SnmpMibRequest |
SnmpMibAgent.newMibRequest(SnmpPdu reqPdu,
Vector vblist,
int version,
Object userData)
This is a factory method for creating new SnmpMibRequest objects. |
Methods in com.sun.management.snmp.agent with parameters of type SnmpMibRequest | |
---|---|
void |
SnmpProxy.check(SnmpMibRequest inRequest)
Implement the check method from the abstract SnmpMibAgent class. |
void |
SnmpErrorHandlerAgent.check(SnmpMibRequest inRequest)
Checks if a set operation can be performed. |
void |
SnmpMib.check(SnmpMibRequest req)
Checks if a set operation can be performed. |
void |
SnmpMibAgentMBean.check(SnmpMibRequest req)
Checks if a set operation can be performed. |
void |
SnmpMibAgent.check(SnmpMibRequest req)
Checks if a set operation can be performed. |
void |
SnmpProxy.get(SnmpMibRequest inRequest)
Implement the get method from the abstract SnmpMibAgent class. |
void |
SnmpErrorHandlerAgent.get(SnmpMibRequest inRequest)
Processes a get operation. |
void |
SnmpMib.get(SnmpMibRequest req)
Processes a get operation. |
void |
SnmpMibAgentMBean.get(SnmpMibRequest req)
Processes a get operation. |
void |
SnmpMibAgent.get(SnmpMibRequest req)
Processes a get operation. |
protected void |
SnmpProxy.get(SnmpPeer peer,
SnmpSession session,
SnmpMibRequest inRequest)
The get implementation. |
void |
SnmpProxy.getBulk(SnmpMibRequest request,
int nonRepeat,
int maxRepeat)
Implement the getBulk method from the abstract SnmpMibAgent class. |
void |
SnmpErrorHandlerAgent.getBulk(SnmpMibRequest inRequest,
int nonRepeat,
int maxRepeat)
Processes a getBulk operation. |
void |
SnmpMib.getBulk(SnmpMibRequest req,
int nonRepeat,
int maxRepeat)
Processes a getBulk operation. |
void |
SnmpMibAgentMBean.getBulk(SnmpMibRequest req,
int nonRepeat,
int maxRepeat)
Processes a getBulk operation. |
void |
SnmpMibAgent.getBulk(SnmpMibRequest req,
int nonRepeat,
int maxRepeat)
Processes a getBulk operation. |
void |
SnmpProxy.getNext(SnmpMibRequest inRequest)
Implement the getNext method from the abstract SnmpMibAgent class. |
void |
SnmpErrorHandlerAgent.getNext(SnmpMibRequest inRequest)
Processes a getNext operation. |
void |
SnmpMib.getNext(SnmpMibRequest req)
Processes a getNext operation. |
void |
SnmpMibAgentMBean.getNext(SnmpMibRequest req)
Processes a getNext operation. |
void |
SnmpMibAgent.getNext(SnmpMibRequest req)
Processes a getNext operation. |
protected void |
SnmpProxy.getNext(SnmpPeer peer,
SnmpSession session,
SnmpMibRequest inRequest)
The getNext implementation. |
void |
SnmpProxy.set(SnmpMibRequest inRequest)
Implement the set method from the abstract SnmpMibAgent class. |
void |
SnmpErrorHandlerAgent.set(SnmpMibRequest inRequest)
Processes a set operation. |
void |
SnmpMib.set(SnmpMibRequest req)
Processes a set operation. |
void |
SnmpMibAgentMBean.set(SnmpMibRequest req)
Processes a set operation. |
void |
SnmpMibAgent.set(SnmpMibRequest req)
Processes a set operation. |
protected void |
SnmpProxy.set(SnmpPeer peer,
SnmpSession session,
SnmpMibRequest inRequest)
The set implementation. |
protected SnmpParams |
SnmpV3Proxy.translateParameters(SnmpMibRequest req)
Return the parameters to use when sending the call. |
protected SnmpParams |
SnmpProxy.translateParameters(SnmpMibRequest request)
Return the parameters to use when sending the call. |
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |