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.service.Service<POARegistry>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<POARegistry>
public POARegistry getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<POARegistry>
IllegalStateException
IllegalArgumentException
public ServantRegistry getRegistryWithTransientPOAPerServant()
public ServantRegistry getRegistryWithPersistentPOAPerServant()
public org.jboss.msc.value.InjectedValue<POA> getRootPOA()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.