public interface AsynchScopeManager extends EventSource
APPLICATION_NOTIFICATION_EVENT_SOURCE, MAX_LISTENER_SEQUENCE_VALUE, MIN_LISTENER_SEQUENCE_VALUE| Modifier and Type | Method and Description |
|---|---|
AsynchScope |
createAsynchScope(java.lang.String name)
This creates a new asynch bean with the given name.
|
AsynchScope |
findAsynchScope(java.lang.String name)
This returns the asynch bean with a given name or null if
it doesn't exist.
|
AsynchScope |
findOrCreateAsynchScope(java.lang.String name)
This returns the asynch bean with a given name or creates it if
it doesn't exist.
|
addListener, addListener, getEventTrigger, getEventTrigger, removeListenerAsynchScope createAsynchScope(java.lang.String name) throws javax.ejb.DuplicateKeyException
name - The unique name of the new bean.javax.ejb.DuplicateKeyException - This is thrown is a bean already
exists with the same name.AsynchScope findAsynchScope(java.lang.String name)
name - The name of the bean to retrieve.AsynchScope findOrCreateAsynchScope(java.lang.String name)
name - The name of the bean to retrieve/create.