Uses of Class
com.sun.sgs.protocol.SessionProtocol.DisconnectReason

Packages that use SessionProtocol.DisconnectReason
com.sun.sgs.impl.protocol.simple Provides an implementation of the protocol layer APIs using the SimpleSgsProtocol
com.sun.sgs.protocol Provides interfaces for the protocol layer. 
 

Uses of SessionProtocol.DisconnectReason in com.sun.sgs.impl.protocol.simple
 

Methods in com.sun.sgs.impl.protocol.simple with parameters of type SessionProtocol.DisconnectReason
 void SimpleSgsProtocolImpl.disconnect(SessionProtocol.DisconnectReason reason)
          Disconnects the associated session for the specified reason.
 

Uses of SessionProtocol.DisconnectReason in com.sun.sgs.protocol
 

Methods in com.sun.sgs.protocol that return SessionProtocol.DisconnectReason
static SessionProtocol.DisconnectReason SessionProtocol.DisconnectReason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SessionProtocol.DisconnectReason[] SessionProtocol.DisconnectReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.sgs.protocol with parameters of type SessionProtocol.DisconnectReason
 void SessionProtocol.disconnect(SessionProtocol.DisconnectReason reason)
          Disconnects the associated session for the specified reason.
 


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