|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsynchScopeManager
This interface is used for object which manage a set of child asynch beans. WorkManager and AsynchScope extend this interface. It allows new uniquely named asynch beans to be created and existing ones retrieved. It's also an EventSource.
Field Summary |
---|
Fields inherited from interface com.ibm.websphere.asynchbeans.EventSource |
---|
APPLICATION_NOTIFICATION_EVENT_SOURCE, MAX_LISTENER_SEQUENCE_VALUE, MIN_LISTENER_SEQUENCE_VALUE |
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ibm.websphere.asynchbeans.EventSource |
---|
addListener, addListener, getEventTrigger, getEventTrigger, removeListener |
Method Detail |
---|
AsynchScope 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.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |