JBoss Remoting 3.1.0.Beta2

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
 

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.Beta2

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