public class RemoteObjectSubstitutionService extends Object implements org.jboss.javax.rmi.RemoteObjectSubstitution, org.jboss.msc.service.Service<org.jboss.javax.rmi.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() |
org.jboss.javax.rmi.RemoteObjectSubstitution |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
Object |
writeReplaceRemote(Object object) |
public Object writeReplaceRemote(Object object)
writeReplaceRemote in interface org.jboss.javax.rmi.RemoteObjectSubstitutionpublic void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic org.jboss.javax.rmi.RemoteObjectSubstitution getValue()
throws IllegalStateException,
IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<org.jboss.javax.rmi.RemoteObjectSubstitution>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<DeploymentRepository> getDeploymentRepositoryInjectedValue()
Copyright © 2022 JBoss by Red Hat. All rights reserved.