|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jason.core.ServiceWorkingDirectoryManager
Here a manager for each service working directory. Note that this service is a ServiceContainerDataModelListener
. It is responsable for creating a convenient directory tied with each service. So it is dangerous to add a started
service on the ServiceContainerDataModel because the service could work without the availability of its working path !
Constructor Summary | |
ServiceWorkingDirectoryManager()
|
Method Summary | |
void |
notifyAddServiceContainer(ServiceContainer sc)
notify the listener for a new ServiceContainer |
void |
notifyRemoveServiceContainer(ServiceContainer sc)
Notify the listener for removing a ServiceContainer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceWorkingDirectoryManager()
Method Detail |
public void notifyAddServiceContainer(ServiceContainer sc)
ServiceContainerDataModelListener
ServiceContainer
notifyAddServiceContainer
in interface ServiceContainerDataModelListener
public void notifyRemoveServiceContainer(ServiceContainer sc)
ServiceContainer
notifyRemoveServiceContainer
in interface ServiceContainerDataModelListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |