Uses of Interface
com.sun.sgs.protocol.ProtocolDescriptor

Packages that use ProtocolDescriptor
com.sun.sgs.protocol Provides interfaces for the protocol layer. 
 

Uses of ProtocolDescriptor in com.sun.sgs.protocol
 

Methods in com.sun.sgs.protocol that return ProtocolDescriptor
 ProtocolDescriptor ProtocolAcceptor.getDescriptor()
          Returns the descriptor for this protocol.
 

Methods in com.sun.sgs.protocol that return types with arguments of type ProtocolDescriptor
 Set<ProtocolDescriptor> LoginRedirectException.getProtocolDescriptors()
          Returns a collection of protocol descriptors supported by the node whose ID is returned by getNodeId.
 

Methods in com.sun.sgs.protocol with parameters of type ProtocolDescriptor
 boolean ProtocolDescriptor.supportsProtocol(ProtocolDescriptor descriptor)
          Returns true if the specified descriptor represents a protocol supported by the protocol that this descriptor represents, and returns false otherwise.
 

Method parameters in com.sun.sgs.protocol with type arguments of type ProtocolDescriptor
 void SessionRelocationProtocol.relocate(Set<ProtocolDescriptor> descriptors, ByteBuffer relocationKey, RequestCompletionHandler<Void> completionHandler)
          Notifies the associated client to relocate its session to the node specified by the descriptors using the given relocationKey.
 

Constructor parameters in com.sun.sgs.protocol with type arguments of type ProtocolDescriptor
LoginRedirectException(long nodeId, Set<ProtocolDescriptor> descriptors)
          Constructs an instance with the specified nodeId and protocol descriptors.
LoginRedirectException(long nodeId, Set<ProtocolDescriptor> descriptors, String message)
          Constructs an instance with the specified nodeId, descriptors and detail message.
LoginRedirectException(long nodeId, Set<ProtocolDescriptor> descriptors, String message, Throwable cause)
          Constructs an instance with the specified nodeId, detail message, and cause.
 


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