org.openorb.trader
public class Service extends ServiceBase
Field Summary | |
---|---|
static String | OPT_IR |
static String | OPT_IR_DESCRIP |
static String | OPT_IR_LONG |
static String | OPT_PERSISTENCE |
static String | OPT_PERSISTENCE_ARG_NAME |
static String | OPT_PERSISTENCE_DESCRIP |
static String | OPT_PERSISTENCE_LONG |
static String | OPT_SVCTYPEREPO_URL |
static String | OPT_SVCTYPEREPO_URL_ARG_NAME |
static String | OPT_SVCTYPEREPO_URL_DESCRIP |
static String | OPT_SVCTYPEREPO_URL_LONG |
static String | OPT_TRADER_NAME |
static String | OPT_TRADER_NAME_ARG_NAME |
static String | OPT_TRADER_NAME_DESCRIP |
static String | OPT_TRADER_NAME_LONG |
static String | PERSISTENCE_FILE |
static String | PERSISTENCE_FILE_CLASS |
static String | PERSISTENCE_MEMORY |
static String | PERSISTENCE_MEMORY_CLASS |
Method Summary | |
---|---|
void | initializeService()
This method is called in the service lifecycle when the service is initialized. |
void | startService()
This method is called in the service lifecycle when the service is started. |
void | stopService()
Thos method is called in the service lifecycle when the service is stopped. |