Uses of Package
ca.mcgill.cs.postina

Packages that use ca.mcgill.cs.postina
ca.mcgill.cs.postina Provides the classes and methodes publicly available to users of Postina. 
ca.mcgill.cs.postina.scribe   
ca.mcgill.cs.postina.util   
 

Classes in ca.mcgill.cs.postina used by ca.mcgill.cs.postina
PostinaAlreadyConnectedException
          A PostinaAlreadyConnectedException is thrown when a client that is already connected to the network tries to connect a second time.
PostinaClientListener
          A PostinaClientListener is a listener listening to changes concerning clients.
PostinaID
          PostinaID is the ID available to users of Postina.
PostinaJoinFailedException
          The PostinaJoinFailedException is called when a node fails to join the P2P-Network.
PostinaMessage
          The class PostinaMessage is the public representation of a message/publication.
PostinaMsgListener
          The listener interface all applications listening to incoming messages have to implement.
PostinaNoQueueException
          The PostinaNoQueueException is thrown when an application tries to get a message from the queue but there is no queue.
PostinaNotConnectedException
          The PostinaNotConnectedException is thrown when the client is not connected to the network and tries to execute an operation (e.g.
PostinaTopic
          The interface PostinaTopic defines the representation of a topic that is visible to applications using Postina.
 

Classes in ca.mcgill.cs.postina used by ca.mcgill.cs.postina.scribe
PostinaAlreadyConnectedException
          A PostinaAlreadyConnectedException is thrown when a client that is already connected to the network tries to connect a second time.
PostinaClientListener
          A PostinaClientListener is a listener listening to changes concerning clients.
PostinaID
          PostinaID is the ID available to users of Postina.
PostinaJoinFailedException
          The PostinaJoinFailedException is called when a node fails to join the P2P-Network.
PostinaMessage
          The class PostinaMessage is the public representation of a message/publication.
PostinaMsgListener
          The listener interface all applications listening to incoming messages have to implement.
PostinaNetworkLayer
          The main interface representing the functionalities of Postina.
PostinaNoQueueException
          The PostinaNoQueueException is thrown when an application tries to get a message from the queue but there is no queue.
PostinaNotConnectedException
          The PostinaNotConnectedException is thrown when the client is not connected to the network and tries to execute an operation (e.g.
PostinaTopic
          The interface PostinaTopic defines the representation of a topic that is visible to applications using Postina.
 

Classes in ca.mcgill.cs.postina used by ca.mcgill.cs.postina.util
PostinaTopic
          The interface PostinaTopic defines the representation of a topic that is visible to applications using Postina.