Package | Description |
---|---|
org.jacorb.poa | |
org.omg.PortableServer |
Modifier and Type | Method and Description |
---|---|
ServantManager |
POA.get_servant_manager() |
Modifier and Type | Method and Description |
---|---|
void |
POA.set_servant_manager(ServantManager servant_manager)
this method makes a additional check: if the POA has the RETAIN
policy and _servantManager is not a instance of
ServantActivator or if the POA has the NON_RETAIN policy and
_servantManager is not a instance of ServantLocator this method
raises also the WrongPolicy Exception (not spec.)
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServantActivator |
interface |
ServantLocator |
Modifier and Type | Class and Description |
---|---|
class |
_ServantActivatorLocalBase
Abstract base class for implementations of local interface ServantActivator
|
class |
_ServantActivatorStub |
class |
_ServantLocatorLocalBase
Abstract base class for implenentations of local interface ServantLocator
|
class |
_ServantLocatorStub |
class |
_ServantManagerLocalBase
Abstract base class for implementations of local interface ServantManager
|
class |
ServantActivatorLocalTie
Generated from IDL interface "ServantActivator".
|
class |
ServantManagerLocalTie
Generated from IDL interface "ServantManager".
|
Modifier and Type | Field and Description |
---|---|
ServantManager |
ServantManagerHolder.value |
Modifier and Type | Method and Description |
---|---|
static ServantManager |
ServantManagerHelper.extract(Any any) |
ServantManager |
POAOperations.get_servant_manager() |
ServantManager |
POALocalTie.get_servant_manager() |
static ServantManager |
ServantManagerHelper.narrow(Object obj) |
static ServantManager |
ServantManagerHelper.read(InputStream in) |
static ServantManager |
ServantManagerHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
ServantManagerHelper.insert(Any any,
ServantManager s) |
void |
POAOperations.set_servant_manager(ServantManager imgr) |
void |
POALocalTie.set_servant_manager(ServantManager imgr) |
static void |
ServantManagerHelper.write(OutputStream _out,
ServantManager s) |
Constructor and Description |
---|
ServantManagerHolder(ServantManager initial) |
Copyright © 2017 JacORB. All rights reserved.