|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteConnectable
Objects that implement this interface can be connected to a
client using the information given in ConnectionInformation.
| Method Summary | |
|---|---|
void |
connect(ConnectionInformation client)
Establishes a connection from the given ConnectionInformation to this
object. |
void |
disconnect(ConnectionInformation client)
Closes a previously established connection. |
| Method Detail |
|---|
void connect(ConnectionInformation client)
throws IOException
ConnectionInformation to this
object.
client - data container with connection relevant data.
IOException - error establishing the connection.void disconnect(ConnectionInformation client)
client - data container with connection relevant data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||