Connection Manager 3.5.1 Javadoc

org.jivesoftware.multiplexer.task
Class NewSessionTask

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

public class NewSessionTask
extends ClientTask

Task that notifies the server that a new client session has been created. This task is executed right after clients send their initial stream header.

Author:
Gaston Dombiak

Field Summary
 
Fields inherited from class org.jivesoftware.multiplexer.task.ClientTask
streamID
 
Constructor Summary
NewSessionTask(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

NewSessionTask

public NewSessionTask(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.5.1 Javadoc

Copyright © 2003-2006 Jive Software.