public final class RLPServiceAppImpl extends ServiceAppImpl
Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS_PROPERTY
Specifies on which address to listen.
|
static String |
IDENTIFIER_PROPERTY
Resource identifier property.
|
static String |
PORT_PROPERTY
Specifies on which port to listen.
|
static String |
PROTOCOL_PROPERTY
Resource protocol property.
|
static String |
RESOURCE_PROPERTIES
Resource properties.
|
static String |
RLP_SERVER_PROPERTIES
RLP server properties.
|
SERVICE_APP_PROPERTIES
Constructor and Description |
---|
RLPServiceAppImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
setUp(Service service)
Sets up the application.
|
void |
start()
Starts the application.
|
void |
stop()
Stops 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
public static final String ADDRESS_PROPERTY
public static final String IDENTIFIER_PROPERTY
public static final String PORT_PROPERTY
public static final String PROTOCOL_PROPERTY
public static final String RESOURCE_PROPERTIES
public static final String RLP_SERVER_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 ServiceApp
setUp
in class ServiceAppImpl
service
- The service holding this application.public void start()
Overidden as needed by the application.
Called by the framework.
Should return only when the application is started.
start
in interface ServiceApp
start
in class ServiceAppImpl
public void stop()
Overidden as needed by the application.
Called by the framework.
stop
in interface ServiceApp
stop
in class ServiceAppImpl
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 ServiceApp
tearDown
in class ServiceAppImpl
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.