Uses of Interface
org.ow2.jonas.properties.ServerProperties

Packages that use ServerProperties
org.ow2.jonas.ear.internal   
org.ow2.jonas.ejb.easybeans   
org.ow2.jonas.lib.bootstrap   
org.ow2.jonas.lib.jmbeans   
org.ow2.jonas.lib.management.reconfig   
org.ow2.jonas.lib.service   
org.ow2.jonas.lib.service.manager   
org.ow2.jonas.services.bootstrap   
org.ow2.jonas.services.bootstrap.deploymentplan   
org.ow2.jonas.services.bootstrap.repository   
 

Uses of ServerProperties in org.ow2.jonas.ear.internal
 

Methods in org.ow2.jonas.ear.internal that return ServerProperties
 ServerProperties EarDeployer.getServerProperties()
          Returns the server properties.
 

Methods in org.ow2.jonas.ear.internal with parameters of type ServerProperties
 void EarDeployer.setServerProperties(ServerProperties serverProperties)
          Sets the server properties.
 

Uses of ServerProperties in org.ow2.jonas.ejb.easybeans
 

Methods in org.ow2.jonas.ejb.easybeans that return ServerProperties
 ServerProperties EasyBeansDeployer.getServerProperties()
          Returns the server properties.
 

Methods in org.ow2.jonas.ejb.easybeans with parameters of type ServerProperties
 void EasyBeansDeployer.setServerProperties(ServerProperties serverProperties)
          Set the server properties.
 

Uses of ServerProperties in org.ow2.jonas.lib.bootstrap
 

Classes in org.ow2.jonas.lib.bootstrap that implement ServerProperties
 class JProp
          This class manages configuration properties for a JOnAS Server.
 

Uses of ServerProperties in org.ow2.jonas.lib.jmbeans
 

Methods in org.ow2.jonas.lib.jmbeans with parameters of type ServerProperties
 void MBeansRegistration.setServerProperties(ServerProperties serverProperties)
           
 void J2EEServer.setServerProperties(ServerProperties serverProperties)
           
 

Constructors in org.ow2.jonas.lib.jmbeans with parameters of type ServerProperties
JavaVm(String pObjectName, ServerProperties props)
          Construct JavaVM MBean.
 

Uses of ServerProperties in org.ow2.jonas.lib.management.reconfig
 

Constructors in org.ow2.jonas.lib.management.reconfig with parameters of type ServerProperties
ReconfigManager(ObjectName objectName, ServerProperties props)
          ReconfigManager constructor.
 

Uses of ServerProperties in org.ow2.jonas.lib.service
 

Methods in org.ow2.jonas.lib.service that return ServerProperties
 ServerProperties AbsServiceImpl.getServerProperties()
          Get the Server Properties.
 

Methods in org.ow2.jonas.lib.service with parameters of type ServerProperties
 void AbsServiceImpl.setServerProperties(ServerProperties props)
          Set the Server Properties.
 

Uses of ServerProperties in org.ow2.jonas.lib.service.manager
 

Methods in org.ow2.jonas.lib.service.manager with parameters of type ServerProperties
 void ServiceManagerImpl.setServerProperties(ServerProperties serverProperties)
           
 

Uses of ServerProperties in org.ow2.jonas.services.bootstrap
 

Methods in org.ow2.jonas.services.bootstrap with parameters of type ServerProperties
 void JMXAgent.setServerProperties(ServerProperties serverProperties)
           
 

Uses of ServerProperties in org.ow2.jonas.services.bootstrap.deploymentplan
 

Methods in org.ow2.jonas.services.bootstrap.deploymentplan with parameters of type ServerProperties
 void JOnASDeploymentPlan.setServerProperties(ServerProperties serverProperties)
          Set the server properties service.
 

Uses of ServerProperties in org.ow2.jonas.services.bootstrap.repository
 

Methods in org.ow2.jonas.services.bootstrap.repository with parameters of type ServerProperties
 void JOnASRepositories.setServerProperties(ServerProperties serverProperties)
          Set the server properties service.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.