|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
org.jboss.remoting.ConnectionValidator
Field Summary | |
static long |
DEFAULT_PING_PERIOD
Default ping period. |
Constructor Summary | |
ConnectionValidator(Client client)
|
Method Summary | |
void |
addConnectionListener(ConnectionListener listener)
|
static boolean |
checkConnection(ClientInvoker clientInvoker)
|
boolean |
removeConnectionListener(ConnectionListener listener)
|
void |
run()
The action to be performed by this timer task. |
Methods inherited from class java.util.TimerTask |
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final long DEFAULT_PING_PERIOD
Constructor Detail |
public ConnectionValidator(Client client)
Method Detail |
public void addConnectionListener(ConnectionListener listener)
public boolean removeConnectionListener(ConnectionListener listener)
public void run()
public static boolean checkConnection(ClientInvoker clientInvoker) throws java.lang.Throwable
java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |