Class AbstractControl
- java.lang.Object
-
- AbstractControl
-
- All Implemented Interfaces:
org.springframework.context.Lifecycle
- Direct Known Subclasses:
JadiceServerControl,MultiVMInstanceControl
public abstract class AbstractControl extends Object implements org.springframework.context.Lifecycle
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jadice.util.log.Loggerlogger
-
Constructor Summary
Constructors Constructor Description AbstractControl()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanisRunning()abstract voidstart()protected voidstart(String appXML)voidstop()
-
-
-
Method Detail
-
start
public abstract void start()
- Specified by:
startin interfaceorg.springframework.context.Lifecycle
-
start
protected void start(String appXML)
-
isRunning
public boolean isRunning()
- Specified by:
isRunningin interfaceorg.springframework.context.Lifecycle
-
stop
public void stop()
- Specified by:
stopin interfaceorg.springframework.context.Lifecycle
-
-