Class RemoteNamingServerService

java.lang.Object
org.jboss.as.naming.remote.RemoteNamingServerService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<org.wildfly.naming.client.remote.RemoteNamingService>, org.jboss.msc.value.Value<org.wildfly.naming.client.remote.RemoteNamingService>

public class RemoteNamingServerService extends Object implements org.jboss.msc.service.Service<org.wildfly.naming.client.remote.RemoteNamingService>
Author:
John Bailey
  • Field Details

    • SERVICE_NAME

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

    • RemoteNamingServerService

      public RemoteNamingServerService()
  • Method Details

    • 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.wildfly.naming.client.remote.RemoteNamingService getValue() throws IllegalStateException, IllegalArgumentException
      Specified by:
      getValue in interface org.jboss.msc.value.Value<org.wildfly.naming.client.remote.RemoteNamingService>
      Throws:
      IllegalStateException
      IllegalArgumentException
    • getEndpointInjector

      public org.jboss.msc.inject.Injector<org.jboss.remoting3.Endpoint> getEndpointInjector()
    • getNamingStoreInjector

      public org.jboss.msc.inject.Injector<NamingStore> getNamingStoreInjector()