Uses of Class
argos.annotation.Description

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

Uses of Description in argos.bangbang.axis
 

Classes in argos.bangbang.axis with annotations of type Description
 class Axis
           
 

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

Uses of Description in argos.bangbang.hibernate
 

Classes in argos.bangbang.hibernate with annotations of type Description
 class Derby
           
 class Hibernate
           
 

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

Uses of Description in argos.bangbang.jetty6
 

Classes in argos.bangbang.jetty6 with annotations of type Description
 class Jetty
           
 

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

Uses of Description in argos.bangbang.jmxconnector
 

Classes in argos.bangbang.jmxconnector with annotations of type Description
 class JMXConnector
           
 

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

Uses of Description in argos.bangbang.xmlrpc
 

Classes in argos.bangbang.xmlrpc with annotations of type Description
 class XmlRpc
          Created on 03.aug.2006
 

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

Uses of Description in argos.config
 

Classes in argos.config with annotations of type Description
 class Config
           
 

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

Uses of Description in argos.deploy
 

Classes in argos.deploy with annotations of type Description
 class ComponentManager
          ComponentManager is the control center for Argos, it handles deployment, redployment and stopping of services.
 class HotDeployer
          Created on 05.jul.2006
 

Methods in argos.deploy with annotations of type Description
 void ComponentManager.deploy(List<File> files)
           
 String HotDeployer.getDirectory()
           
 int HotDeployer.getSleepTime()
           
 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 Description in argos.logging
 

Classes in argos.logging with annotations of type Description
 class Console
           
 

Uses of Description in argos.naming
 

Classes in argos.naming with annotations of type Description
 class NamingService
          Created on 04.jul.2006
 

Methods in argos.naming with annotations of type Description
 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.