|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServantManager | |
|---|---|
| org.jacorb.poa | |
| org.omg.PortableServer | |
| Uses of ServantManager in org.jacorb.poa |
|---|
| Methods in org.jacorb.poa that return ServantManager | |
|---|---|
ServantManager |
POA.get_servant_manager()
|
| Methods in org.jacorb.poa with parameters of type ServantManager | |
|---|---|
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.) |
| Uses of ServantManager in org.omg.PortableServer |
|---|
| Subinterfaces of ServantManager in org.omg.PortableServer | |
|---|---|
interface |
ServantActivator
Generated from IDL interface "ServantActivator". |
interface |
ServantLocator
|
| Classes in org.omg.PortableServer that implement ServantManager | |
|---|---|
class |
_ServantActivatorLocalBase
Abstract base class for implementations of local interface ServantActivator |
class |
_ServantLocatorLocalBase
Abstract base class for implenentations of local interface ServantLocator |
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". |
| Fields in org.omg.PortableServer declared as ServantManager | |
|---|---|
ServantManager |
ServantManagerHolder.value
|
| Methods in org.omg.PortableServer that return ServantManager | |
|---|---|
static ServantManager |
ServantManagerHelper.extract(Any any)
|
ServantManager |
POALocalTie.get_servant_manager()
|
ServantManager |
POAOperations.get_servant_manager()
|
static ServantManager |
ServantManagerHelper.narrow(Object obj)
|
static ServantManager |
ServantManagerHelper.read(InputStream in)
|
static ServantManager |
ServantManagerHelper.unchecked_narrow(Object obj)
|
| Methods in org.omg.PortableServer with parameters of type ServantManager | |
|---|---|
static void |
ServantManagerHelper.insert(Any any,
ServantManager s)
|
void |
POALocalTie.set_servant_manager(ServantManager imgr)
|
void |
POAOperations.set_servant_manager(ServantManager imgr)
|
static void |
ServantManagerHelper.write(OutputStream _out,
ServantManager s)
|
| Constructors in org.omg.PortableServer with parameters of type ServantManager | |
|---|---|
ServantManagerHolder(ServantManager initial)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||