JBoss Remoting 3.1.0.Beta1

org.jboss.remoting3
Interface Registration

All Superinterfaces:
Closeable, HandleableCloseable<Registration>
All Known Subinterfaces:
ConnectionProviderRegistration

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
 

Method Detail

close

void close()
Close the registration.

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

JBoss Remoting 3.1.0.Beta1

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