org.openorb.trader.repository

Class Service

public class Service extends ServiceBase

Lifecycle manager for the service type repository of the TardingService.

Author: Michael Rumpf

Field Summary
static StringOPT_IR
static StringOPT_IR_ARG_NAME
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 StringPERSISTENCE_DATABASE
static StringPERSISTENCE_DATABASE_CLASS
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_ARG_NAME

public static final String OPT_IR_ARG_NAME

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

PERSISTENCE_DATABASE

public static final String PERSISTENCE_DATABASE

PERSISTENCE_DATABASE_CLASS

public static final String PERSISTENCE_DATABASE_CLASS

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.