org.objectweb.david.libs.protocols.giop
Interface GIOPSessionIdentifier

All Superinterfaces:
SessionIdentifier

public interface GIOPSessionIdentifier
extends SessionIdentifier

Public interface of GIOP session identifiers


Method Summary
 SessionIdentifier next()
          Returns the session identifier corresponding to the lower protocol layer.
 
Methods inherited from interface org.objectweb.jonathan.apis.protocols.SessionIdentifier
bind, getProtocol, unexport
 

Method Detail

next

public SessionIdentifier next()
Returns the session identifier corresponding to the lower protocol layer.
Returns:
the session identifier corresponding to the lower protocol layer.