org.openorb.trader.repository
public class Service extends ServiceBase
Field Summary | |
---|---|
static String | OPT_IR |
static String | OPT_IR_ARG_NAME |
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 | PERSISTENCE_DATABASE |
static String | PERSISTENCE_DATABASE_CLASS |
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. |