Uses of Class
argos.metadata.ServiceMetaInfo

Packages that use ServiceMetaInfo
argos.bangbang.axis   
argos.bangbang.hibernate   
argos.bangbang.jetty6   
argos.bangbang.xmlrpc   
argos.deploy   
argos.metadata   
argos.naming   
 

Uses of ServiceMetaInfo in argos.bangbang.axis
 

Fields in argos.bangbang.axis declared as ServiceMetaInfo
 ServiceMetaInfo Axis.meta
           
 

Uses of ServiceMetaInfo in argos.bangbang.hibernate
 

Fields in argos.bangbang.hibernate declared as ServiceMetaInfo
 ServiceMetaInfo Hibernate.meta
           
 

Methods in argos.bangbang.hibernate that return types with arguments of type ServiceMetaInfo
 Map<ServiceMetaInfo,org.hibernate.SessionFactory> Hibernate.getSessions()
           
 

Methods in argos.bangbang.hibernate with parameters of type ServiceMetaInfo
static org.hibernate.Session Hibernate.getSession(ServiceMetaInfo service)
           
 

Uses of ServiceMetaInfo in argos.bangbang.jetty6
 

Fields in argos.bangbang.jetty6 declared as ServiceMetaInfo
 ServiceMetaInfo Jetty.meta
           
 

Uses of ServiceMetaInfo in argos.bangbang.xmlrpc
 

Fields in argos.bangbang.xmlrpc declared as ServiceMetaInfo
 ServiceMetaInfo XmlRpc.meta
           
 

Uses of ServiceMetaInfo in argos.deploy
 

Methods in argos.deploy with parameters of type ServiceMetaInfo
static JarClassloader JarClassloader.getInstance(ServiceMetaInfo service)
           
static JarClassloader JarClassloader.getInstance(ServiceMetaInfo service, ClassLoader classLoader)
           
 boolean ComponentManager.start(ServiceMetaInfo meta)
           
 void ComponentManager.stop(ServiceMetaInfo service)
           
 

Method parameters in argos.deploy with type arguments of type ServiceMetaInfo
 List<File> ComponentManager.stop(List<ServiceMetaInfo> services)
          This methods stops the given services and the services that depends on them.
 

Uses of ServiceMetaInfo in argos.metadata
 

Methods in argos.metadata that return ServiceMetaInfo
 ServiceMetaInfo ComponentMetaInfo.getService()
           
 

Methods in argos.metadata with parameters of type ServiceMetaInfo
 boolean ServiceMetaInfo.dependsOn(ServiceMetaInfo service)
           
 

Method parameters in argos.metadata with type arguments of type ServiceMetaInfo
 void ServiceMetaInfo.setupDependencies(List<ServiceMetaInfo> services)
           
 void ComponentMetaInfo.setupDependencies(List<ServiceMetaInfo> services)
           
 

Constructors in argos.metadata with parameters of type ServiceMetaInfo
ComponentMetaInfo(ServiceMetaInfo service)
           
ComponentMetaInfo(ServiceMetaInfo service, Element component)
           
 

Uses of ServiceMetaInfo in argos.naming
 

Methods in argos.naming that return ServiceMetaInfo
 ServiceMetaInfo NamingService.getServiceByFile(File file)
           
 ServiceMetaInfo NamingService.getServiceByName(String name)
           
 ServiceMetaInfo NamingService.getServiceByName(String name, boolean verbose)
           
 

Methods in argos.naming that return types with arguments of type ServiceMetaInfo
 List<ServiceMetaInfo> NamingService.getAllServices()
           
 

Methods in argos.naming with parameters of type ServiceMetaInfo
 void NamingService.addService(ServiceMetaInfo service)
           
 void NamingService.removeService(ServiceMetaInfo service)
           
 



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