public class POARegistry extends Object implements org.jboss.msc.service.Service<POARegistry>
ServantRegistry with a transient POA per servant;ServantRegistry with persistent POA per servant.ServantRegistry instances will receive IIOP invocations.| Modifier and Type | Field and Description |
|---|---|
static byte[] |
EMPTY_BYTES |
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
POARegistry() |
| Modifier and Type | Method and Description |
|---|---|
ServantRegistry |
getRegistryWithPersistentPOAPerServant() |
ServantRegistry |
getRegistryWithTransientPOAPerServant() |
org.jboss.msc.value.InjectedValue<POA> |
getRootPOA() |
POARegistry |
getValue() |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final org.jboss.msc.service.ServiceName SERVICE_NAME
public static final byte[] EMPTY_BYTES
public void start(org.jboss.msc.service.StartContext startContext)
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 POARegistry getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<POARegistry>IllegalStateExceptionIllegalArgumentExceptionpublic ServantRegistry getRegistryWithTransientPOAPerServant()
public ServantRegistry getRegistryWithPersistentPOAPerServant()
public org.jboss.msc.value.InjectedValue<POA> getRootPOA()
Copyright © 2021 JBoss by Red Hat. All rights reserved.