Uses of Class
org.omg.PortableServer.Servant
Packages that use Servant
Package
Description
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).
-
Uses of Servant in com.sun.corba.ee.impl.folb
Fields in com.sun.corba.ee.impl.folb declared as ServantModifier and TypeFieldDescriptionprivate Servant
InitialGroupInfoService.InitialGISServantLocator.servant
Methods in com.sun.corba.ee.impl.folb that return ServantModifier and TypeMethodDescriptionInitialGroupInfoService.InitialGISServantLocator.preinvoke
(byte[] oid, POA adapter, String operation, CookieHolder the_cookie) Methods in com.sun.corba.ee.impl.folb with parameters of type ServantModifier and TypeMethodDescriptionvoid
InitialGroupInfoService.InitialGISServantLocator.postinvoke
(byte[] oid, POA adapter, String operation, 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.cosnamingModifier and TypeClassDescriptionclass
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
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
Class TransientBindingIterator implements the abstract methods defined by BindingIteratorImpl, to use with the TransientNamingContext implementation of the NamingContextImpl.class
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 ServantModifier and TypeFieldDescriptionprivate 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 ServantModifier and TypeFieldDescriptionActiveObjectMap.entryToServant
POAFactory.exportedServantsToPOA
ActiveObjectMap.servantToEntry
Methods in com.sun.corba.ee.impl.oa.poa that return ServantModifier and TypeMethodDescriptionPOAPolicyMediator.deactivateObject
(byte[] id) Deactivate the object that is associated with the given id.POAPolicyMediatorBase_R.deactivateObject
(byte[] id) POAPolicyMediatorBase_R.deactivateObject
(ActiveObjectMap.Key key) POAPolicyMediatorImpl_NR_UDS.deactivateObject
(byte[] id) POAPolicyMediatorImpl_NR_USM.deactivateObject
(byte[] id) POAImpl.get_servant()
get_servant
Section 3.3.8.12POAPolicyMediator.getDefaultServant()
Return the default servant.POAPolicyMediatorImpl_NR_UDS.getDefaultServant()
POAPolicyMediatorImpl_NR_USM.getDefaultServant()
POAPolicyMediatorImpl_R_AOM.getDefaultServant()
POAPolicyMediatorImpl_R_UDS.getDefaultServant()
POAPolicyMediatorImpl_R_USM.getDefaultServant()
final Servant
ActiveObjectMap.getServant
(AOMEntry entry) (package private) Servant
POACurrent.getServant()
(package private) Servant
POAFactory.ServantPOAPair.getServant()
POAImpl.id_to_servant
(byte[] id) id_to_servant
3.3.8.23POAPolicyMediator.idToServant
(byte[] id) POAPolicyMediatorImpl_NR_UDS.idToServant
(byte[] id) POAPolicyMediatorImpl_NR_USM.idToServant
(byte[] id) POAPolicyMediatorImpl_R_AOM.idToServant
(byte[] id) POAPolicyMediatorImpl_R_UDS.idToServant
(byte[] id) POAPolicyMediatorImpl_R_USM.idToServant
(byte[] id) protected Servant
POAPolicyMediatorBase_R.internalIdToServant
(byte[] id) protected Servant
POAPolicyMediatorBase_R.internalKeyToServant
(ActiveObjectMap.Key key) 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 ServantModifier and TypeMethodDescriptionbyte[]
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) final void
POAPolicyMediatorBase_R.activateObject
(byte[] id, Servant servant) final void
POAPolicyMediatorImpl_NR_UDS.activateObject
(byte[] id, Servant servant) final void
POAPolicyMediatorImpl_NR_USM.activateObject
(byte[] id, Servant servant) protected void
POAPolicyMediatorBase_R.activateServant
(ActiveObjectMap.Key key, AOMEntry entry, Servant servant) final boolean
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) DelegateImpl.default_POA
(Servant self) DelegateImpl.get_interface_def
(Servant Self) boolean
boolean
DelegateImpl.non_existent
(Servant self) byte[]
final 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.19POAImpl.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 final void
POAPolicyMediatorBase.setDelegate
(Servant servant, byte[] id) (package private) void
POACurrent.setServant
(Servant servant) 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 ServantModifierConstructorDescription(package private)
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 -
Uses of Servant in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type ServantModifier and TypeMethodDescriptionstatic 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.CORBAModifier and TypeClassDescriptionclass
org/omg/CORBA/AliasDefPOA.java .class
org/omg/CORBA/AliasDefPOATie.java .class
org/omg/CORBA/ArrayDefPOA.java .class
org/omg/CORBA/ArrayDefPOATie.java .class
org/omg/CORBA/AttributeDefPOA.java .class
org/omg/CORBA/AttributeDefPOATie.java .class
org/omg/CORBA/ConstantDefPOA.java .class
org/omg/CORBA/ConstantDefPOATie.java .class
org/omg/CORBA/ContainedPOA.java .class
org/omg/CORBA/ContainedPOATie.java .class
org/omg/CORBA/ContainerPOA.java .class
org/omg/CORBA/ContainerPOATie.java .class
org/omg/CORBA/EnumDefPOA.java .class
org/omg/CORBA/EnumDefPOATie.java .class
org/omg/CORBA/ExceptionDefPOA.java .class
org/omg/CORBA/ExceptionDefPOATie.java .class
org/omg/CORBA/InterfaceDefPOA.java .class
org/omg/CORBA/InterfaceDefPOATie.java .class
org/omg/CORBA/ModuleDefPOA.java .class
org/omg/CORBA/ModuleDefPOATie.java .class
org/omg/CORBA/NativeDefPOA.java .class
org/omg/CORBA/NativeDefPOATie.java .class
org/omg/CORBA/OperationDefPOA.java .class
org/omg/CORBA/OperationDefPOATie.java .class
org/omg/CORBA/PrimitiveDefPOA.java .class
org/omg/CORBA/PrimitiveDefPOATie.java .class
org/omg/CORBA/RepositoryPOA.java .class
org/omg/CORBA/RepositoryPOATie.java .class
org/omg/CORBA/SequenceDefPOA.java .class
org/omg/CORBA/SequenceDefPOATie.java .class
org/omg/CORBA/StringDefPOA.java .class
org/omg/CORBA/StringDefPOATie.java .class
org/omg/CORBA/StructDefPOA.java .class
org/omg/CORBA/StructDefPOATie.java .class
org/omg/CORBA/TypedefDefPOA.java .class
org/omg/CORBA/TypedefDefPOATie.java .class
org/omg/CORBA/UnionDefPOA.java .class
org/omg/CORBA/UnionDefPOATie.java .class
org/omg/CORBA/ValueBoxDefPOA.java .class
org/omg/CORBA/ValueBoxDefPOATie.java .class
org/omg/CORBA/ValueDefPOA.java .class
org/omg/CORBA/ValueDefPOATie.java .class
org/omg/CORBA/ValueMemberDefPOA.java .class
org/omg/CORBA/ValueMemberDefPOATie.java . -
Uses of Servant in org.omg.CosNaming
Subclasses of Servant in org.omg.CosNamingModifier and TypeClassDescriptionclass
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.class
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.class
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
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
A naming context is an object that contains a set of name bindings in which each name is unique.class
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.CosTransactionsModifier and TypeClassDescriptionclass
org/omg/CosTransactions/ControlPOA.java .class
org/omg/CosTransactions/ControlPOATie.java .class
org/omg/CosTransactions/CoordinatorPOA.java .class
org/omg/CosTransactions/CoordinatorPOATie.java .class
org/omg/CosTransactions/CurrentPOA.java .class
org/omg/CosTransactions/CurrentPOATie.java .class
org/omg/CosTransactions/InvocationPolicyPOA.java .class
org/omg/CosTransactions/InvocationPolicyPOATie.java .class
org/omg/CosTransactions/NonTxTargetPolicyPOA.java .class
org/omg/CosTransactions/NonTxTargetPolicyPOATie.java .class
org/omg/CosTransactions/OTSPolicyPOA.java .class
org/omg/CosTransactions/OTSPolicyPOATie.java .class
org/omg/CosTransactions/RecoveryCoordinatorPOA.java .class
org/omg/CosTransactions/RecoveryCoordinatorPOATie.java .class
org/omg/CosTransactions/ResourcePOA.java .class
org/omg/CosTransactions/ResourcePOATie.java .class
org/omg/CosTransactions/SubtransactionAwareResourcePOA.java .class
org/omg/CosTransactions/SubtransactionAwareResourcePOATie.java .class
org/omg/CosTransactions/SynchronizationPOA.java .class
org/omg/CosTransactions/SynchronizationPOATie.java .class
org/omg/CosTransactions/TerminatorPOA.java .class
org/omg/CosTransactions/TerminatorPOATie.java .class
org/omg/CosTransactions/TransactionalObjectPOA.java .class
org/omg/CosTransactions/TransactionalObjectPOATie.java .class
org/omg/CosTransactions/TransactionFactoryPOA.java .class
org/omg/CosTransactions/TransactionFactoryPOATie.java . -
Uses of Servant in org.omg.DynamicAny
Subclasses of Servant in org.omg.DynamicAnyModifier and TypeClassDescriptionclass
DynAny objects can be created by invoking operations on the DynAnyFactory object.class
DynAny objects can be created by invoking operations on the DynAnyFactory object.class
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.class
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.class
DynArray objects support the manipulation of IDL arrays.class
DynArray objects support the manipulation of IDL arrays.class
DynEnum objects support the manipulation of IDL enumerated values.class
DynEnum objects support the manipulation of IDL enumerated values.class
DynFixed objects support the manipulation of IDL fixed values.class
DynFixed objects support the manipulation of IDL fixed values.class
DynSequence objects support the manipulation of IDL sequences.class
DynSequence objects support the manipulation of IDL sequences.class
DynStruct objects support the manipulation of IDL struct and exception values.class
DynStruct objects support the manipulation of IDL struct and exception values.class
DynUnion objects support the manipulation of IDL unions.class
DynUnion objects support the manipulation of IDL unions.class
DynValueBox objects support the manipulation of IDL boxed value types.class
DynValueBox objects support the manipulation of IDL boxed value types.class
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.class
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.class
DynValue objects support the manipulation of IDL non-boxed value types.class
DynValue objects support the manipulation of IDL non-boxed value types. -
Uses of Servant in org.omg.Messaging
Subclasses of Servant in org.omg.MessagingModifier and TypeClassDescriptionclass
org/omg/Messaging/MaxHopsPolicyPOA.java .class
org/omg/Messaging/MaxHopsPolicyPOATie.java .class
org/omg/Messaging/QueueOrderPolicyPOA.java .class
org/omg/Messaging/QueueOrderPolicyPOATie.java .class
org/omg/Messaging/RebindPolicyPOA.java .class
org/omg/Messaging/RebindPolicyPOATie.java .class
org/omg/Messaging/RelativeRequestTimeoutPolicyPOA.java .class
org/omg/Messaging/RelativeRequestTimeoutPolicyPOATie.java .class
org/omg/Messaging/RelativeRoundtripTimeoutPolicyPOA.java .class
org/omg/Messaging/RelativeRoundtripTimeoutPolicyPOATie.java .class
org/omg/Messaging/ReplyEndTimePolicyPOA.java .class
org/omg/Messaging/ReplyEndTimePolicyPOATie.java .class
org/omg/Messaging/ReplyPriorityPolicyPOA.java .class
org/omg/Messaging/ReplyPriorityPolicyPOATie.java .class
org/omg/Messaging/ReplyStartTimePolicyPOA.java .class
org/omg/Messaging/ReplyStartTimePolicyPOATie.java .class
org/omg/Messaging/RequestEndTimePolicyPOA.java .class
org/omg/Messaging/RequestEndTimePolicyPOATie.java .class
org/omg/Messaging/RequestPriorityPolicyPOA.java .class
org/omg/Messaging/RequestPriorityPolicyPOATie.java .class
org/omg/Messaging/RequestStartTimePolicyPOA.java .class
org/omg/Messaging/RequestStartTimePolicyPOATie.java .class
org/omg/Messaging/RoutingPolicyPOA.java .class
org/omg/Messaging/RoutingPolicyPOATie.java .class
org/omg/Messaging/SyncScopePolicyPOA.java .class
org/omg/Messaging/SyncScopePolicyPOATie.java . -
Uses of Servant in org.omg.PortableServer
Subclasses of Servant in org.omg.PortableServerModifier and TypeClassDescriptionclass
Allows dynamic handling of object invocations.class
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.class
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.class
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.class
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.Methods in org.omg.PortableServer that return ServantModifier and TypeMethodDescriptionPOAOperations.get_servant()
This operation returns the default servant associated with the POA.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.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.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.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._ServantLocatorStub.preinvoke
(byte[] oid, POA adapter, 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.ServantLocatorOperations.preinvoke
(byte[] oid, POA adapter, 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.ServantLocatorPOATie.preinvoke
(byte[] oid, POA adapter, 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.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 ServantModifier and TypeMethodDescriptionbyte[]
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, String operation, Object the_cookie, Servant the_servant) This operation is invoked whenever a servant completes a request.void
ServantLocatorOperations.postinvoke
(byte[] oid, POA adapter, String operation, Object the_cookie, Servant the_servant) This operation is invoked whenever a servant completes a request.void
ServantLocatorPOATie.postinvoke
(byte[] oid, POA adapter, String operation, 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.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 ServantModifier and TypeMethodDescriptionDelegate.default_POA
(Servant Self) The default behavior of this function is to return the root POA from the ORB instance associated with the servant.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
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[]
The method _object_id() is equivalent to calling PortableServer::Current::get_object_id.Convenience method that returns the instance of the ORB currently associated with the Servant.The method _poa() is equivalent to calling PortableServer::Current:get_POA.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.SendingContextModifier and TypeClassDescriptionclass
org/omg/SendingContext/CodeBasePOA.java .class
org/omg/SendingContext/CodeBasePOATie.java .class
org/omg/SendingContext/RunTimePOA.java .class
org/omg/SendingContext/RunTimePOATie.java .