Uses of Class
org.omg.PortableServer.Servant
-
Packages that use Servant Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.naming.cosnaming com.sun.corba.ee.impl.oa.poa com.sun.corba.ee.impl.presentation.rmi com.sun.corba.ee.spi.presentation.rmi org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CosNaming org.omg.CosTransactions org.omg.DynamicAny org.omg.Messaging org.omg.PortableServer org.omg.PortableServer.portable org.omg.SendingContext -
-
Uses of Servant in com.sun.corba.ee.impl.folb
Fields in com.sun.corba.ee.impl.folb declared as Servant Modifier and Type Field Description private Servant
InitialGroupInfoService.InitialGISServantLocator. servant
Methods in com.sun.corba.ee.impl.folb that return Servant Modifier and Type Method Description Servant
InitialGroupInfoService.InitialGISServantLocator. preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie)
Methods in com.sun.corba.ee.impl.folb with parameters of type Servant Modifier and Type Method Description void
InitialGroupInfoService.InitialGISServantLocator. postinvoke(byte[] oid, POA adapter, java.lang.String operation, java.lang.Object the_cookie, Servant the_servant)
-
Uses of Servant in com.sun.corba.ee.impl.naming.cosnaming
Subclasses of Servant in com.sun.corba.ee.impl.naming.cosnaming Modifier and Type Class Description class
BindingIteratorImpl
Class BindingIteratorImpl implements the org.omg.CosNaming::BindingIterator interface, but does not implement the method to retrieve the next binding in the NamingContext for which it was created.class
NamingContextImpl
Class NamingContextImpl implements the org.omg.CosNaming::NamingContext interface, but does not implement the methods associated with maintaining the "table" of current bindings in a NamingContext.class
TransientBindingIterator
Class TransientBindingIterator implements the abstract methods defined by BindingIteratorImpl, to use with the TransientNamingContext implementation of the NamingContextImpl.class
TransientNamingContext
Class TransientNamingContext implements the methods defined by NamingContextDataStore, and extends the NamingContextImpl class to provide a servant implementation of CosNaming::NamingContext. -
Uses of Servant in com.sun.corba.ee.impl.oa.poa
Fields in com.sun.corba.ee.impl.oa.poa declared as Servant Modifier and Type Field Description private Servant
POAPolicyMediatorImpl_NR_UDS. defaultServant
private Servant
POAPolicyMediatorImpl_R_UDS. defaultServant
private Servant
POAFactory.ServantPOAPair. servant
private Servant
POAPolicyMediatorImpl_R_USM.Etherealizer. servant
Fields in com.sun.corba.ee.impl.oa.poa with type parameters of type Servant Modifier and Type Field Description private java.util.Map<AOMEntry,Servant>
ActiveObjectMap. entryToServant
private java.util.Map<Servant,POA>
POAFactory. exportedServantsToPOA
private java.util.Map<Servant,AOMEntry>
ActiveObjectMap. servantToEntry
Methods in com.sun.corba.ee.impl.oa.poa that return Servant Modifier and Type Method Description Servant
POAPolicyMediator. deactivateObject(byte[] id)
Deactivate the object that is associated with the given id.Servant
POAPolicyMediatorBase_R. deactivateObject(byte[] id)
Servant
POAPolicyMediatorBase_R. deactivateObject(ActiveObjectMap.Key key)
Servant
POAPolicyMediatorImpl_NR_UDS. deactivateObject(byte[] id)
Servant
POAPolicyMediatorImpl_NR_USM. deactivateObject(byte[] id)
Servant
POAImpl. get_servant()
get_servant
Section 3.3.8.12Servant
POAPolicyMediator. getDefaultServant()
Return the default servant.Servant
POAPolicyMediatorImpl_NR_UDS. getDefaultServant()
Servant
POAPolicyMediatorImpl_NR_USM. getDefaultServant()
Servant
POAPolicyMediatorImpl_R_AOM. getDefaultServant()
Servant
POAPolicyMediatorImpl_R_UDS. getDefaultServant()
Servant
POAPolicyMediatorImpl_R_USM. getDefaultServant()
Servant
ActiveObjectMap. getServant(AOMEntry entry)
(package private) Servant
POACurrent. getServant()
(package private) Servant
POAFactory.ServantPOAPair. getServant()
Servant
POAImpl. id_to_servant(byte[] id)
id_to_servant
3.3.8.23Servant
POAPolicyMediator. idToServant(byte[] id)
Servant
POAPolicyMediatorImpl_NR_UDS. idToServant(byte[] id)
Servant
POAPolicyMediatorImpl_NR_USM. idToServant(byte[] id)
Servant
POAPolicyMediatorImpl_R_AOM. idToServant(byte[] id)
Servant
POAPolicyMediatorImpl_R_UDS. idToServant(byte[] id)
Servant
POAPolicyMediatorImpl_R_USM. idToServant(byte[] id)
protected Servant
POAPolicyMediatorBase_R. internalIdToServant(byte[] id)
protected Servant
POAPolicyMediatorBase_R. internalKeyToServant(ActiveObjectMap.Key key)
Servant
POAImpl. reference_to_servant(Object reference)
reference_to_servant
3.3.8.21private Servant
POAImpl. servant()
Methods in com.sun.corba.ee.impl.oa.poa with parameters of type Servant Modifier and Type Method Description byte[]
POAImpl. activate_object(Servant servant)
activate_object
Section 3.3.8.14void
POAImpl. activate_object_with_id(byte[] id, Servant servant)
activate_object_with_id
Section 3.3.8.15void
POAPolicyMediator. activateObject(byte[] id, Servant servant)
void
POAPolicyMediatorBase_R. activateObject(byte[] id, Servant servant)
void
POAPolicyMediatorImpl_NR_UDS. activateObject(byte[] id, Servant servant)
void
POAPolicyMediatorImpl_NR_USM. activateObject(byte[] id, Servant servant)
protected void
POAPolicyMediatorBase_R. activateServant(ActiveObjectMap.Key key, AOMEntry entry, Servant servant)
boolean
ActiveObjectMap. contains(Servant value)
protected void
POAPolicyMediatorBase_R. deactivateHelper(ActiveObjectMap.Key key, AOMEntry entry, Servant s)
void
POAPolicyMediatorImpl_R_USM. deactivateHelper(ActiveObjectMap.Key key, AOMEntry entry, Servant servant)
private void
POAPolicyMediatorBase_R. deactivatingObject(Servant s, POAImpl poa)
POA
DelegateImpl. default_POA(Servant self)
Object
DelegateImpl. get_interface_def(Servant Self)
ActiveObjectMap.Key
ActiveObjectMap. getKey(Servant value)
boolean
DelegateImpl. is_a(Servant self, java.lang.String repId)
POA
POAFactory. lookupPOA(Servant servant)
boolean
DelegateImpl. non_existent(Servant self)
byte[]
DelegateImpl. object_id(Servant self)
ORB
DelegateImpl. orb(Servant self)
POA
DelegateImpl. poa(Servant self)
void
ActiveObjectMap. putServant(Servant servant, AOMEntry value)
void
POAFactory. registerPOAForServant(POA poa, Servant servant)
byte[]
POAImpl. servant_to_id(Servant servant)
servant_to_id
3.3.8.19Object
POAImpl. servant_to_reference(Servant servant)
servant_to_reference
3.3.8.20byte[]
POAPolicyMediator. servantToId(Servant servant)
byte[]
POAPolicyMediatorBase_R. servantToId(Servant servant)
byte[]
POAPolicyMediatorImpl_NR_UDS. servantToId(Servant servant)
byte[]
POAPolicyMediatorImpl_NR_USM. servantToId(Servant servant)
void
POAImpl. set_servant(Servant defaultServant)
set_servant
Section 3.3.8.13void
POAPolicyMediator. setDefaultServant(Servant servant)
Set the default servant.void
POAPolicyMediatorImpl_NR_UDS. setDefaultServant(Servant servant)
void
POAPolicyMediatorImpl_NR_USM. setDefaultServant(Servant servant)
void
POAPolicyMediatorImpl_R_AOM. setDefaultServant(Servant servant)
void
POAPolicyMediatorImpl_R_UDS. setDefaultServant(Servant servant)
void
POAPolicyMediatorImpl_R_USM. setDefaultServant(Servant servant)
protected void
POAPolicyMediatorBase. setDelegate(Servant servant, byte[] id)
(package private) void
POACurrent. setServant(Servant servant)
Object
DelegateImpl. this_object(Servant self)
void
POAFactory. unregisterPOAForServant(POA poa, Servant servant)
Constructors in com.sun.corba.ee.impl.oa.poa with parameters of type Servant Constructor Description Etherealizer(POAPolicyMediatorImpl_R_USM mediator, ActiveObjectMap.Key key, AOMEntry entry, Servant servant)
ServantPOAPair(Servant servant, POAImpl poa)
-
Uses of Servant in com.sun.corba.ee.impl.presentation.rmi
Subclasses of Servant in com.sun.corba.ee.impl.presentation.rmi Modifier and Type Class Description class
ReflectiveTie
-
Uses of Servant in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type Servant Modifier and Type Method Description static Object
StubAdapter. activateServant(Servant servant)
Use implicit activation to get an object reference for the servant. -
Uses of Servant in org.omg.CORBA
Subclasses of Servant in org.omg.CORBA Modifier and Type Class Description class
AliasDefPOA
org/omg/CORBA/AliasDefPOA.java .class
AliasDefPOATie
org/omg/CORBA/AliasDefPOATie.java .class
ArrayDefPOA
org/omg/CORBA/ArrayDefPOA.java .class
ArrayDefPOATie
org/omg/CORBA/ArrayDefPOATie.java .class
AttributeDefPOA
org/omg/CORBA/AttributeDefPOA.java .class
AttributeDefPOATie
org/omg/CORBA/AttributeDefPOATie.java .class
ConstantDefPOA
org/omg/CORBA/ConstantDefPOA.java .class
ConstantDefPOATie
org/omg/CORBA/ConstantDefPOATie.java .class
ContainedPOA
org/omg/CORBA/ContainedPOA.java .class
ContainedPOATie
org/omg/CORBA/ContainedPOATie.java .class
ContainerPOA
org/omg/CORBA/ContainerPOA.java .class
ContainerPOATie
org/omg/CORBA/ContainerPOATie.java .class
EnumDefPOA
org/omg/CORBA/EnumDefPOA.java .class
EnumDefPOATie
org/omg/CORBA/EnumDefPOATie.java .class
ExceptionDefPOA
org/omg/CORBA/ExceptionDefPOA.java .class
ExceptionDefPOATie
org/omg/CORBA/ExceptionDefPOATie.java .class
InterfaceDefPOA
org/omg/CORBA/InterfaceDefPOA.java .class
InterfaceDefPOATie
org/omg/CORBA/InterfaceDefPOATie.java .class
ModuleDefPOA
org/omg/CORBA/ModuleDefPOA.java .class
ModuleDefPOATie
org/omg/CORBA/ModuleDefPOATie.java .class
NativeDefPOA
org/omg/CORBA/NativeDefPOA.java .class
NativeDefPOATie
org/omg/CORBA/NativeDefPOATie.java .class
OperationDefPOA
org/omg/CORBA/OperationDefPOA.java .class
OperationDefPOATie
org/omg/CORBA/OperationDefPOATie.java .class
PrimitiveDefPOA
org/omg/CORBA/PrimitiveDefPOA.java .class
PrimitiveDefPOATie
org/omg/CORBA/PrimitiveDefPOATie.java .class
RepositoryPOA
org/omg/CORBA/RepositoryPOA.java .class
RepositoryPOATie
org/omg/CORBA/RepositoryPOATie.java .class
SequenceDefPOA
org/omg/CORBA/SequenceDefPOA.java .class
SequenceDefPOATie
org/omg/CORBA/SequenceDefPOATie.java .class
StringDefPOA
org/omg/CORBA/StringDefPOA.java .class
StringDefPOATie
org/omg/CORBA/StringDefPOATie.java .class
StructDefPOA
org/omg/CORBA/StructDefPOA.java .class
StructDefPOATie
org/omg/CORBA/StructDefPOATie.java .class
TypedefDefPOA
org/omg/CORBA/TypedefDefPOA.java .class
TypedefDefPOATie
org/omg/CORBA/TypedefDefPOATie.java .class
UnionDefPOA
org/omg/CORBA/UnionDefPOA.java .class
UnionDefPOATie
org/omg/CORBA/UnionDefPOATie.java .class
ValueBoxDefPOA
org/omg/CORBA/ValueBoxDefPOA.java .class
ValueBoxDefPOATie
org/omg/CORBA/ValueBoxDefPOATie.java .class
ValueDefPOA
org/omg/CORBA/ValueDefPOA.java .class
ValueDefPOATie
org/omg/CORBA/ValueDefPOATie.java .class
ValueMemberDefPOA
org/omg/CORBA/ValueMemberDefPOA.java .class
ValueMemberDefPOATie
org/omg/CORBA/ValueMemberDefPOATie.java . -
Uses of Servant in org.omg.CosNaming
Subclasses of Servant in org.omg.CosNaming Modifier and Type Class Description class
BindingIteratorPOA
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.class
BindingIteratorPOATie
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.class
NamingContextExtPOA
NamingContextExt
is the extension ofNamingContext
which contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service.class
NamingContextExtPOATie
NamingContextExt
is the extension ofNamingContext
which contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service.class
NamingContextPOA
A naming context is an object that contains a set of name bindings in which each name is unique.class
NamingContextPOATie
A naming context is an object that contains a set of name bindings in which each name is unique. -
Uses of Servant in org.omg.CosTransactions
Subclasses of Servant in org.omg.CosTransactions Modifier and Type Class Description class
ControlPOA
org/omg/CosTransactions/ControlPOA.java .class
ControlPOATie
org/omg/CosTransactions/ControlPOATie.java .class
CoordinatorPOA
org/omg/CosTransactions/CoordinatorPOA.java .class
CoordinatorPOATie
org/omg/CosTransactions/CoordinatorPOATie.java .class
CurrentPOA
org/omg/CosTransactions/CurrentPOA.java .class
CurrentPOATie
org/omg/CosTransactions/CurrentPOATie.java .class
InvocationPolicyPOA
org/omg/CosTransactions/InvocationPolicyPOA.java .class
InvocationPolicyPOATie
org/omg/CosTransactions/InvocationPolicyPOATie.java .class
NonTxTargetPolicyPOA
org/omg/CosTransactions/NonTxTargetPolicyPOA.java .class
NonTxTargetPolicyPOATie
org/omg/CosTransactions/NonTxTargetPolicyPOATie.java .class
OTSPolicyPOA
org/omg/CosTransactions/OTSPolicyPOA.java .class
OTSPolicyPOATie
org/omg/CosTransactions/OTSPolicyPOATie.java .class
RecoveryCoordinatorPOA
org/omg/CosTransactions/RecoveryCoordinatorPOA.java .class
RecoveryCoordinatorPOATie
org/omg/CosTransactions/RecoveryCoordinatorPOATie.java .class
ResourcePOA
org/omg/CosTransactions/ResourcePOA.java .class
ResourcePOATie
org/omg/CosTransactions/ResourcePOATie.java .class
SubtransactionAwareResourcePOA
org/omg/CosTransactions/SubtransactionAwareResourcePOA.java .class
SubtransactionAwareResourcePOATie
org/omg/CosTransactions/SubtransactionAwareResourcePOATie.java .class
SynchronizationPOA
org/omg/CosTransactions/SynchronizationPOA.java .class
SynchronizationPOATie
org/omg/CosTransactions/SynchronizationPOATie.java .class
TerminatorPOA
org/omg/CosTransactions/TerminatorPOA.java .class
TerminatorPOATie
org/omg/CosTransactions/TerminatorPOATie.java .class
TransactionalObjectPOA
org/omg/CosTransactions/TransactionalObjectPOA.java .class
TransactionalObjectPOATie
org/omg/CosTransactions/TransactionalObjectPOATie.java .class
TransactionFactoryPOA
org/omg/CosTransactions/TransactionFactoryPOA.java .class
TransactionFactoryPOATie
org/omg/CosTransactions/TransactionFactoryPOATie.java . -
Uses of Servant in org.omg.DynamicAny
Subclasses of Servant in org.omg.DynamicAny Modifier and Type Class Description class
DynAnyFactoryPOA
DynAny objects can be created by invoking operations on the DynAnyFactory object.class
DynAnyFactoryPOATie
DynAny objects can be created by invoking operations on the DynAnyFactory object.class
DynAnyPOA
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.class
DynAnyPOATie
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.class
DynArrayPOA
DynArray objects support the manipulation of IDL arrays.class
DynArrayPOATie
DynArray objects support the manipulation of IDL arrays.class
DynEnumPOA
DynEnum objects support the manipulation of IDL enumerated values.class
DynEnumPOATie
DynEnum objects support the manipulation of IDL enumerated values.class
DynFixedPOA
DynFixed objects support the manipulation of IDL fixed values.class
DynFixedPOATie
DynFixed objects support the manipulation of IDL fixed values.class
DynSequencePOA
DynSequence objects support the manipulation of IDL sequences.class
DynSequencePOATie
DynSequence objects support the manipulation of IDL sequences.class
DynStructPOA
DynStruct objects support the manipulation of IDL struct and exception values.class
DynStructPOATie
DynStruct objects support the manipulation of IDL struct and exception values.class
DynUnionPOA
DynUnion objects support the manipulation of IDL unions.class
DynUnionPOATie
DynUnion objects support the manipulation of IDL unions.class
DynValueBoxPOA
DynValueBox objects support the manipulation of IDL boxed value types.class
DynValueBoxPOATie
DynValueBox objects support the manipulation of IDL boxed value types.class
DynValueCommonPOA
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.class
DynValueCommonPOATie
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.class
DynValuePOA
DynValue objects support the manipulation of IDL non-boxed value types.class
DynValuePOATie
DynValue objects support the manipulation of IDL non-boxed value types. -
Uses of Servant in org.omg.Messaging
Subclasses of Servant in org.omg.Messaging Modifier and Type Class Description class
MaxHopsPolicyPOA
org/omg/Messaging/MaxHopsPolicyPOA.java .class
MaxHopsPolicyPOATie
org/omg/Messaging/MaxHopsPolicyPOATie.java .class
QueueOrderPolicyPOA
org/omg/Messaging/QueueOrderPolicyPOA.java .class
QueueOrderPolicyPOATie
org/omg/Messaging/QueueOrderPolicyPOATie.java .class
RebindPolicyPOA
org/omg/Messaging/RebindPolicyPOA.java .class
RebindPolicyPOATie
org/omg/Messaging/RebindPolicyPOATie.java .class
RelativeRequestTimeoutPolicyPOA
org/omg/Messaging/RelativeRequestTimeoutPolicyPOA.java .class
RelativeRequestTimeoutPolicyPOATie
org/omg/Messaging/RelativeRequestTimeoutPolicyPOATie.java .class
RelativeRoundtripTimeoutPolicyPOA
org/omg/Messaging/RelativeRoundtripTimeoutPolicyPOA.java .class
RelativeRoundtripTimeoutPolicyPOATie
org/omg/Messaging/RelativeRoundtripTimeoutPolicyPOATie.java .class
ReplyEndTimePolicyPOA
org/omg/Messaging/ReplyEndTimePolicyPOA.java .class
ReplyEndTimePolicyPOATie
org/omg/Messaging/ReplyEndTimePolicyPOATie.java .class
ReplyPriorityPolicyPOA
org/omg/Messaging/ReplyPriorityPolicyPOA.java .class
ReplyPriorityPolicyPOATie
org/omg/Messaging/ReplyPriorityPolicyPOATie.java .class
ReplyStartTimePolicyPOA
org/omg/Messaging/ReplyStartTimePolicyPOA.java .class
ReplyStartTimePolicyPOATie
org/omg/Messaging/ReplyStartTimePolicyPOATie.java .class
RequestEndTimePolicyPOA
org/omg/Messaging/RequestEndTimePolicyPOA.java .class
RequestEndTimePolicyPOATie
org/omg/Messaging/RequestEndTimePolicyPOATie.java .class
RequestPriorityPolicyPOA
org/omg/Messaging/RequestPriorityPolicyPOA.java .class
RequestPriorityPolicyPOATie
org/omg/Messaging/RequestPriorityPolicyPOATie.java .class
RequestStartTimePolicyPOA
org/omg/Messaging/RequestStartTimePolicyPOA.java .class
RequestStartTimePolicyPOATie
org/omg/Messaging/RequestStartTimePolicyPOATie.java .class
RoutingPolicyPOA
org/omg/Messaging/RoutingPolicyPOA.java .class
RoutingPolicyPOATie
org/omg/Messaging/RoutingPolicyPOATie.java .class
SyncScopePolicyPOA
org/omg/Messaging/SyncScopePolicyPOA.java .class
SyncScopePolicyPOATie
org/omg/Messaging/SyncScopePolicyPOATie.java . -
Uses of Servant in org.omg.PortableServer
Subclasses of Servant in org.omg.PortableServer Modifier and Type Class Description class
DynamicImplementation
Allows dynamic handling of object invocations.class
ServantActivatorPOA
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.class
ServantActivatorPOATie
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.class
ServantLocatorPOA
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.class
ServantLocatorPOATie
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.Methods in org.omg.PortableServer that return Servant Modifier and Type Method Description Servant
POAOperations. get_servant()
This operation returns the default servant associated with the POA.Servant
POAOperations. id_to_servant(byte[] oid)
If the POA has the RETAIN policy and the specified ObjectId is in the Active Object Map, this operation returns the servant associated with that object in the Active Object Map.Servant
_ServantActivatorStub. incarnate(byte[] oid, POA adapter)
This operation is invoked by the POA whenever the POA receives a request for an object that is not currently active, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.Servant
ServantActivatorOperations. incarnate(byte[] oid, POA adapter)
This operation is invoked by the POA whenever the POA receives a request for an object that is not currently active, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.Servant
ServantActivatorPOATie. incarnate(byte[] oid, POA adapter)
This operation is invoked by the POA whenever the POA receives a request for an object that is not currently active, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.Servant
_ServantLocatorStub. preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie)
This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.Servant
ServantLocatorOperations. preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie)
This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.Servant
ServantLocatorPOATie. preinvoke(byte[] oid, POA adapter, java.lang.String operation, CookieHolder the_cookie)
This operations is used to get a servant that will be used to process the request that caused preinvoke to be called.Servant
POAOperations. reference_to_servant(Object reference)
If the POA has the RETAIN policy and the specified object is present in the Active Object Map, this operation returns the servant associated with that object in the Active Object Map.Methods in org.omg.PortableServer with parameters of type Servant Modifier and Type Method Description byte[]
POAOperations. activate_object(Servant p_servant)
This operation generates an Object Id and enters the Object Id and the specified servant in the Active Object Map.void
POAOperations. activate_object_with_id(byte[] id, Servant p_servant)
This operation enters an association between the specified Object Id and the specified servant in the Active Object Map.void
_ServantActivatorStub. etherealize(byte[] oid, POA adapter, Servant serv, boolean cleanup_in_progress, boolean remaining_activations)
This operation is invoked whenever a servant for an object is deactivated, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.void
ServantActivatorOperations. etherealize(byte[] oid, POA adapter, Servant serv, boolean cleanup_in_progress, boolean remaining_activations)
This operation is invoked whenever a servant for an object is deactivated, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.void
ServantActivatorPOATie. etherealize(byte[] oid, POA adapter, Servant serv, boolean cleanup_in_progress, boolean remaining_activations)
This operation is invoked whenever a servant for an object is deactivated, assuming the POA has the USE_SERVANT_MANAGER and RETAIN policies.void
_ServantLocatorStub. postinvoke(byte[] oid, POA adapter, java.lang.String operation, java.lang.Object the_cookie, Servant the_servant)
This operation is invoked whenever a servant completes a request.void
ServantLocatorOperations. postinvoke(byte[] oid, POA adapter, java.lang.String operation, java.lang.Object the_cookie, Servant the_servant)
This operation is invoked whenever a servant completes a request.void
ServantLocatorPOATie. postinvoke(byte[] oid, POA adapter, java.lang.String operation, java.lang.Object the_cookie, Servant the_servant)
This operation is invoked whenever a servant completes a request.byte[]
POAOperations. servant_to_id(Servant p_servant)
This operation has four possible behaviors.Object
POAOperations. servant_to_reference(Servant p_servant)
This operation requires the RETAIN policy and either the UNIQUE_ID or IMPLICIT_ACTIVATION policies if invoked outside the context of an operation dispatched by this POA.void
POAOperations. set_servant(Servant p_servant)
This operation registers the specified servant with the POA as the default servant. -
Uses of Servant in org.omg.PortableServer.portable
Methods in org.omg.PortableServer.portable with parameters of type Servant Modifier and Type Method Description POA
Delegate. default_POA(Servant Self)
The default behavior of this function is to return the root POA from the ORB instance associated with the servant.Object
Delegate. get_interface_def(Servant self)
This operation returns an object in the Interface Repository which provides type information that may be useful to a program.boolean
Delegate. is_a(Servant Self, java.lang.String Repository_Id)
This method checks to see if the specified repid is present on the list returned by _all_interfaces() or is the repository id for the generic CORBA Object.boolean
Delegate. non_existent(Servant Self)
This operation is used to check for the existence of the Object.byte[]
Delegate. object_id(Servant Self)
The method _object_id() is equivalent to calling PortableServer::Current::get_object_id.ORB
Delegate. orb(Servant Self)
Convenience method that returns the instance of the ORB currently associated with the Servant.POA
Delegate. poa(Servant Self)
The method _poa() is equivalent to calling PortableServer::Current:get_POA.Object
Delegate. this_object(Servant Self)
This allows the servant to obtain the object reference for the target CORBA Object it is incarnating for that request. -
Uses of Servant in org.omg.SendingContext
Subclasses of Servant in org.omg.SendingContext Modifier and Type Class Description class
CodeBasePOA
org/omg/SendingContext/CodeBasePOA.java .class
CodeBasePOATie
org/omg/SendingContext/CodeBasePOATie.java .class
RunTimePOA
org/omg/SendingContext/RunTimePOA.java .class
RunTimePOATie
org/omg/SendingContext/RunTimePOATie.java .
-