JBoss Remoting 3 3.2.0.CR6

Uses of Interface
org.jboss.remoting3.CloseHandler

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

Uses of CloseHandler in org.jboss.remoting3
 

Methods in org.jboss.remoting3 with parameters of type CloseHandler
 HandleableCloseable.Key HandleableCloseable.addCloseHandler(CloseHandler<? super T> handler)
          Add a handler that will be called upon close.
 

Uses of CloseHandler in org.jboss.remoting3.spi
 

Methods in org.jboss.remoting3.spi that return CloseHandler
static CloseHandler<Object> SpiUtils.asyncClosingCloseHandler(HandleableCloseable<?> c)
          A close handler which closes another resource asynchronously.
static CloseHandler<Object> SpiUtils.closingCloseHandler(Closeable c)
          A close handler which closes another resource.
 

Methods in org.jboss.remoting3.spi with parameters of type CloseHandler
 HandleableCloseable.Key AbstractHandleableCloseable.addCloseHandler(CloseHandler<? super T> handler)
          Add a handler that will be called upon close.
static
<T> void
SpiUtils.safeHandleClose(CloseHandler<? super T> handler, T closed, IOException exception)
          Safely handle a close notification.
 


JBoss Remoting 3 3.2.0.CR6

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.