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

Packages that use ProtocolDescriptor
com.sun.sgs.impl.protocol.simple Provides an implementation of the protocol layer APIs using the SimpleSgsProtocol
com.sun.sgs.impl.service.session Provides an implementation of ClientSessionService
com.sun.sgs.protocol Provides interfaces for the protocol layer. 
 

Uses of ProtocolDescriptor in com.sun.sgs.impl.protocol.simple
 

Classes in com.sun.sgs.impl.protocol.simple that implement ProtocolDescriptor
 class SimpleSgsProtocolDescriptor
          A protocol descriptor with an underlying transport descriptor.
 

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

Methods in com.sun.sgs.impl.protocol.simple with parameters of type ProtocolDescriptor
 boolean SimpleSgsProtocolDescriptor.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.impl.protocol.simple with type arguments of type ProtocolDescriptor
 void SimpleSgsRelocationProtocolImpl.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.
 

Uses of ProtocolDescriptor in com.sun.sgs.impl.service.session
 

Methods in com.sun.sgs.impl.service.session that return types with arguments of type ProtocolDescriptor
(package private)  Set<ProtocolDescriptor> ClientSessionServiceImpl.getProtocolDescriptors(long nodeId)
          Returns a set of protocol descriptors for the specified nodeId, or null if there are no descriptors for the node.
 

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