|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IClientConnection
Represent and active client connection and is returned by a
IClientConnectionsBrowser instance.
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Returns the Internet address of the connected client client. |
long |
getID()
Returns the unique identifier of the active client connection. |
java.lang.String |
getUser()
The name of the user logged in. |
| Method Detail |
|---|
java.lang.String getUser()
java.lang.String getAddress()
long getID()
System.currentTimeMillis() * 1024 + lower_id
where lower_id is less than 1024.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||