public class RemoteObjectSubstitutionService extends Object implements org.jboss.msc.service.Service<RemoteObjectSubstitution>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
RemoteObjectSubstitutionService() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<DeploymentRepository> |
getDeploymentRepositoryInjectedValue() |
RemoteObjectSubstitution |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
Object |
writeReplaceRemote(Object object) |
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<RemoteObjectSubstitution>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<RemoteObjectSubstitution>public RemoteObjectSubstitution getValue()
throws IllegalStateException,
IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<RemoteObjectSubstitution>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<DeploymentRepository> getDeploymentRepositoryInjectedValue()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.