public class CommonDeploymentService extends Object implements org.jboss.msc.service.Service<org.jboss.jca.deployers.common.CommonDeployment>
Constructor and Description |
---|
CommonDeploymentService(org.jboss.jca.deployers.common.CommonDeployment value)
create an instance
|
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceName |
getServiceName(ContextNames.BindInfo bindInfo) |
org.jboss.jca.deployers.common.CommonDeployment |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public CommonDeploymentService(org.jboss.jca.deployers.common.CommonDeployment value)
public static org.jboss.msc.service.ServiceName getServiceName(ContextNames.BindInfo bindInfo)
public org.jboss.jca.deployers.common.CommonDeployment getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<org.jboss.jca.deployers.common.CommonDeployment>
IllegalStateException
IllegalArgumentException
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<org.jboss.jca.deployers.common.CommonDeployment>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<org.jboss.jca.deployers.common.CommonDeployment>
Copyright © 2017 JBoss by Red Hat. All rights reserved.