Package org.jboss.remoting3
Interface Registration
-
- All Superinterfaces:
AutoCloseable
,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Close the registration.-
Methods inherited from interface org.jboss.remoting3.HandleableCloseable
addCloseHandler, awaitClosed, awaitClosedUninterruptibly, closeAsync, isOpen
-
-
-
-
Method Detail
-
close
void close()
Close the registration.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceHandleableCloseable<Registration>
-
-