C D G H J M O S U

C

configure() - Method in class org.ow2.jonas.services.bootstrap.JOnASConfiguration
Method called when the Configuration Admin Service is bound to the component.

D

deleteServiceConfiguration(String) - Method in class org.ow2.jonas.services.bootstrap.JOnASConfiguration
deploy(String) - Method in class org.ow2.jonas.services.bootstrap.JOnASDeploymentPlanDeployer

G

getAllServices() - Method in class org.ow2.jonas.services.bootstrap.JOnASConfiguration
Get all services.
getDeploymentPlans() - Method in class org.ow2.jonas.services.bootstrap.deploymentplan.JOnASDeploymentPlan
Returns the list of deployed deployment plans.
getDeploymentPlans() - Method in interface org.ow2.jonas.services.bootstrap.deploymentplan.JOnASDeploymentPlanMBean
Returns the list of deployed deployment plans.
getDeploymentPlansCount() - Method in class org.ow2.jonas.services.bootstrap.deploymentplan.JOnASDeploymentPlan
Returns the number of deployed deployment plans.
getDeploymentPlansCount() - Method in interface org.ow2.jonas.services.bootstrap.deploymentplan.JOnASDeploymentPlanMBean
Returns the number of deployed deployment plans.
getMandatoryServices() - Method in class org.ow2.jonas.services.bootstrap.JOnASConfiguration
Get mandatory services.
getOptionalServices() - Method in class org.ow2.jonas.services.bootstrap.JOnASConfiguration
Get optional services.
getRepositoriesDescriptions() - Method in class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
Returns the list of repository ids.
getRepositoriesDescriptions() - Method in interface org.ow2.jonas.services.bootstrap.repository.JOnASRepositoriesMBean
Returns the list of repository ids.
getRepositoriesNumber() - Method in class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
Returns the number of available repositories.
getRepositoriesNumber() - Method in interface org.ow2.jonas.services.bootstrap.repository.JOnASRepositoriesMBean
Returns the number of available repositories.
getRepositoryDeployablesCount() - Method in class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
Returns the number of deployed repositories deployables.
getRepositoryDeployablesCount() - Method in interface org.ow2.jonas.services.bootstrap.repository.JOnASRepositoriesMBean
Returns the number of deployed repositories deployables.
getServiceProperties(String) - Method in class org.ow2.jonas.services.bootstrap.JOnASConfiguration
Get all properties for a given JOnAS service name.
getURLRepositories() - Method in class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
Get the URL repositories from the repositoryManager, and exclude the internal ROOT repository
getURLRepositories() - Method in interface org.ow2.jonas.services.bootstrap.repository.JOnASRepositoriesMBean
Returns the list of URL repository names.

H

haltServer() - Method in class org.ow2.jonas.services.bootstrap.JOnASConfiguration

J

JMXAgent - Class in org.ow2.jonas.services.bootstrap
This class represents a JMX Agent.
JMXAgent(BundleContext) - Constructor for class org.ow2.jonas.services.bootstrap.JMXAgent
Constructor.
JOnASConfiguration - Class in org.ow2.jonas.services.bootstrap
JOnAS Configuration component.
JOnASConfiguration(BundleContext) - Constructor for class org.ow2.jonas.services.bootstrap.JOnASConfiguration
Constructor used to retrieve the OSGi BundleContext.
JOnASDeploymentPlan - Class in org.ow2.jonas.services.bootstrap.deploymentplan
Implementation of the Deployment plan MBean.
JOnASDeploymentPlan() - Constructor for class org.ow2.jonas.services.bootstrap.deploymentplan.JOnASDeploymentPlan
 
JOnASDeploymentPlanDeployer - Class in org.ow2.jonas.services.bootstrap
Allows to deploy or undeploy all bundles for a particular deployment plan.
JOnASDeploymentPlanDeployer() - Constructor for class org.ow2.jonas.services.bootstrap.JOnASDeploymentPlanDeployer
 
