Class RemoteObjectSubstitutionService

java.lang.Object
org.jboss.as.ejb3.iiop.RemoteObjectSubstitutionService
All Implemented Interfaces:
org.jboss.javax.rmi.RemoteObjectSubstitution, org.jboss.msc.Service, org.jboss.msc.service.Service<org.jboss.javax.rmi.RemoteObjectSubstitution>, org.jboss.msc.value.Value<org.jboss.javax.rmi.RemoteObjectSubstitution>

public class RemoteObjectSubstitutionService extends Object implements org.jboss.javax.rmi.RemoteObjectSubstitution, org.jboss.msc.service.Service<org.jboss.javax.rmi.RemoteObjectSubstitution>
Author:
Stuart Douglas
  • Field Details

    • SERVICE_NAME

      public static final org.jboss.msc.service.ServiceName SERVICE_NAME
  • Constructor Details

    • RemoteObjectSubstitutionService

      public RemoteObjectSubstitutionService()
  • Method Details

    • writeReplaceRemote

      public Object writeReplaceRemote(Object object)
      Specified by:
      writeReplaceRemote in interface org.jboss.javax.rmi.RemoteObjectSubstitution
    • start

      public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
      Specified by:
      start in interface org.jboss.msc.Service
      Throws:
      org.jboss.msc.service.StartException
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      public org.jboss.javax.rmi.RemoteObjectSubstitution getValue() throws IllegalStateException, IllegalArgumentException
      Specified by:
      getValue in interface org.jboss.msc.value.Value<org.jboss.javax.rmi.RemoteObjectSubstitution>
      Throws:
      IllegalStateException
      IllegalArgumentException
    • getDeploymentRepositoryInjectedValue

      public org.jboss.msc.value.InjectedValue<DeploymentRepository> getDeploymentRepositoryInjectedValue()