public final class SOMContainerServiceAppImpl extends ServiceAppImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
SOM_QUEUE_PROPERTIES
Properties used to define a SOM queue.
|
static String |
SOM_TOPIC_PROPERTIES
Properties used to define a SOM topic.
|
SERVICE_APP_PROPERTIES| Constructor and Description |
|---|
SOMContainerServiceAppImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
setUp(Service service)
Sets up the application.
|
void |
tearDown()
Tears down the application.
|
createStats, fail, getConfig, getConfigProperties, getDataDir, getJoinTimeout, getProperties, getService, getSourceUUID, getThisLogger, getTimer, onAlert, onEvent, onServiceNotAvailableException, onServicesNotReady, onServicesReady, onSignal, start, stoppublic static final String SOM_QUEUE_PROPERTIES
public static final String SOM_TOPIC_PROPERTIES
public boolean setUp(Service service)
Overidden as needed.
Called by the framework and by overriding classes at the beginning of the override.
setUp in interface ServiceAppsetUp in class ServiceAppImplservice - The service holding this application.public void tearDown()
Overidden as needed by the application.
Called by the framework and by overriding classes at the end of the override.
tearDown in interface ServiceApptearDown in class ServiceAppImplCopyright © 2003-2019 Serge Brisson. All Rights Reserved.