Uses of Interface
org.opennms.bb.dp.capsd.snmp.Signaler

Packages that use Signaler
org.opennms.bb.dp.capsd.components   
org.opennms.bb.dp.capsd.snmp   
 

Uses of Signaler in org.opennms.bb.dp.capsd.components
 

Classes in org.opennms.bb.dp.capsd.components that implement Signaler
private  class CapsReader.SignalAfter
          The SignalAfter class is used to delay the notification of a signal until a predefined number of "signals" have occured.
 

Uses of Signaler in org.opennms.bb.dp.capsd.snmp
 

Fields in org.opennms.bb.dp.capsd.snmp declared as Signaler
private  Signaler IpAddrTable.m_signal
          Used to synchronize the class to ensure that the session has finished collecting data before the value of success or failure is set, and control is returned to the caller.
private  Signaler IpNetToMediaTable.m_signal
          Used to synchronize the class to ensure that the session has finished collecting data before the value of success or failure is set, and control is returned to the caller.
private  Signaler SystemGroup.m_signal
          Used to synchronize the class to ensure that the session has finished collecting data before the value of success or failure is set, and control is returned to the caller.
private  Signaler IfTable.m_signal
          Used to synchronize the class to ensure that the session has finished collecting data before the value of success or failure is set, and control is returned to the caller.
private  Signaler IpRouteTable.m_signal
          Used to synchronize the class to ensure that the session has finished collecting data before the value of success or failure is set, and control is returned to the caller.
 

Constructors in org.opennms.bb.dp.capsd.snmp with parameters of type Signaler
IpAddrTable(SnmpSession session, Signaler signaler)
          Constructs an IpAddrTable object that is used to collect the address elements from the remote agent.
IpNetToMediaTable(SnmpSession session, Signaler signaler)
          Constructs an IpNetToMediaTable object that is used to collect the NetToMedia elements from the remote agent.
SystemGroup(SnmpSession session, Signaler signaler)
          The class constructor is used to initialize the collector and send out the initial SNMP packet requesting data.
IfTable(SnmpSession session, Signaler signaler)
          Constructs an IfTable object that is used to collect the interface elements from the remote agent.
IpRouteTable(SnmpSession session, Signaler signaler)
          Constructs an IpRouteTable object that is used to collect the routing elements from the remote agent.