|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.agent.AccessListenerImpl
public class AccessListenerImpl
| Field Summary | |
|---|---|
(package private) SnmpAgent |
agent
|
(package private) SnmpPDU |
pdu
|
static Log |
snmpLog
|
| Constructor Summary | |
|---|---|
AccessListenerImpl()
|
|
| Method Summary | |
|---|---|
void |
checkAccess(AgentResource agentSource,
SnmpOID oid,
SnmpPduRequestEvent p1)
Method to check whether the Access is allowed for the Specified OID. |
static void |
createLogger()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
SnmpPDU pdu
SnmpAgent agent
public static Log snmpLog
| Constructor Detail |
|---|
AccessListenerImpl()
| Method Detail |
|---|
public void checkAccess(AgentResource agentSource,
SnmpOID oid,
SnmpPduRequestEvent p1)
throws AgentSnmpException
checkAccess in interface AccessListeneragentSource - the AgentResource created the Request.oid - the SnmpOID for which the Request is received.
AgentSnmpException - if the request is not Accessible.public static void createLogger()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||