Uses of Class
ca.mcgill.cs.postina.PostinaJoinFailedException

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

Uses of PostinaJoinFailedException in ca.mcgill.cs.postina
 

Methods in ca.mcgill.cs.postina that throw PostinaJoinFailedException
 PostinaID PostinaNetworkLayer.connect()
          Connects to the P2P-network and initializes the node.
 PostinaID PostinaNetworkLayer.connect(java.net.InetAddress bindAddress, int bindport, java.util.Collection<java.net.InetSocketAddress> bootAddresses)
          This method is an alternative to the other connect method to specify all configuration parameters as an argument, which is especially important for the localBindAddress.
 PostinaID PostinaNetworkLayer.connect(int bindport, java.util.Collection<java.net.InetSocketAddress> bootAddresses)
          Connects to the P2P-network and initializes the node.
 

Uses of PostinaJoinFailedException in ca.mcgill.cs.postina.scribe
 

Methods in ca.mcgill.cs.postina.scribe that throw PostinaJoinFailedException
 PostinaID ScribeNetworkLayer.connect()
           
 PostinaID ScribeNetworkLayer.connect(java.net.InetAddress bindAddress, int bindport, java.util.Collection<java.net.InetSocketAddress> bootAddresses)
           
 PostinaID ScribeNetworkLayer.connect(int bindport, java.util.Collection<java.net.InetSocketAddress> bootAddresses)