com.adventnet.snmp.snmp2
Interface ProtocolOptions

All Known Implementing Classes:
UDPProtocolOptions, TcpProtocolOptionsImpl, SASProtocolOptions

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.


Copyright (c)AdventNet Inc., 1996-2004