|
Connection Manager 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.multiplexer.task.ClientTask
public abstract class ClientTask
Base class for tasks that were requested by clients and that involves the server. Example of tasks are: forwarding stanzas to the server or indicating the server that a new client has connected.
Field Summary | |
---|---|
protected java.lang.String |
streamID
|
Constructor Summary | |
---|---|
protected |
ClientTask(java.lang.String streamID)
|
Method Summary | |
---|---|
abstract void |
serverNotAvailable()
Execute the corresponding action when the server is not available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
---|
run |
Field Detail |
---|
protected java.lang.String streamID
Constructor Detail |
---|
protected ClientTask(java.lang.String streamID)
Method Detail |
---|
public abstract void serverNotAvailable()
|
Connection Manager 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |