Uses of Class
net.ponder2.exception.Ponder2RemoteException

Packages that use Ponder2RemoteException
net.ponder2   
net.ponder2.comms   
 

Uses of Ponder2RemoteException in net.ponder2
 

Methods in net.ponder2 that throw Ponder2RemoteException
protected  void SelfManagedCell.address(java.lang.String anAddress)
          Loads a communications protocol and sets the SMC's local address to anAddress.
static Transmitter ExternalManagedObject.getRemote(java.net.URI location)
          gets the protocol code for the given URI.
static void ExternalManagedObject.loadProtocol(java.lang.String protocol, java.lang.String address, java.net.URI remote)
          Loads a new communications protocol for interworking with other Ponder2 SMCs
 

Uses of Ponder2RemoteException in net.ponder2.comms
 

Methods in net.ponder2.comms that throw Ponder2RemoteException
 Transmitter TransmitterImpl.connect(java.net.URI address)
          creates and connects a Transmitter to a remote location.
 Transmitter Transmitter.connect(java.net.URI address)
          creates and connects a Transmitter to a remote location.
 void Protocol.install(java.net.URI address, java.net.URI remote)
          Installs a new communications address as an address that this SMC can be referred to
 



Copyright © 2008 Imperial College. All Rights Reserved.