JBoss Remoting 3.1.0.Beta1

Uses of Interface
org.jboss.remoting3.HandleableCloseable

Packages that use HandleableCloseable
org.jboss.remoting3 The base Remoting 3 API package. 
org.jboss.remoting3.spi Service provider classes and interfaces. 
 

Uses of HandleableCloseable in org.jboss.remoting3
 

Subinterfaces of HandleableCloseable in org.jboss.remoting3
 interface Client<I,O>
          A communications client.
 interface ClientContext
          The server context for a single remote client instance.
 interface Connection
          A connection to a remote peer.
 interface Endpoint
          A potential participant in a JBoss Remoting communications relationship.
 interface Registration
          A simple registration handle.
 

Uses of HandleableCloseable in org.jboss.remoting3.spi
 

Classes in org.jboss.remoting3.spi with type parameters of type HandleableCloseable
 class AbstractHandleableCloseable<T extends HandleableCloseable<T>>
          A basic implementation of a closeable resource.
 

Subinterfaces of HandleableCloseable in org.jboss.remoting3.spi
 interface ConnectionProviderRegistration
          A handle representing the registration of a connection provider.
 interface RequestHandler
          A request handler.
 

Classes in org.jboss.remoting3.spi that implement HandleableCloseable
 class AbstractHandleableCloseable<T extends HandleableCloseable<T>>
          A basic implementation of a closeable resource.
 


JBoss Remoting 3.1.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.