|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplianceConnector
Appliance connector.
Method Summary | |
---|---|
void |
connect(Appliance appliance)
Connect an appliance to the connector. |
Appliance |
getAppliance(java.util.concurrent.TimeUnit units,
int timeout)
Retrieve the connected appliance. |
Method Detail |
---|
void connect(Appliance appliance) throws java.rmi.RemoteException
appliance
- the appliance
java.rmi.RemoteException
- if a remote error occursAppliance getAppliance(java.util.concurrent.TimeUnit units, int timeout) throws java.io.IOException
units
- the timout unitstimeout
- duration (in units) to wait for a connection
java.io.IOException
- if an I/O error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |