|
|||||||||
| Home >> All >> com >> lutris >> [ multiServer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lutris.multiServer
Interface Service

- public interface Service
This interface is a temporary placeholder until we design a real service interface based on J2EE or XS or something else.
| Method Summary | |
void |
init(java.lang.String config)
Initialize the service. |
void |
start()
Starts the service. |
void |
stop()
Stops the service. |
| Method Detail |
init
public void init(java.lang.String config)
- Initialize the service.
Passes a configuration string to the service, which is used in a service
dependent way. This could be a configuration file name or URL.
start
public void start()
- Starts the service.
stop
public void stop()
- Stops the service.
|
|||||||||
| Home >> All >> com >> lutris >> [ multiServer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC