public abstract class StratosEventReceiver extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ThreadPoolExecutor |
executor |
static String |
STRATOS_EVENT_RECEIEVER_THREAD_POOL_ID
Thread pool information for all StratosEventReceiver implementations
|
protected String |
threadPoolId |
protected static int |
threadPoolSize |
| Constructor and Description |
|---|
StratosEventReceiver() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addEventListener(EventListener eventListener)
Adds an EventListener to this StratosEventReceiver instance
|
abstract void |
removeEventListener(EventListener eventListener)
Removed an EventListener from this StratosEventReceiver instance
|
abstract void |
terminate()
Terminates this StratosEventReceiver instance
|
protected ThreadPoolExecutor executor
public static String STRATOS_EVENT_RECEIEVER_THREAD_POOL_ID
protected String threadPoolId
protected static int threadPoolSize
public abstract void addEventListener(EventListener eventListener)
eventListener - EventListener instance to addpublic abstract void removeEventListener(EventListener eventListener)
eventListener - EventListener instance to removepublic abstract void terminate()
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.