Package org.jboss.ejb.server
Interface ListenerHandle
-
- All Superinterfaces:
AutoCloseable
public interface ListenerHandle extends AutoCloseable
A listener registration handle.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close the handle, unsubscribing the listener.
-
-
-
Method Detail
-
close
void close()
Close the handle, unsubscribing the listener.- Specified by:
closein interfaceAutoCloseable
-
-