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

Packages that use RemoteProtocolPluginInterface
edu.uci.isr.yancees.plugin   
edu.uci.isr.yancees.server.plugin.protocol.peerpublish   
edu.uci.isr.yancees.server.plugin.protocol.polling   
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.plugin.protocol.peerpublish
 

Subinterfaces of RemoteProtocolPluginInterface in edu.uci.isr.yancees.server.plugin.protocol.peerpublish
 interface RemotePeerPublishProtocolPluginInterface
           
 

Classes in edu.uci.isr.yancees.server.plugin.protocol.peerpublish that implement RemoteProtocolPluginInterface
 class RemotePeerPublishProtocolPluginImplementation
           
 

Uses of RemoteProtocolPluginInterface in edu.uci.isr.yancees.server.plugin.protocol.polling
 

Classes in edu.uci.isr.yancees.server.plugin.protocol.polling that implement RemoteProtocolPluginInterface
 class PollProtocolPlugin
           
 

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.connectToSharedProtocol(java.lang.String protocolId, RemoteSubscriberInterface rsi)
          Connects to an existing protocol instance.
 RemoteProtocolPluginInterface RemoteYanceesInterface.connectToNewProtocol(java.lang.String protocolId, RemoteSubscriberInterface rsi)
          Connects to a new instance of a protocol plug-in.
 RemoteProtocolPluginInterface RemoteYanceesImplementation.connectToSharedProtocol(java.lang.String protocolId, RemoteSubscriberInterface rsi)
           
 RemoteProtocolPluginInterface RemoteYanceesImplementation.connectToNewProtocol(java.lang.String protocolId, RemoteSubscriberInterface rsi)