com.sun.sgs.impl.service.session
Class ClientSessionHandler.DisconnectAction
java.lang.Object
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.
|
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 |
ClientSessionHandler.DisconnectAction
ClientSessionHandler.DisconnectAction()
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
Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved