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

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

Uses of PostinaAlreadyConnectedException in ca.mcgill.cs.postina
 

Methods in ca.mcgill.cs.postina that throw PostinaAlreadyConnectedException
 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 PostinaAlreadyConnectedException in ca.mcgill.cs.postina.scribe
 

Methods in ca.mcgill.cs.postina.scribe that throw PostinaAlreadyConnectedException
 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)