|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.server.profileservice.ProfileServiceBootstrap
public class ProfileServiceBootstrap
Bootstraps the profile service
Field Summary | |
---|---|
protected org.jboss.deployers.client.spi.main.MainDeployer |
mainDeployer
The server MainDeployer |
protected org.jboss.profileservice.spi.ProfileKey |
profileKey
The root profile key. |
protected org.jboss.profileservice.spi.ProfileService |
profileService
The server ProfileService |
Constructor Summary | |
---|---|
ProfileServiceBootstrap()
Create a new ProfileServiceBootstrap. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.jboss.profileservice.spi.ProfileKey profileKey
protected org.jboss.deployers.client.spi.main.MainDeployer mainDeployer
protected org.jboss.profileservice.spi.ProfileService profileService
Constructor Detail |
---|
public ProfileServiceBootstrap()
Method Detail |
---|
public org.jboss.deployers.client.spi.main.MainDeployer getMainDeployer()
public void setMainDeployer(org.jboss.deployers.client.spi.main.MainDeployer mainDeployer)
public org.jboss.kernel.spi.config.KernelConfigurator getConfigurator()
public void setConfigurator(org.jboss.kernel.spi.config.KernelConfigurator configurator)
public org.jboss.profileservice.spi.ProfileService getProfileService()
public void setProfileService(org.jboss.profileservice.spi.ProfileService profileService)
public org.jboss.profileservice.spi.ProfileKey getProfileKey()
public void setProfileKey(org.jboss.profileservice.spi.ProfileKey profileKey)
public org.jboss.managed.api.factory.ManagedObjectFactory getMof()
public void setMof(org.jboss.managed.api.factory.ManagedObjectFactory mof)
public org.jboss.deployers.spi.deployer.managed.ManagedDeploymentCreator getMgtDeploymentCreator()
public void setMgtDeploymentCreator(org.jboss.deployers.spi.deployer.managed.ManagedDeploymentCreator mgtDeploymentCreator)
public AbstractBootstrapProfileFactory getBootstrapProfileFactory()
public void setBootstrapProfileFactory(AbstractBootstrapProfileFactory profileFactory)
public Map<String,org.jboss.managed.api.ManagedDeployment> getBootstrapMDs()
public void setBootstrapMDs(Map<String,org.jboss.managed.api.ManagedDeployment> bootstrapMDs)
public void start(org.jboss.bootstrap.spi.Server server) throws Exception
start
in interface org.jboss.bootstrap.spi.Bootstrap
Exception
public void prepareShutdown(org.jboss.bootstrap.spi.Server server)
prepareShutdown
in interface org.jboss.bootstrap.spi.Bootstrap
public void shutdown(org.jboss.bootstrap.spi.Server server)
shutdown
in interface org.jboss.bootstrap.spi.Bootstrap
public org.jboss.kernel.spi.registry.KernelRegistryEntry getEntry(Object name)
getEntry
in interface org.jboss.kernel.spi.registry.KernelRegistryPlugin
protected void deactivateProfiles(Collection<org.jboss.profileservice.spi.ProfileKey> profiles)
protected void initBootstrapMDs(org.jboss.bootstrap.spi.Server server)
server
- - the Bootstrap.start Server instance. This must be an
MCServer in order for there to be KernelDeployments available.ManagementView}
protected org.jboss.managed.plugins.DefaultFieldsImpl getFields(String name, org.jboss.metatype.api.types.MetaType type)
name
- - the property nametype
- - the property type
protected org.jboss.metatype.api.values.EnumValue getState(Object name, org.jboss.kernel.Kernel kernel)
name
- the bean name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |