Connection Manager 3.4.2 Javadoc

org.jivesoftware.multiplexer.task
Class CloseSessionTask

java.lang.Object
  extended by org.jivesoftware.multiplexer.task.ClientTask
      extended by org.jivesoftware.multiplexer.task.CloseSessionTask
All Implemented Interfaces:
java.lang.Runnable

public class CloseSessionTask
extends ClientTask

Task that notifies the server that a client session has been closed. This task is executed right after clients send their end of stream element or if clients connections are lost.

Author:
Gaston Dombiak

Field Summary
 
Fields inherited from class org.jivesoftware.multiplexer.task.ClientTask
streamID
 
Constructor Summary
CloseSessionTask(java.lang.String streamID)
           
 
Method Summary
 void run()
           
 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
 

Constructor Detail

CloseSessionTask

public CloseSessionTask(java.lang.String streamID)
Method Detail

run

public void run()

serverNotAvailable

public void serverNotAvailable()
Description copied from class: ClientTask
Execute the corresponding action when the server is not available.

Specified by:
serverNotAvailable in class ClientTask

Connection Manager 3.4.2 Javadoc

Copyright © 2003-2006 Jive Software.