JBoss Remoting 3 3.2.14.GA-redhat-1

org.jboss.remoting3
Interface Registration

All Superinterfaces:
Closeable, HandleableCloseable<Registration>

public interface Registration
extends HandleableCloseable<Registration>

A simple registration handle. Registration handles are closeable but the close will not throw an exception.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.remoting3.HandleableCloseable
HandleableCloseable.Key
 
Method Summary
 void close()
          Close the registration.
 
Methods inherited from interface org.jboss.remoting3.HandleableCloseable
addCloseHandler, awaitClosed, awaitClosedUninterruptibly, closeAsync
 

Method Detail

close

void close()
Close the registration.

Specified by:
close in interface Closeable
Specified by:
close in interface HandleableCloseable<Registration>

JBoss Remoting 3 3.2.14.GA-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.