com.sun.sgs.impl.service.session
Class ClientSessionHandler.DisconnectAction

java.lang.Object
  extended by com.sun.sgs.impl.service.session.ClientSessionHandler.DisconnectAction
All Implemented Interfaces:
ClientSessionServiceImpl.Action
Enclosing class:
ClientSessionHandler

 class ClientSessionHandler.DisconnectAction
extends Object
implements ClientSessionServiceImpl.Action

An action to disconnect the client session. This commit action is created by the associated session's ClientSessionImpl when processing a request to disconnect the client session.


Constructor Summary
ClientSessionHandler.DisconnectAction()
           
 
Method Summary
 boolean flush()
          Performs the commit action and returns true if further actions should be processed after this one, and returns false otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientSessionHandler.DisconnectAction

ClientSessionHandler.DisconnectAction()
Method Detail

flush

public boolean flush()
Performs the commit action and returns true if further actions should be processed after this one, and returns false otherwise. A false value would be returned, for example, if an action disconnects the client session or notifies the client of login failure.

Specified by:
flush in interface ClientSessionServiceImpl.Action

RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved