com.adventnet.snmp.snmp2
Interface ProtocolOptions

All Known Implementing Classes:
SASProtocolOptions, TcpProtocolOptionsImpl, UDPProtocolOptions, AgentTcpProtocolOptionsImpl

public interface ProtocolOptions

This interface defines some protocol specific options that have to be implemented by the user.


Method Summary
 java.lang.String getSessionId()
          This method returns a unique sessionId for each Snmp session.
 

Method Detail

getSessionId

public java.lang.String getSessionId()
This method returns a unique sessionId for each Snmp session. This is used by the Snmp V3 module and need not be implemented by those using only Snmp v1 or Snmp v2.