org.openorb.trader

Class Service

public class Service extends ServiceBase

Lifecycle manager for the service type repository of the TradingService.

Author: Michael Rumpf

Field Summary
static StringOPT_IR
static StringOPT_IR_DESCRIP
static StringOPT_IR_LONG
static StringOPT_PERSISTENCE
static StringOPT_PERSISTENCE_ARG_NAME
static StringOPT_PERSISTENCE_DESCRIP
static StringOPT_PERSISTENCE_LONG
static StringOPT_SVCTYPEREPO_URL
static StringOPT_SVCTYPEREPO_URL_ARG_NAME
static StringOPT_SVCTYPEREPO_URL_DESCRIP
static StringOPT_SVCTYPEREPO_URL_LONG
static StringOPT_TRADER_NAME
static StringOPT_TRADER_NAME_ARG_NAME
static StringOPT_TRADER_NAME_DESCRIP
static StringOPT_TRADER_NAME_LONG
static StringPERSISTENCE_FILE
static StringPERSISTENCE_FILE_CLASS
static StringPERSISTENCE_MEMORY
static StringPERSISTENCE_MEMORY_CLASS
Method Summary
voidinitializeService()
This method is called in the service lifecycle when the service is initialized.
voidstartService()
This method is called in the service lifecycle when the service is started.
voidstopService()
Thos method is called in the service lifecycle when the service is stopped.

Field Detail

OPT_IR

public static final String OPT_IR

OPT_IR_DESCRIP

public static final String OPT_IR_DESCRIP

OPT_IR_LONG

public static final String OPT_IR_LONG

OPT_PERSISTENCE

public static final String OPT_PERSISTENCE

OPT_PERSISTENCE_ARG_NAME

public static final String OPT_PERSISTENCE_ARG_NAME

OPT_PERSISTENCE_DESCRIP

public static final String OPT_PERSISTENCE_DESCRIP

OPT_PERSISTENCE_LONG

public static final String OPT_PERSISTENCE_LONG

OPT_SVCTYPEREPO_URL

public static final String OPT_SVCTYPEREPO_URL

OPT_SVCTYPEREPO_URL_ARG_NAME

public static final String OPT_SVCTYPEREPO_URL_ARG_NAME

OPT_SVCTYPEREPO_URL_DESCRIP

public static final String OPT_SVCTYPEREPO_URL_DESCRIP

OPT_SVCTYPEREPO_URL_LONG

public static final String OPT_SVCTYPEREPO_URL_LONG

OPT_TRADER_NAME

public static final String OPT_TRADER_NAME

OPT_TRADER_NAME_ARG_NAME

public static final String OPT_TRADER_NAME_ARG_NAME

OPT_TRADER_NAME_DESCRIP

public static final String OPT_TRADER_NAME_DESCRIP

OPT_TRADER_NAME_LONG

public static final String OPT_TRADER_NAME_LONG

PERSISTENCE_FILE

public static final String PERSISTENCE_FILE

PERSISTENCE_FILE_CLASS

public static final String PERSISTENCE_FILE_CLASS

PERSISTENCE_MEMORY

public static final String PERSISTENCE_MEMORY

PERSISTENCE_MEMORY_CLASS

public static final String PERSISTENCE_MEMORY_CLASS

Method Detail

initializeService

public void initializeService()
This method is called in the service lifecycle when the service is initialized.

startService

public void startService()
This method is called in the service lifecycle when the service is started.

stopService

public void stopService()
Thos method is called in the service lifecycle when the service is stopped.