public class CorbaNamingService extends Object implements org.jboss.msc.service.Service<NamingContextExt>
This class implements a Service that provides the default CORBA naming service for JBoss to use.
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
CorbaNamingService(Properties props) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.inject.Injector<POA> |
getNamingPOAInjector()
Obtains a reference to the
POA injector which allows the injection of the POA that will be used
activate the naming service. |
org.jboss.msc.inject.Injector<ORB> |
getORBInjector()
Obtains a reference to the
ORB injector which allows the injection of the running ORB that will
be used to initialize the naming service. |
org.jboss.msc.inject.Injector<POA> |
getRootPOAInjector()
Obtains a reference to the
RootPOA injector which allows the injection of the root POA that will
be used to initialize the naming service. |
NamingContextExt |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public CorbaNamingService(Properties props)
public 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 NamingContextExt getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<NamingContextExt>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.inject.Injector<ORB> getORBInjector()
Obtains a reference to the ORB injector which allows the injection of the running ORB that will
be used to initialize the naming service.
Injector<ORB> used to inject the running ORB.public org.jboss.msc.inject.Injector<POA> getRootPOAInjector()
Obtains a reference to the RootPOA injector which allows the injection of the root POA that will
be used to initialize the naming service.
Injector<POA> used to inject the root POA.public org.jboss.msc.inject.Injector<POA> getNamingPOAInjector()
Obtains a reference to the POA injector which allows the injection of the POA that will be used
activate the naming service.
Injector<POA> used to inject the naming service POA.Copyright © 2019 JBoss by Red Hat. All rights reserved.