|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.deployment.listener.RepositoryListenerImpl
Field Summary | |
protected org.apache.commons.logging.Log |
log
|
Constructor Summary | |
RepositoryListenerImpl(String folderName,
DeploymentEngine deploymentEngine)
This constructor takes two arguments, a folder name and a reference to Deployment Engine First, it initializes the system, by loading all the modules in the /modules directory and then creates a WSInfoList to store information about available modules and services. |
Method Summary | |
void |
checkModules()
Finds a list of modules in the folder and adds to wsInfoList. |
void |
checkServices()
Finds a list of services in the folder and adds to wsInfoList. |
void |
init()
First initializes the WSInfoList, then calls checkModule to load all the modules and calls update() to update the Deployment engine and engine registry. |
void |
startListener()
Method invoked from the scheduler to start the listener. |
void |
update()
Updates WSInfoList object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected org.apache.commons.logging.Log log
Constructor Detail |
public RepositoryListenerImpl(String folderName, DeploymentEngine deploymentEngine)
folderName
- path to parent directory that the listener should listen todeploymentEngine
- reference to engine registry for updatesMethod Detail |
public void checkModules()
checkModules
in interface RepositoryListener
public void checkServices()
checkServices
in interface RepositoryListener
public void init()
init
in interface RepositoryListener
public void startListener()
public void update()
update
in interface RepositoryListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |