public class BundleInstallService extends Object implements org.jboss.msc.service.Service<BundleInstallService>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME_BASE |
Modifier and Type | Method and Description |
---|---|
static void |
addService(DeploymentPhaseContext phaseContext,
org.jboss.osgi.deployment.deployer.Deployment deployment) |
org.jboss.msc.service.ServiceName |
getInstalledBundleName() |
static org.jboss.msc.service.ServiceName |
getServiceName(String contextName) |
BundleInstallService |
getValue() |
static void |
removeService(DeploymentUnit depUnit) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final org.jboss.msc.service.ServiceName SERVICE_NAME_BASE
public static void addService(DeploymentPhaseContext phaseContext, org.jboss.osgi.deployment.deployer.Deployment deployment)
public static void removeService(DeploymentUnit depUnit)
public static org.jboss.msc.service.ServiceName getServiceName(String contextName)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<BundleInstallService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<BundleInstallService>
public BundleInstallService getValue() throws IllegalStateException
getValue
in interface org.jboss.msc.value.Value<BundleInstallService>
IllegalStateException
public org.jboss.msc.service.ServiceName getInstalledBundleName()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.