Uses of Class
argos.annotation.Impact

Packages that use Impact
argos.bangbang.axis   
argos.bangbang.hibernate   
argos.bangbang.jetty6   
argos.bangbang.jmxconnector   
argos.bangbang.xmlrpc   
argos.config   
argos.deploy   
argos.naming   
 

Uses of Impact in argos.bangbang.axis
 

Methods in argos.bangbang.axis with annotations of type Impact
 void Axis.addComponent(ComponentMetaInfo componentMeta)
           
 void Axis.init()
           
 void Axis.removeComponent(ComponentMetaInfo componentMeta)
           
 

Uses of Impact in argos.bangbang.hibernate
 

Methods in argos.bangbang.hibernate with annotations of type Impact
 void Derby.start()
           
 void Derby.stop()
           
 void Hibernate.unload()
           
 

Uses of Impact in argos.bangbang.jetty6
 

Methods in argos.bangbang.jetty6 with annotations of type Impact
 void Jetty.addContext(org.mortbay.jetty.servlet.Context con)
           
 void Jetty.start()
           
 void Jetty.unload()
           
 

Uses of Impact in argos.bangbang.jmxconnector
 

Methods in argos.bangbang.jmxconnector with annotations of type Impact
 void JMXConnector.close()
           
 void JMXConnector.open()
           
 

Uses of Impact in argos.bangbang.xmlrpc
 

Methods in argos.bangbang.xmlrpc with annotations of type Impact
 void XmlRpc.addComponent(ComponentMetaInfo componentMeta)
           
 Object XmlRpc.execute(org.apache.xmlrpc.XmlRpcRequest request)
           
 void XmlRpc.init()
           
 void XmlRpc.removeComponent(ComponentMetaInfo componentMeta)
           
 

Uses of Impact in argos.config
 

Methods in argos.config with annotations of type Impact
 void Config.load()
           
 String Config.lookup(String key)
           
 String Config.lookup(String key, boolean verbose)
           
 

Uses of Impact in argos.deploy
 

Methods in argos.deploy with annotations of type Impact
 void ComponentManager.deploy(List<File> files)
           
 void ComponentManager.redeploy(List<File> files)
          This method will redploy the given files by stopping all the files and then deploying them with the deploy method.
 void ComponentManager.shutdown()
          This method will stopp all services that has been deployed.
 boolean ComponentManager.start(ServiceMetaInfo meta)
           
 boolean ComponentManager.startService(String name)
          This method will start a service by filename.
 void ComponentManager.stop(ComponentMetaInfo component)
           
 List<File> ComponentManager.stop(List<ServiceMetaInfo> services)
          This methods stops the given services and the services that depends on them.
 void ComponentManager.stop(ServiceMetaInfo service)
           
 boolean ComponentManager.stopService(String name)
          This method will stop a service and only this service
 

Uses of Impact in argos.naming
 

Methods in argos.naming with annotations of type Impact
 boolean NamingService.addComponent(ComponentMetaInfo meta, Object mbean)
           
 boolean NamingService.addNotificationProxy(NotificationProxy proxy)
           
 List<ComponentMetaInfo> NamingService.getAllComponentMetaData()
           
 List<ServiceMetaInfo> NamingService.getAllServices()
           
 Object NamingService.getComponentByMeta(ComponentMetaInfo meta)
           
 Object NamingService.getComponentByName(String name)
           
 ComponentMetaInfo NamingService.getComponentMetaByComponent(Object component)
           
 ComponentMetaInfo NamingService.getComponentMetaByMBeanName(String mbean)
           
 ComponentMetaInfo NamingService.getComponentMetaByName(String name)
           
 ComponentMetaInfo NamingService.getComponentMetaByName(String name, boolean verbose)
           
 List<ComponentMetaInfo> NamingService.getComponentMetaDatas()
           
 List<File> NamingService.getLoadedFiles()
           
 NotificationProxy NamingService.getNotificationProxy(Object object)
           
 ServiceMetaInfo NamingService.getServiceByFile(File file)
           
 ServiceMetaInfo NamingService.getServiceByName(String name)
           
 ServiceMetaInfo NamingService.getServiceByName(String name, boolean verbose)
           
 boolean NamingService.isComponentLoaded(ComponentMetaInfo meta)
           
 boolean NamingService.isComponentLoaded(String name)
           
 boolean NamingService.isFileLoaded(File file)
           
 boolean NamingService.isNewer(File jarFile)
          Checks to see if the given file is newer than the one that is loaded.
 void NamingService.removeComponent(ComponentMetaInfo meta)
           
 



Copyright © 2004-2007 University of Troms?. All Rights Reserved.