Uses of Interface
com.sun.sgs.transport.TransportDescriptor

Packages that use TransportDescriptor
com.sun.sgs.impl.protocol.simple Provides an implementation of the protocol layer APIs using the SimpleSgsProtocol
com.sun.sgs.impl.transport.tcp Provides an implementation of the transport layer APIs using TCP. 
com.sun.sgs.transport Provides interfaces for the transport layer. 
 

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

Fields in com.sun.sgs.impl.protocol.simple declared as TransportDescriptor
protected  TransportDescriptor SimpleSgsProtocolDescriptor.transportDesc
          The transport descriptor for this protocol.
 

Constructors in com.sun.sgs.impl.protocol.simple with parameters of type TransportDescriptor
SimpleSgsProtocolDescriptor(TransportDescriptor transportDesc)
          Constructs an instance with the specified transport descriptor.
 

Uses of TransportDescriptor in com.sun.sgs.impl.transport.tcp
 

Classes in com.sun.sgs.impl.transport.tcp that implement TransportDescriptor
(package private)  class TcpDescriptor
          TCP transport descriptor.
 

Methods in com.sun.sgs.impl.transport.tcp that return TransportDescriptor
 TransportDescriptor TcpTransport.getDescriptor()
          Returns the descriptor for this transport.
 

Methods in com.sun.sgs.impl.transport.tcp with parameters of type TransportDescriptor
 boolean TcpDescriptor.supportsTransport(TransportDescriptor descriptor)
          Check if the specified transport is compatible with the transport this descriptor represents.
 

Uses of TransportDescriptor in com.sun.sgs.transport
 

Methods in com.sun.sgs.transport that return TransportDescriptor
 TransportDescriptor Transport.getDescriptor()
          Returns the descriptor for this transport.
 

Methods in com.sun.sgs.transport with parameters of type TransportDescriptor
 boolean TransportDescriptor.supportsTransport(TransportDescriptor descriptor)
          Check if the specified transport is compatible with the transport this descriptor represents.
 


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