|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.deployment.RepositoryListener
Field Summary |
Constructor Summary | |
RepositoryListener(DeploymentEngine deploymentEngine,
boolean isClasspath)
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 |
Constructor Detail |
public RepositoryListener(DeploymentEngine deploymentEngine, boolean isClasspath)
deploymentEngine
- reference to engine registry for updatesMethod Detail |
public void checkModules()
public void checkServices()
public void init()
public void startListener()
public void update()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |