Uses of Class
org.omg.PortableServer.Servant

Packages that use Servant
org.apache.yoko.orb.CosNaming   
org.apache.yoko.orb.CosNaming.tnaming   
org.apache.yoko.orb.IMR   
org.apache.yoko.orb.OAD   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBPortableServer   
org.apache.yoko.orb.PortableInterceptor   
org.apache.yoko.orb.PortableServer   
org.apache.yoko.rmi.impl   
org.apache.yoko.rmi.util.corba   
org.omg.CORBA   
org.omg.CosNaming   
org.omg.MessageRouting   
org.omg.Messaging   
org.omg.PortableServer   
org.omg.PortableServer.portable   
org.omg.SendingContext   
 

Uses of Servant in org.apache.yoko.orb.CosNaming
 

Subclasses of Servant in org.apache.yoko.orb.CosNaming
 class NamingContextBase
           
 

Uses of Servant in org.apache.yoko.orb.CosNaming.tnaming
 

Subclasses of Servant in org.apache.yoko.orb.CosNaming.tnaming
 class TransientNamingContext
           
 class TransientNamingContext.TransientBindingIterator
          Context implementation version of the BindingIterator object used to return list items.
 

Uses of Servant in org.apache.yoko.orb.IMR
 

Subclasses of Servant in org.apache.yoko.orb.IMR
 class ActiveStatePOA
           
 class DomainPOA
           
 class ServerDomainPOA
           
 class ServerFactoryPOA
           
 class ServerPOA
           
 

Uses of Servant in org.apache.yoko.orb.OAD
 

Subclasses of Servant in org.apache.yoko.orb.OAD
 class ProcessEndpoint_impl
           
 class ProcessEndpointManagerPOA
           
 class ProcessEndpointPOA
           
 

Uses of Servant in org.apache.yoko.orb.OB
 

Fields in org.apache.yoko.orb.OB declared as Servant
protected  Servant Upcall.servant_
           
 

Methods in org.apache.yoko.orb.OB with parameters of type Servant
 void Upcall.setServantAndPOA(Servant servant, POA_impl poa)
           
 void PIUpcall.setServantAndPOA(Servant servant, POA_impl poa)
           
 

Uses of Servant in org.apache.yoko.orb.OBPortableServer
 

Methods in org.apache.yoko.orb.OBPortableServer that return Servant
 Servant POA_impl.get_servant()
           
 Servant POA_impl.id_to_servant(byte[] oid)
           
 Servant POA_impl.reference_to_servant(Object reference)
           
 

Methods in org.apache.yoko.orb.OBPortableServer with parameters of type Servant
 void POA_impl._OB_preinvoke(String op, byte[] oid, Servant servant, Object cookie, TransportInfo info)
           
 void POA_impl.activate_object_with_id(byte[] oid, Servant servant)
           
 byte[] POA_impl.activate_object(Servant servant)
           
 byte[] POA_impl.servant_to_id(Servant servant)
           
 Object POA_impl.servant_to_reference(Servant servant)
           
 void POA_impl.set_servant(Servant servant)
           
 

Uses of Servant in org.apache.yoko.orb.PortableInterceptor
 

Methods in org.apache.yoko.orb.PortableInterceptor with parameters of type Servant
 void ServerRequestInfo_impl._OB_servant(Servant servant, POA poa)
           
 

Uses of Servant in org.apache.yoko.orb.PortableServer
 

Subclasses of Servant in org.apache.yoko.orb.PortableServer
 class Servant
           
 

Methods in org.apache.yoko.orb.PortableServer that return Servant
 Servant Current_impl._OB_getServant()
           
 Servant Current_impl.get_servant()
           
 

Methods in org.apache.yoko.orb.PortableServer with parameters of type Servant
 OutputStream Delegate._OB_beginUserException(Servant self, Upcall up, UserException ex)
           
 void Delegate._OB_marshalEx(Servant self, Upcall up, SystemException ex)
           
 void Delegate._OB_postinvoke(Servant self, Upcall up)
           
 void Delegate._OB_postMarshal(Servant self, Upcall up)
           
 void Delegate._OB_postUnmarshal(Servant self, Upcall up)
           
 void Current_impl._OB_preinvoke(POA_impl poa, Servant servant, String op, byte[] oid, Object cookie)
           
 OutputStream Delegate._OB_preMarshal(Servant self, Upcall up)
           
 InputStream Delegate._OB_preUnmarshal(Servant self, Upcall up)
           
 void Delegate._OB_setArgDesc(Servant self, Upcall up, ParameterDesc[] argDesc, ParameterDesc retDesc, TypeCode[] exceptionTC)
           
 void Delegate._OB_unmarshalEx(Servant self, Upcall up, SystemException ex)
           
 POA Delegate.default_POA(Servant self)
           
 Object Delegate.get_interface_def(Servant self)
           
 InterfaceDef Delegate.get_interface(Servant self)
           
 boolean Delegate.is_a(Servant self, String repository_id)
           
 boolean Delegate.non_existent(Servant self)
           
 byte[] Delegate.object_id(Servant self)
           
 ORB Delegate.orb(Servant self)
           
 POA Delegate.poa(Servant self)
           
 Object Delegate.this_object(Servant self)
           
 

Uses of Servant in org.apache.yoko.rmi.impl
 

Subclasses of Servant in org.apache.yoko.rmi.impl
 class RMIServant
           
 

Uses of Servant in org.apache.yoko.rmi.util.corba
 

Constructors in org.apache.yoko.rmi.util.corba with parameters of type Servant
POAObject(Servant servant, POA poa)
           
 

Uses of Servant in org.omg.CORBA
 

Subclasses of Servant in org.omg.CORBA
 class PolicyPOA
           
 

Uses of Servant in org.omg.CosNaming
 

Subclasses of Servant in org.omg.CosNaming
 class BindingIteratorPOA
           
 class NamingContextExtPOA
           
 

Uses of Servant in org.omg.MessageRouting
 

Subclasses of Servant in org.omg.MessageRouting
 class PersistentRequestPOA
           
 class PersistentRequestRouterPOA
           
 class RouterAdminPOA
           
 class RouterPOA
           
 class UntypedReplyHandlerPOA
           
 

Uses of Servant in org.omg.Messaging
 

Subclasses of Servant in org.omg.Messaging
 class ReplyHandlerPOA
           
 

Uses of Servant in org.omg.PortableServer
 

Subclasses of Servant in org.omg.PortableServer
 class AdapterActivatorPOA
           
 class DynamicImplementation
           
 class ServantActivatorPOA
           
 class ServantLocatorPOA
           
 class ServantManagerPOA
           
 

Methods in org.omg.PortableServer that return Servant
 Servant POAOperations.get_servant()
           
 Servant CurrentOperations.get_servant()
           
 Servant POAOperations.id_to_servant(byte[] oid)
           
 Servant ServantActivatorOperations.incarnate(byte[] oid, POA adapter)
           
 Servant ServantLocatorOperations.preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie)
           
 Servant POAOperations.reference_to_servant(Object reference)
           
 

Methods in org.omg.PortableServer with parameters of type Servant
 void POAOperations.activate_object_with_id(byte[] id, Servant p_servant)
           
 byte[] POAOperations.activate_object(Servant p_servant)
           
 void ServantActivatorOperations.etherealize(byte[] oid, POA adapter, Servant serv, boolean cleanup_in_progress, boolean remaining_activations)
           
 void ServantLocatorOperations.postinvoke(byte[] oid, POA adapter, String operation, Object the_cookie, Servant the_servant)
           
 byte[] POAOperations.servant_to_id(Servant p_servant)
           
 Object POAOperations.servant_to_reference(Servant p_servant)
           
 void POAOperations.set_servant(Servant p_servant)
           
 

Uses of Servant in org.omg.PortableServer.portable
 

Methods in org.omg.PortableServer.portable with parameters of type Servant
 POA Delegate.default_POA(Servant self)
           
 Object Delegate.get_interface_def(Servant self)
           
 InterfaceDef Delegate.get_interface(Servant self)
           
 boolean Delegate.is_a(Servant self, String repository_id)
           
 boolean Delegate.non_existent(Servant self)
           
 byte[] Delegate.object_id(Servant self)
           
 ORB Delegate.orb(Servant self)
           
 POA Delegate.poa(Servant self)
           
 Object Delegate.this_object(Servant self)
           
 

Uses of Servant in org.omg.SendingContext
 

Subclasses of Servant in org.omg.SendingContext
 class CodeBasePOA
           
 class CodeBasePOATie
           
 class RunTimePOA
           
 class RunTimePOATie
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.