|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IClientConnectionsBrowser
This interface is implemented by the client connections browser dynamic command. The active client connections are returned in the order they were established.
| Method Summary | |
|---|---|
IClientConnection[] |
getFirst(int count)
Returns an array of the oldest active client connections. |
IClientConnection[] |
getLast(int count)
Returns an array of the newest active client connections. |
IClientConnection[] |
getNext(int count)
Returns an array of active client connections newer than the last active connection retrieved by the last connection browser request. |
IClientConnection[] |
getPrevious(int count)
Returns an array of active client connections older than the first active connection retrieved by the last connection browser request. |
boolean |
remove(int index)
Close the active client connection returned by the last connection browser request at position index. |
| Method Detail |
|---|
IClientConnection[] getFirst(int count)
throws java.io.IOException
count - The maximum number of client connections to return
java.io.IOException
IClientConnection[] getPrevious(int count)
throws java.io.IOException
count - The maximum number of client connections to return
java.io.IOException
IClientConnection[] getNext(int count)
throws java.io.IOException
count - The maximum number of client connections to return
java.io.IOException
IClientConnection[] getLast(int count)
throws java.io.IOException
count - The maximum number of client connections to return
java.io.IOException
boolean remove(int index)
throws java.io.IOException
index.
index - The index of the connection to be closed.
true if the connection was closed or false otherwise.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||