Uses of Package
common.interfaces

Packages that use common.interfaces
bootstrapP   
messageServerP   
servlet   
 

Classes in common.interfaces used by bootstrapP
BSForMSInterface
          This interface contains the methods that a Gossip Bootstrap Server exported object must provide to let a Gossip Message Server communicate with it.
BSForServletInterface
          This interface contains the method needed by a Gossip Servlet that the Bootstrap exported object must provide.
MSForBSInterface
          This interface represents the method that a Gossip Message Server must provide to let a Bootstrap work.
 

Classes in common.interfaces used by messageServerP
BSForMSInterface
          This interface contains the methods that a Gossip Bootstrap Server exported object must provide to let a Gossip Message Server communicate with it.
MSForBSInterface
          This interface represents the method that a Gossip Message Server must provide to let a Bootstrap work.
MSForMSInterface
          This interface provides the methods that the object exported by a Message Server must provide to let another Message Server communicate with it.
MSForServletInterface
          This class represents the methods that the object exported by the Gossip Message Server must implement to let a Gossip Servlet use it.
 

Classes in common.interfaces used by servlet
BSForServletInterface
          This interface contains the method needed by a Gossip Servlet that the Bootstrap exported object must provide.
MSForServletInterface
          This class represents the methods that the object exported by the Gossip Message Server must implement to let a Gossip Servlet use it.