org.apache.axis2.deployment.listener
Interface RepositoryListener

All Known Implementing Classes:
RepositoryListenerImpl

public interface RepositoryListener

RepositaryListener is no listent to a specific folder whether the folder is update eg: remove , added or modified files


Method Summary
 void checkModules()
          this method is to check whether new module is added (or modules)
 void checkServices()
          this method is to check whether new service is added (or services)
 void init()
          this is to Initialize the Deployment , this only call when the Axis engine start up Then it should deploy all the WS and modules , and should initialize the WSInfoList
 void update()
          If new services or modules(service or module) are added then this method will call
 

Method Detail

checkModules

public void checkModules()
this method is to check whether new module is added (or modules)


checkServices

public void checkServices()
this method is to check whether new service is added (or services)


update

public void update()
If new services or modules(service or module) are added then this method will call


init

public void init()
this is to Initialize the Deployment , this only call when the Axis engine start up Then it should deploy all the WS and modules , and should initialize the WSInfoList