org.opennms.netmgt.snmp.joesnmp
Class JoeSnmpStrategy.RegistrationInfo

java.lang.Object
  extended by org.opennms.netmgt.snmp.joesnmp.JoeSnmpStrategy.RegistrationInfo
Enclosing class:
JoeSnmpStrategy

public static class JoeSnmpStrategy.RegistrationInfo
extends Object


Field Summary
 TrapNotificationListener m_listener
           
 
Method Summary
 boolean equals(Object obj)
           
 JoeSnmpTrapNotifier getHandler()
           
 int getPort()
           
 SnmpTrapSession getSession()
           
 int hashCode()
           
 void setHandler(JoeSnmpTrapNotifier trapHandler)
           
 void setSession(SnmpTrapSession trapSession)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_listener

public TrapNotificationListener m_listener
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

setSession

public void setSession(SnmpTrapSession trapSession)

getSession

public SnmpTrapSession getSession()

setHandler

public void setHandler(JoeSnmpTrapNotifier trapHandler)

getHandler

public JoeSnmpTrapNotifier getHandler()

getPort

public int getPort()


Copyright © 2011. All Rights Reserved.