Uses of Interface
edu.uci.isr.yancees.ProtocolSessionInterface

Packages that use ProtocolSessionInterface
edu.uci.isr.yancees   
edu.uci.isr.yancees.client   
edu.uci.isr.yancees.client.rmi   
 

Uses of ProtocolSessionInterface in edu.uci.isr.yancees
 

Classes in edu.uci.isr.yancees that implement ProtocolSessionInterface
 class ProtocolSession
          It represents a session, a context, that deals with the exchange of messages between the clients and the corresponding plug-in instance that handles this protocol.
 

Methods in edu.uci.isr.yancees that return ProtocolSessionInterface
 ProtocolSessionInterface YanceesInterface.createNewSession(MessageInterface msg, SubscriberInterface rsi)
           
 

Uses of ProtocolSessionInterface in edu.uci.isr.yancees.client
 

Classes in edu.uci.isr.yancees.client that implement ProtocolSessionInterface
 class ClientProtocolSession
           
 

Methods in edu.uci.isr.yancees.client that return ProtocolSessionInterface
 ProtocolSessionInterface YanceesClient.createNewSession(MessageInterface msg, SubscriberInterface rsi)
           
 

Uses of ProtocolSessionInterface in edu.uci.isr.yancees.client.rmi
 

Methods in edu.uci.isr.yancees.client.rmi that return ProtocolSessionInterface
 ProtocolSessionInterface YanceesRMIClient.createNewSession(MessageInterface msg, SubscriberInterface si)