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

Packages that use RemoteProtocolPluginInterface
edu.uci.isr.yancees.plugin   
edu.uci.isr.yancees.server.rmi   
 

Uses of RemoteProtocolPluginInterface in edu.uci.isr.yancees.plugin
 

Classes in edu.uci.isr.yancees.plugin that implement RemoteProtocolPluginInterface
 class RemoteAbstractProtocolPlugin
          This abstract class defines the basic functionality of the plug-in as well as its main attributes.
 

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

Classes in edu.uci.isr.yancees.server.rmi that implement RemoteProtocolPluginInterface
 class RemoteAbstractProtocolPluginImplementation
          This class needs to be especialized to add remote method implemetations.
 

Methods in edu.uci.isr.yancees.server.rmi that return RemoteProtocolPluginInterface
 RemoteProtocolPluginInterface RemoteYanceesInterface.connectToNewProtocol(java.lang.String protocolId, RemoteSubscriberInterface rsi)
          Connects to a new instance of a protocol plug-in.
 RemoteProtocolPluginInterface RemoteYanceesImplementation.connectToNewProtocol(java.lang.String protocolId, RemoteSubscriberInterface rsi)
           
 RemoteProtocolPluginInterface RemoteYanceesInterface.connectToSharedProtocol(java.lang.String protocolId, RemoteSubscriberInterface rsi)
          Connects to an existing protocol instance.
 RemoteProtocolPluginInterface RemoteYanceesImplementation.connectToSharedProtocol(java.lang.String protocolId, RemoteSubscriberInterface rsi)