net.ponder2.comms
Interface Protocol
public interface Protocol
defines the methods that all protocols must implement to be able to
automatically install themselves into an SMC
- Version:
- $Id:$
- Author:
- Kevin Twidle
Method Summary |
void |
install(java.net.URI address,
java.net.URI remote)
Installs a new communications address as an address that this SMC can be
referred to |
install
void install(java.net.URI address,
java.net.URI remote)
throws Ponder2RemoteException
- Installs a new communications address as an address that this SMC can be
referred to
- Parameters:
address
- the local address as a URI comprising
protocol://host/protocol-dependentremote
- the remote address that initiated this call to install
- Throws:
Ponder2RemoteException
Copyright © 2008 Imperial College. All Rights Reserved.