JoeSNMP API 0.2.6

Uses of Class
org.opennms.protocols.snmp.SnmpPeer

Packages that use SnmpPeer
org.opennms.protocols.snmp   
 

Uses of SnmpPeer in org.opennms.protocols.snmp
 

Fields in org.opennms.protocols.snmp declared as SnmpPeer
private  SnmpPeer SnmpSession.m_peer
          The SNMP peer to whom this session will communicate with.
 

Methods in org.opennms.protocols.snmp that return SnmpPeer
 SnmpPeer SnmpSession.getPeer()
          Gets the current peer object.
 

Methods in org.opennms.protocols.snmp with parameters of type SnmpPeer
(package private)  void SnmpPortal.send(SnmpPeer peer, byte[] buf, int length)
          Transmits the passed buffer to the respective peer agent.
(package private)  void SnmpPortal.send(SnmpPeer peer, byte[] buf)
          Transmits the passed buffer to the respective peer agent.
 void SnmpTrapSession.send(SnmpPeer peer, SnmpPduTrap trap)
          Transmits the specified SnmpPduTrap to the SnmpPeer defined The SnmpPduTrap is encoded using the peer AsnEncoder, as defined by the SnmpParameters.
 void SnmpTrapSession.send(SnmpPeer peer, SnmpPduPacket pdu)
          Transmits the specified SnmpRequest to the SnmpPeer defined.
 void SnmpSession.setPeer(SnmpPeer peer)
          Sets the passed SnmpPeer object to the one used for all new SNMP communications.
 

Constructors in org.opennms.protocols.snmp with parameters of type SnmpPeer
SnmpPeer(SnmpPeer second)
          Class copy constructor.
SnmpSession(SnmpPeer peer)
          Constructs the SnmpSession with the specific SnmpPeer.
 


JoeSNMP API 0.2.6

Generated by jpp on July 15 2004 1044.