|
SQLFire 1.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface NetworkInterface.ConnectionListener
A listener which can be registered on NetworkInterface
in order to receive events about connections created or destroyed for a
client on the DRDA network server.
| Method Summary | |
|---|---|
void |
close()
Close any artifacts of this connection listener. |
void |
connectionClosed(Socket clientSocket,
int connectionNumber)
Indicates that the a connection to this network server has been closed. |
void |
connectionOpened(Socket clientSocket,
int connectionNumber)
Indicates that a new connection has been opened to this network server. |
| Method Detail |
|---|
void connectionOpened(Socket clientSocket,
int connectionNumber)
clientSocket - the Socket object created for the clientconnectionNumber - the connection number for this client connection that gets
incremented for every new client connection
void connectionClosed(Socket clientSocket,
int connectionNumber)
clientSocket - the Socket object created for the clientconnectionNumber - the connection number for this client connection that gets
incremented for every new client connectionvoid close()
|
SQLFire 1.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||