Uses of Interface
edu.uci.isr.yancees.server.rmi.RemoteProtocolSessionInterface

Packages that use RemoteProtocolSessionInterface
edu.uci.isr.yancees.client   
edu.uci.isr.yancees.server.rmi   
 

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

Constructors in edu.uci.isr.yancees.client with parameters of type RemoteProtocolSessionInterface
ClientProtocolSession(RemoteProtocolSessionInterface rpsi)
          Constructor of this client object
 

Uses of RemoteProtocolSessionInterface in edu.uci.isr.yancees.server.rmi
 

Classes in edu.uci.isr.yancees.server.rmi that implement RemoteProtocolSessionInterface
 class RemoteProtocolSessionImplementation
          This class works as a remote wrapper to the local protocolSession It is sent as a callback interface to the yancees clients
 

Methods in edu.uci.isr.yancees.server.rmi that return RemoteProtocolSessionInterface
 RemoteProtocolSessionInterface RemoteYanceesInterface.createNewSession(MessageInterface msg, RemoteSubscriberInterface rsi)
           
 RemoteProtocolSessionInterface RemoteYanceesImplementation.createNewSession(MessageInterface msg, RemoteSubscriberInterface rsi)