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 SummaryFields Modifier and Type Field Description protected org.jadice.util.log.Loggerlogger
 - 
Constructor SummaryConstructors Constructor Description AbstractControl()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanisRunning()abstract voidstart()protected voidstart(String appXML)voidstop()
 
- 
- 
- 
Method Detail- 
startpublic abstract void start() - Specified by:
- startin interface- org.springframework.context.Lifecycle
 
 - 
startprotected void start(String appXML) 
 - 
isRunningpublic boolean isRunning() - Specified by:
- isRunningin interface- org.springframework.context.Lifecycle
 
 - 
stoppublic void stop() - Specified by:
- stopin interface- org.springframework.context.Lifecycle
 
 
- 
 
-