JOnASDeploymentPlanMBean - Interface in org.ow2.jonas.services.bootstrap.deploymentplan
 
JOnASRepositories - Class in org.ow2.jonas.services.bootstrap.repository
This component is part of the bootstrap module and registers initial repositories that will be used by the deployment plan.
JOnASRepositories() - Constructor for class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
 
JOnASRepositoriesMBean - Interface in org.ow2.jonas.services.bootstrap.repository
MBean interface for the JOnASRepositories.

M

matchService(String) - Method in class org.ow2.jonas.services.bootstrap.JOnASConfiguration
modifyConfiguration(ServiceReference, Dictionary) - Method in class org.ow2.jonas.services.bootstrap.JOnASConfiguration

O

org.ow2.jonas.services.bootstrap - package org.ow2.jonas.services.bootstrap
 
org.ow2.jonas.services.bootstrap.deploymentplan - package org.ow2.jonas.services.bootstrap.deploymentplan
 
org.ow2.jonas.services.bootstrap.repository - package org.ow2.jonas.services.bootstrap.repository
 

S

setConfigurationAdmin(ConfigurationAdmin) - Method in class org.ow2.jonas.services.bootstrap.JOnASConfiguration
 
setConfigurationAdmin(ConfigurationAdmin) - Method in class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
 
setConfigurationManager(ConfigurationManager) - Method in class org.ow2.jonas.services.bootstrap.JOnASDeploymentPlanDeployer
Set the ConfigurationManager service.
setDeploymentPlanDeployer(IDeploymentPlanDeployer) - Method in class org.ow2.jonas.services.bootstrap.deploymentplan.JOnASDeploymentPlan
Sets the deployment plan deployer.
setDeploymentPlanDeployer(IDeploymentPlanDeployer) - Method in class org.ow2.jonas.services.bootstrap.JOnASDeploymentPlanDeployer
 
setMBeanServer(MBeanServer) - Method in class org.ow2.jonas.services.bootstrap.deploymentplan.JOnASDeploymentPlan
Set the MBean Server.
setMBeanServer(MBeanServer) - Method in class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
Set the MBean Server.
setRepositoryDeployer(IRepositoryDeployer) - Method in class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
Set the repository deployer.
setRepositoryManager(IRepositoryManager) - Method in class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
Set the repository manager used by this service.
setRepositoryReader(IRepositoryDataReader) - Method in class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
Set the repository reader.
setServerProperties(ServerProperties) - Method in class org.ow2.jonas.services.bootstrap.deploymentplan.JOnASDeploymentPlan
Set the server properties service.
setServerProperties(ServerProperties) - Method in class org.ow2.jonas.services.bootstrap.JMXAgent
 
setServerProperties(ServerProperties) - Method in class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
Set the server properties service.
start() - Method in class org.ow2.jonas.services.bootstrap.deploymentplan.JOnASDeploymentPlan
This callback method is called during the service starting as soon as all service dependencies are resolved.
start() - Method in class org.ow2.jonas.services.bootstrap.JMXAgent
Register the MBeanServer as an OSGi service.
start() - Method in class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
This callback method is called during the service starting as soon as all service dependencies are resolved.
stop() - Method in class org.ow2.jonas.services.bootstrap.deploymentplan.JOnASDeploymentPlan
This callback method is called during the service stopping.
stop() - Method in class org.ow2.jonas.services.bootstrap.JMXAgent
Unregister the MBeanServer.
stop() - Method in class org.ow2.jonas.services.bootstrap.repository.JOnASRepositories
This callback method is called during the service stopping.

U

undeploy(String) - Method in class org.ow2.jonas.services.bootstrap.JOnASDeploymentPlanDeployer
updateServiceConfiguration(String) - Method in class org.ow2.jonas.services.bootstrap.JOnASConfiguration

C D G H J M O S U

Copyright © 2010 OW2 Consortium. All Rights Reserved.