|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.management.NotificationBroadcasterSupport
org.objectweb.jonas.management.ReconfigDispatcher
org.objectweb.jonas.service.AbsServiceImpl
org.objectweb.jonas.service.AbsDynamicServiceImpl
public abstract class AbsDynamicServiceImpl
Abstract implementation of a Dynamic Service
| Field Summary |
|---|
| Fields inherited from class org.objectweb.jonas.management.ReconfigDispatcher |
|---|
RECONFIG_TYPE, SAVE_RECONFIG_TYPE |
| Constructor Summary | |
|---|---|
AbsDynamicServiceImpl()
|
|
| Method Summary | |
|---|---|
protected void |
doStart()
Starts the dynamic Service and pause for the specified amount of time. |
abstract void |
run()
Abstract run method |
int |
waitTime()
|
| Methods inherited from class org.objectweb.jonas.service.AbsServiceImpl |
|---|
doInit, doStop, getDomainName, getJonasServerName, getName, init, isStarted, setName, start, stop |
| Methods inherited from class org.objectweb.jonas.management.ReconfigDispatcher |
|---|
addNotificationListener, getFilter, getHandback, getListener, getNotificationInfo, initLogger, removeNotificationListener, sendReconfigNotification, sendSaveNotification |
| Methods inherited from class javax.management.NotificationBroadcasterSupport |
|---|
handleNotification, removeNotificationListener, sendNotification |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbsDynamicServiceImpl()
| Method Detail |
|---|
public abstract void run()
throws ServiceException
run in interface java.lang.RunnableServiceException - (see subclasses documentation)public int waitTime()
protected final void doStart()
doStart in class AbsServiceImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||