|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.agent.AgentSnmpGroup
public class AgentSnmpGroup
This class takes care of registering the RFC1213-SnmpGroup instrumented listener(SnmpRequestHandler) with the PduRequestHandler.
| Field Summary | |
|---|---|
(package private) BaseSnmpAgent |
agentListener
|
(package private) SnmpRequestHandler |
listener0
|
(package private) RegistrationListener |
regListener
|
| Constructor Summary | |
|---|---|
AgentSnmpGroup()
No arg Constructor. |
|
AgentSnmpGroup(BaseSnmpAgent agent)
Constructor with SnmpAgent reference. |
|
| Method Summary | |
|---|---|
void |
addRegistrationListener(RegistrationListener l)
adds the registration listener for this bean. |
AuthenticationListener |
getAuthenticationListener()
Getter for the AuthenticationListener |
(package private) void |
initSnmpExtensionNodes(RegistrationListener hdlr)
Adds VarBindRequestListeners to SnmpAgent |
void |
removeRegistrationListener(RegistrationListener l)
removes the registration listener for this bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
SnmpRequestHandler listener0
BaseSnmpAgent agentListener
RegistrationListener regListener
| Constructor Detail |
|---|
public AgentSnmpGroup()
public AgentSnmpGroup(BaseSnmpAgent agent)
| Method Detail |
|---|
public AuthenticationListener getAuthenticationListener()
void initSnmpExtensionNodes(RegistrationListener hdlr)
public void addRegistrationListener(RegistrationListener l)
addRegistrationListener in interface RegistrationInterfacel - ,the registration listener to whom SnmpRequestHandler registers.public void removeRegistrationListener(RegistrationListener l)
removeRegistrationListener in interface RegistrationInterfacel - - the registration listener to whom SnmpRequestHanlder
has registered.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||