L - defines the message listener typeA - defines the basic event typeM - defines the basic message typepublic interface StatelessCallabackComponent<L,A,M> extends SubComponent<L,A,M>
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.ExecutorService |
getExecutorService()
returns associated executor service
|
java.util.List<SubComponent<L,A,M>> |
getInstances()
return instances of current state less component
|
java.util.concurrent.atomic.AtomicInteger |
getThreadCounter()
returns thread counter to coordinate amount of existing instances of
sateless callback component
|
getComponent, getNextIncomingMessage, hasIncomingMessage, initEnv, isBlocked, lock, putIncomingMessage, release, setComponentgetContext, getLocaleID, getResourceBundleLocation, isStarted, setLocaleID, setResourceBundleLocation, setStartedjava.util.List<SubComponent<L,A,M>> getInstances()
java.util.concurrent.atomic.AtomicInteger getThreadCounter()
java.util.concurrent.ExecutorService getExecutorService()