Uses of Interface
org.omg.CORBA.Object

Packages that use Object
javax.rmi.CORBA   
org.apache.yoko.orb.BiDirPolicy   
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.CosNaming   
org.apache.yoko.orb.CosNaming.tnaming   
org.apache.yoko.orb.csi   
org.apache.yoko.orb.csi.gssup   
org.apache.yoko.orb.DynamicAny   
org.apache.yoko.orb.IMR   
org.apache.yoko.orb.IOP   
org.apache.yoko.orb.Messaging   
org.apache.yoko.orb.OAD   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBCORBA   
org.apache.yoko.orb.OBMessaging   
org.apache.yoko.orb.OBPortableInterceptor   
org.apache.yoko.orb.OBPortableServer   
org.apache.yoko.orb.OCI   
org.apache.yoko.orb.OCI.IIOP   
org.apache.yoko.orb.PortableInterceptor   
org.apache.yoko.orb.PortableServer   
org.apache.yoko.rmi.impl   
org.apache.yoko.rmi.util.corba   
org.omg.BiDirPolicy   
org.omg.CORBA   
org.omg.CORBA_2_3   
org.omg.CORBA_2_3.portable   
org.omg.CORBA_2_4   
org.omg.CORBA_2_4.portable   
org.omg.CORBA.portable   
org.omg.CosNaming   
org.omg.CosTransactions   
org.omg.DynamicAny   
org.omg.IOP   
org.omg.MessageRouting   
org.omg.Messaging   
org.omg.PortableInterceptor   
org.omg.PortableServer   
org.omg.PortableServer.portable   
org.omg.SecurityLevel1   
org.omg.SecurityLevel2   
org.omg.SendingContext   
 

Uses of Object in javax.rmi.CORBA
 

Classes in javax.rmi.CORBA that implement Object
 class Stub
           
 

Methods in javax.rmi.CORBA that return Object
 Object Tie.thisObject()
           
 

Uses of Object in org.apache.yoko.orb.BiDirPolicy
 

Classes in org.apache.yoko.orb.BiDirPolicy that implement Object
 class BidirectionalPolicy_impl
           
 

Uses of Object in org.apache.yoko.orb.CORBA
 

Classes in org.apache.yoko.orb.CORBA that implement Object
 class ORBPolicyFactory_impl
           
 class ORBPolicyManager_impl
           
 class StubForObject
           
 class StubForRemote
           
 

Methods in org.apache.yoko.orb.CORBA that return Object
 Object ObjectImpl._OB_get_ami_poll_target()
           
 Object Delegate.duplicate(Object self)
           
 Object Any.extract_Object()
           
 Object Delegate.get_interface_def(Object self)
           
 Object DataInputStream.read_Object()
           
 Object InputStream.read_Object()
           
 Object InputStream.read_Object(Class clz)
           
 Object Delegate.set_policy_override(Object self, Policy[] np, SetOverrideType set_add)
           
 Object Request.target()
           
 

Methods in org.apache.yoko.orb.CORBA with parameters of type Object
 DowncallStub Delegate._OB_getDowncallStub(Object self)
           
 Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Object Delegate.duplicate(Object self)
           
 Policy Delegate.get_client_policy(Object self, int type)
           
 String Delegate.get_codebase(Object self)
           
 DomainManager[] Delegate.get_domain_managers(Object self)
           
 Object Delegate.get_interface_def(Object self)
           
 InterfaceDef Delegate.get_interface(Object self)
          Deprecated. Deprecated by CORBA 2.3.
 Policy[] Delegate.get_policy_overrides(Object self, int[] types)
           
 Policy Delegate.get_policy(Object self, int policy_type)
           
 int Delegate.hash(Object self, int maximum)
           
 void Any.insert_Object(Object val)
           
 void Any.insert_Object(Object val, TypeCode tc)
           
 InputStream Delegate.invoke(Object self, OutputStream out)
           
 boolean Delegate.is_a(Object self, String repository_id)
           
 boolean Delegate.is_equivalent(Object self, Object rhs)
           
 boolean Delegate.is_local(Object self)
           
 boolean Delegate.non_existent(Object self)
           
 ORB Delegate.orb(Object self)
           
 void Delegate.release(Object self)
           
 void Delegate.releaseReply(Object self, InputStream in)
           
 Request Delegate.request(Object self, String operation)
           
 OutputStream Delegate.request(Object self, String operation, boolean responseExpected)
           
 void Delegate.servant_postinvoke(Object self, ServantObject servant)
           
 ServantObject Delegate.servant_preinvoke(Object self, String operation, Class expectedType)
           
 Object Delegate.set_policy_override(Object self, Policy[] np, SetOverrideType set_add)
           
 boolean Delegate.validate_connection(Object self, PolicyListHolder policies)
           
 void DataOutputStream.write_Object(Object value)
           
 void OutputStream.write_Object(Object value)
           
 

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

Methods in org.apache.yoko.orb.CosNaming that return Object
 Object NamingContextBase.resolve_str(String n)
          Resolve a bound object or context using a name in String form.
 Object NamingContextBase.resolve(NameComponent[] n)
          Resolve an an entry in the context tree.
protected abstract  Object NamingContextBase.resolveObject(NameComponent n, BindingTypeHolder type)
          Resolve an object in this context (single level resolution).
protected abstract  Object NamingContextBase.unbindObject(NameComponent n)
          Unbind an object from the current context.
 

Methods in org.apache.yoko.orb.CosNaming with parameters of type Object
 void NamingContextBase.bind(NameComponent[] n, Object obj)
          Bind an object to a given name.
protected abstract  void NamingContextBase.bindObject(NameComponent n, Object obj, BindingTypeHolder type)
          Bind an object into the current context.
 void NamingContextBase.rebind(NameComponent[] n, Object obj)
          Rebind an object to a given name.
 

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

Fields in org.apache.yoko.orb.CosNaming.tnaming declared as Object
 Object TransientNamingContext.BoundObject.boundObject
           
protected  Object TransientNamingContext.rootContext
           
 

Methods in org.apache.yoko.orb.CosNaming.tnaming that return Object
 Object TransientNamingContext.getRootContext()
          Retrieve the rootContext for this NamingContext.
protected  Object TransientNamingContext.resolveObject(NameComponent n, BindingTypeHolder type)
          Resolve an object in this context (single level resolution).
protected  Object TransientNamingContext.unbindObject(NameComponent n)
          Unbind an object from the current context.
 

Methods in org.apache.yoko.orb.CosNaming.tnaming with parameters of type Object
protected  void TransientNamingContext.bindObject(NameComponent n, Object obj, BindingTypeHolder type)
          Bind an object into the current context.
 

Constructors in org.apache.yoko.orb.CosNaming.tnaming with parameters of type Object
TransientNamingContext.BoundObject(NameComponent name, Object boundObject, BindingType type)
          Create a new object binding for our HashMap.
TransientNamingContext(ORB orb, POA poa, Object root)
          Construct a TransientNamingContext subcontext.
 

Uses of Object in org.apache.yoko.orb.csi
 

Classes in org.apache.yoko.orb.csi that implement Object
 class CSIClientRequestInterceptor
           
 class CSIInterceptorBase
           
 class CSIInterceptorLoader
           
 class CSIServerRequestInterceptor
           
 class GSSUPIORInterceptor
          This interceptor adds GSSUP security information to the IOR, if the relevant policy is set.
 

Uses of Object in org.apache.yoko.orb.csi.gssup
 

Subinterfaces of Object in org.apache.yoko.orb.csi.gssup
 interface GSSUPPolicy
          Generated by the JacORB IDL compiler.
 

Methods in org.apache.yoko.orb.csi.gssup with parameters of type Object
static GSSUPPolicy GSSUPPolicyHelper.narrow(Object obj)
           
 

Uses of Object in org.apache.yoko.orb.DynamicAny
 

Classes in org.apache.yoko.orb.DynamicAny that implement Object
 class DynAnyFactory_impl
           
 

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

Subinterfaces of Object in org.apache.yoko.orb.IMR
 interface ActiveState
           
 interface Domain
           
 interface Server
          The Server interface.
 interface ServerDomain
           
 interface ServerFactory
           
 

Classes in org.apache.yoko.orb.IMR that implement Object
 class _ActiveStateStub
           
 class _DomainStub
           
 class _ServerDomainStub
           
 class _ServerFactoryStub
           
 class _ServerStub
           
 

Methods in org.apache.yoko.orb.IMR with parameters of type Object
static ServerDomain ServerDomainHelper.narrow(Object val)
           
static ServerFactory ServerFactoryHelper.narrow(Object val)
           
static Server ServerHelper.narrow(Object val)
           
static ActiveState ActiveStateHelper.narrow(Object val)
           
static Domain DomainHelper.narrow(Object val)
           
static ServerDomain ServerDomainHelper.unchecked_narrow(Object val)
           
static ServerFactory ServerFactoryHelper.unchecked_narrow(Object val)
           
static Server ServerHelper.unchecked_narrow(Object val)
           
static ActiveState ActiveStateHelper.unchecked_narrow(Object val)
           
static Domain DomainHelper.unchecked_narrow(Object val)
           
 

Uses of Object in org.apache.yoko.orb.IOP
 

Classes in org.apache.yoko.orb.IOP that implement Object
 class CodecFactory_impl
           
 

Uses of Object in org.apache.yoko.orb.Messaging
 

Classes in org.apache.yoko.orb.Messaging that implement Object
 class MaxHopsPolicy_impl
           
 class QueueOrderPolicy_impl
           
 class RebindPolicy_impl
           
 class RelativeRequestTimeoutPolicy_impl
           
 class RelativeRoundtripTimeoutPolicy_impl
           
 class ReplyEndTimePolicy_impl
           
 class ReplyPriorityPolicy_impl
           
 class ReplyStartTimePolicy_impl
           
 class RequestEndTimePolicy_impl
           
 class RequestPriorityPolicy_impl
           
 class RequestStartTimePolicy_impl
           
 class RoutingPolicy_impl
           
 class SyncScopePolicy_impl
           
 

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

Subinterfaces of Object in org.apache.yoko.orb.OAD
 interface ProcessEndpoint
          The ProcessEndpoint.
 interface ProcessEndpointManager
          The ProcessEndpointManager.
 

Classes in org.apache.yoko.orb.OAD that implement Object
 class _ProcessEndpointManagerStub
           
 class _ProcessEndpointStub
           
 

Methods in org.apache.yoko.orb.OAD with parameters of type Object
static ProcessEndpoint ProcessEndpointHelper.narrow(Object val)
           
static ProcessEndpointManager ProcessEndpointManagerHelper.narrow(Object val)
           
static ProcessEndpoint ProcessEndpointHelper.unchecked_narrow(Object val)
           
static ProcessEndpointManager ProcessEndpointManagerHelper.unchecked_narrow(Object val)
           
 

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

Subinterfaces of Object in org.apache.yoko.orb.OB
 interface BootLocator
          Interface used by BootManager to assist in locating objects.
 interface BootManager
          Interface to manage bootstrapping of objects.
 interface ConnectionReusePolicy
          The connection reuse policy.
 interface ConnectTimeoutPolicy
          The connect timeout policy.
 interface CorbalocProtocol
          The corbaloc URL scheme supports multiple protocols, the most common of which is iiop.
 interface CorbalocURLScheme
          CorbalocURLScheme implements the corbaloc URL scheme, and serves as a registry for CorbalocProtocol objects.
 interface DispatchRequest
          This interface encaspulates a request.
 interface DispatchStrategy
          This interface represents a dispatch strategy.
 interface DispatchStrategyFactory
          This interface is a factory to create dispatch strategies, and to manage thread pools.
 interface InterceptorPolicy
          The interceptor policy.
 interface LocateRequestPolicy
          The locate request policy.
 interface LocationTransparencyPolicy
          The location transparency policy.
 interface ProtocolPolicy
          The protocol policy.
 interface RequestTimeoutPolicy
          The request timeout policy.
 interface RetryPolicy
          The retry policy.
 interface TimeoutPolicy
          The timeout policy.
 interface UnknownExceptionInfo
          Information about the context in which the unknown exception occurred.
 interface UnknownExceptionStrategy
          The unknown exception strategy interface.
 interface URLRegistry
          The URLRegistry holds all of the supported URL schemes.
 interface URLScheme
          A URLScheme (e.g., file:, corbaloc:, etc.) is responsible for converting a URL into an object reference.
 interface ZeroPortPolicy
          The zero port policy.
 

Classes in org.apache.yoko.orb.OB that implement Object
 class BootManager_impl
           
 class CodeBaseProxy
           
 class CodeSetIORInterceptor_impl
           
 class ConnectionReusePolicy_impl
           
 class ConnectTimeoutPolicy_impl
           
 class CorbalocURLScheme_impl
           
 class CorbanameURLScheme_impl
           
 class DispatchRequest_impl
           
 class DispatchStrategyFactory_impl
           
 class FileURLScheme_impl
           
 class InterceptorPolicy_impl
           
 class IORURLScheme_impl
           
 class LocateRequestPolicy_impl
           
 class LocationTransparencyPolicy_impl
           
 class MessageRoutingIORInterceptor_impl
           
 class ProtocolPolicy_impl
           
 class RequestTimeoutPolicy_impl
           
 class RetryPolicy_impl
           
 class TimeoutPolicy_impl
           
 class UnknownExceptionInfo_impl
           
 class UnknownExceptionStrategy_impl
           
 class URLRegistry_impl
           
 class ZeroPortPolicy_impl
           
 

Methods in org.apache.yoko.orb.OB that return Object
 Object ObjectFactory.createObject(IOR ior)
           
 Object DowncallStub.getAMIPollTarget()
           
 Object CorbanameURLScheme_impl.parse_url(String url)
           
 Object URLRegistry_impl.parse_url(String url)
           
 Object URLRegistryOperations.parse_url(String url)
          Convert a URL into an object reference by delegating to a registered URLScheme object.
 Object FileURLScheme_impl.parse_url(String url)
           
 Object URLSchemeOperations.parse_url(String url)
          Convert a URL into an object reference.
 Object CorbalocURLScheme_impl.parse_url(String url)
           
 Object IORURLScheme_impl.parse_url(String url)
           
 Object InitialServiceManager.resolveInitialReferences(String identifier)
           
 Object ObjectFactory.stringToObject(String ior)
           
 

Methods in org.apache.yoko.orb.OB with parameters of type Object
 void BootManager_impl.add_binding(byte[] id, Object obj)
           
 void BootManagerOperations.add_binding(byte[] oid, Object obj)
          Add a new binding to the internal table.
 void InitialServiceManager.addInitialReference(String name, Object obj)
           
 void InitialServiceManager.addInitialReference(String name, Object p, boolean override)
           
 InputStream DowncallStub.invoke(Object self, OutputStream out)
           
static DispatchStrategyFactory DispatchStrategyFactoryHelper.narrow(Object val)
           
static TimeoutPolicy TimeoutPolicyHelper.narrow(Object val)
           
static UnknownExceptionStrategy UnknownExceptionStrategyHelper.narrow(Object val)
           
static CorbalocURLScheme CorbalocURLSchemeHelper.narrow(Object val)
           
static LocateRequestPolicy LocateRequestPolicyHelper.narrow(Object val)
           
static URLRegistry URLRegistryHelper.narrow(Object val)
           
static DispatchStrategy DispatchStrategyHelper.narrow(Object val)
           
static InterceptorPolicy InterceptorPolicyHelper.narrow(Object val)
           
static RequestTimeoutPolicy RequestTimeoutPolicyHelper.narrow(Object val)
           
static BootManager BootManagerHelper.narrow(Object val)
           
static DispatchRequest DispatchRequestHelper.narrow(Object val)
           
static LocationTransparencyPolicy LocationTransparencyPolicyHelper.narrow(Object val)
           
static ConnectionReusePolicy ConnectionReusePolicyHelper.narrow(Object val)
           
static CorbalocProtocol CorbalocProtocolHelper.narrow(Object val)
           
static BootLocator BootLocatorHelper.narrow(Object val)
           
static URLScheme URLSchemeHelper.narrow(Object val)
           
static UnknownExceptionInfo UnknownExceptionInfoHelper.narrow(Object val)
           
static RetryPolicy RetryPolicyHelper.narrow(Object val)
           
static ZeroPortPolicy ZeroPortPolicyHelper.narrow(Object val)
           
static ProtocolPolicy ProtocolPolicyHelper.narrow(Object val)
           
static ConnectTimeoutPolicy ConnectTimeoutPolicyHelper.narrow(Object val)
           
 OutputStream DowncallStub.setupRequest(Object self, String operation, boolean responseExpected)
           
 

Uses of Object in org.apache.yoko.orb.OBCORBA
 

Classes in org.apache.yoko.orb.OBCORBA that implement Object
 class PollableSet_impl
           
 

Methods in org.apache.yoko.orb.OBCORBA that return Object
 Object ORB_impl.get_value_def(String repid)
           
 Object ORB_impl.resolve_initial_references(String identifier)
           
 Object ORBSingleton_impl.resolve_initial_references(String name)
           
 Object ORB_impl.string_to_object(String ior)
           
 Object ORBSingleton_impl.string_to_object(String str)
           
 

Methods in org.apache.yoko.orb.OBCORBA with parameters of type Object
 void ORBSingleton_impl.connect(Object obj)
           
 NVList ORB_impl.create_operation_list(Object oper)
           
 NVList ORBSingleton_impl.create_operation_list(Object oper)
           
 void ORBSingleton_impl.disconnect(Object obj)
           
 String ORB_impl.object_to_string(Object p)
           
 String ORBSingleton_impl.object_to_string(Object object)
           
 void ORB_impl.register_initial_reference(String name, Object obj)
           
 void ORBSingleton_impl.register_initial_reference(String name, Object obj)
           
 

Uses of Object in org.apache.yoko.orb.OBMessaging
 

Subinterfaces of Object in org.apache.yoko.orb.OBMessaging
 interface ReplyHandler_impl
           
 

Fields in org.apache.yoko.orb.OBMessaging declared as Object
protected  Object Poller_impl.objectTarget_
           
 

Methods in org.apache.yoko.orb.OBMessaging that return Object
 Object Poller_impl.operation_target()
           
 

Methods in org.apache.yoko.orb.OBMessaging with parameters of type Object
 void Poller_impl._OB_Object(Object obj)
           
 

Uses of Object in org.apache.yoko.orb.OBPortableInterceptor
 

Classes in org.apache.yoko.orb.OBPortableInterceptor that implement Object
 class ORBInitInfo_impl
           
 

Methods in org.apache.yoko.orb.OBPortableInterceptor that return Object
 Object TransientORT_impl.make_object_for(String repoid, byte[] id, String[] adapterName)
           
 Object ObjectReferenceTemplate.make_object_for(String repository_id, byte[] id, String[] name)
           
 Object PersistentORT_impl.make_object_for(String repoid, byte[] id, String[] adapterName)
           
 Object TransientORT_impl.make_object(String repoid, byte[] id)
           
 Object IMRORT_impl.make_object(String repoid, byte[] id)
           
 Object PersistentORT_impl.make_object(String repoid, byte[] id)
           
 Object ORBInitInfo_impl.resolve_initial_references(String name)
           
 

Methods in org.apache.yoko.orb.OBPortableInterceptor with parameters of type Object
static ORBInitInfo ORBInitInfoHelper.narrow(Object val)
           
 void ORBInitInfo_impl.register_initial_reference(String name, Object obj)
           
 

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

Subinterfaces of Object in org.apache.yoko.orb.OBPortableServer
 interface CommunicationsConcurrencyPolicy
          Communications Concurrency Policy
 interface DispatchStrategyPolicy
          The dispatch strategy policy.
 interface EndpointConfigurationPolicy
          Endpoint Configuration Policy
 interface GIOPVersionPolicy
          GIOP Version Policy
 interface InterceptorCallPolicy
          The interceptor call policy.
 interface SynchronizationPolicy
          The synchronization policy.
 

Classes in org.apache.yoko.orb.OBPortableServer that implement Object
 class CommunicationsConcurrencyPolicy_impl
           
 class DispatchStrategyPolicy_impl
           
 class EndpointConfigurationPolicy_impl
           
 class GIOPVersionPolicy_impl
           
 class InterceptorCallPolicy_impl
           
 class POA_impl
           
 class POAManager_impl
           
 class POAManagerFactory_impl
           
 class SynchronizationPolicy_impl
           
 

Methods in org.apache.yoko.orb.OBPortableServer that return Object
 Object POA_impl.create_reference_with_id(byte[] oid, String intf)
           
 Object POA_impl.create_reference(String intf)
           
 Object POA_impl.id_to_reference(byte[] oid)
           
 Object POA_impl.servant_to_reference(Servant servant)
           
 

Methods in org.apache.yoko.orb.OBPortableServer with parameters of type Object
static InterceptorCallPolicy InterceptorCallPolicyHelper.narrow(Object val)
           
static GIOPVersionPolicy GIOPVersionPolicyHelper.narrow(Object val)
           
static ServerDomain ServerDomainHelper.narrow(Object val)
           
static DispatchStrategyPolicy DispatchStrategyPolicyHelper.narrow(Object val)
           
static CommunicationsConcurrencyPolicy CommunicationsConcurrencyPolicyHelper.narrow(Object val)
           
static POAManagerFactory POAManagerFactoryHelper.narrow(Object val)
           
static POA POAHelper.narrow(Object val)
           
static POAManager POAManagerHelper.narrow(Object val)
           
static SynchronizationPolicy SynchronizationPolicyHelper.narrow(Object val)
           
static EndpointConfigurationPolicy EndpointConfigurationPolicyHelper.narrow(Object val)
           
 byte[] POA_impl.reference_to_id(Object reference)
           
 Servant POA_impl.reference_to_servant(Object reference)
           
static ServerDomain ServerDomainHelper.unchecked_narrow(Object val)
           
 

Uses of Object in org.apache.yoko.orb.OCI
 

Subinterfaces of Object in org.apache.yoko.orb.OCI
 interface AcceptCB
          An interface for an accept callback object.
 interface Acceptor
          An interface for an Acceptor object, which is used by CORBA servers to accept client connection requests.
 interface AcceptorInfo
          Information on an OCI Acceptor object.
 interface AccFactory
          An interface for an AccFactory object, which is used by CORBA servers to create Acceptors.
 interface AccFactoryInfo
          Information on an OCI AccFactory object.
 interface AccFactoryRegistry
          A registry for Acceptor factories.
 interface CloseCB
          An interface for a close callback object.
 interface ConFactory
          A factory for Connector objects.
 interface ConFactoryInfo
          Information on an OCI ConFactory object.
 interface ConFactoryRegistry
          A registry for Connector factories.
 interface ConnectCB
          An interface for a connect callback object.
 interface Connector
          An interface for Connector objects.
 interface ConnectorInfo
          Information on a OCI Connector object.
 interface Plugin
          The interface for a Plugin object, which is used to initialize an OCI plug-in.
 interface Transport
          The interface for a Transport object, which provides operations for sending and receiving octet streams.
 interface TransportInfo
          Information on an OCI Transport object.
 

Classes in org.apache.yoko.orb.OCI that implement Object
 class AccFactoryRegistry_impl
           
 class ConFactoryRegistry_impl
           
 

Methods in org.apache.yoko.orb.OCI with parameters of type Object
static Acceptor AcceptorHelper.narrow(Object val)
           
static ConnectCB ConnectCBHelper.narrow(Object val)
           
static Connector ConnectorHelper.narrow(Object val)
           
static CloseCB CloseCBHelper.narrow(Object val)
           
static AcceptorInfo AcceptorInfoHelper.narrow(Object val)
           
static AccFactoryInfo AccFactoryInfoHelper.narrow(Object val)
           
static AcceptCB AcceptCBHelper.narrow(Object val)
           
static TransportInfo TransportInfoHelper.narrow(Object val)
           
static Current CurrentHelper.narrow(Object val)
           
static AccFactory AccFactoryHelper.narrow(Object val)
           
static ConFactoryInfo ConFactoryInfoHelper.narrow(Object val)
           
static ConnectorInfo ConnectorInfoHelper.narrow(Object val)
           
static Transport TransportHelper.narrow(Object val)
           
static Plugin PluginHelper.narrow(Object val)
           
static AccFactoryRegistry AccFactoryRegistryHelper.narrow(Object val)
           
static ConFactory ConFactoryHelper.narrow(Object val)
           
static ConFactoryRegistry ConFactoryRegistryHelper.narrow(Object val)
           
 

Uses of Object in org.apache.yoko.orb.OCI.IIOP
 

Classes in org.apache.yoko.orb.OCI.IIOP that implement Object
 class AcceptorInfo_impl
           
 class ConnectorInfo_impl
           
 class CorbalocProtocol_impl
           
 class Plugin_impl
           
 class Transport_impl
           
 class TransportInfo_impl
           
 

Methods in org.apache.yoko.orb.OCI.IIOP with parameters of type Object
static AcceptorInfo AcceptorInfoHelper.narrow(Object val)
           
static AccFactoryInfo AccFactoryInfoHelper.narrow(Object val)
           
static TransportInfo TransportInfoHelper.narrow(Object val)
           
static ConFactoryInfo ConFactoryInfoHelper.narrow(Object val)
           
static ConnectorInfo ConnectorInfoHelper.narrow(Object val)
           
 

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

Subinterfaces of Object in org.apache.yoko.orb.PortableInterceptor
 interface ServerRequestInfoExt
           
 

Classes in org.apache.yoko.orb.PortableInterceptor that implement Object
 class ClientRequestInfo_impl
           
 class Current_impl
           
 class IMRIORInterceptor_impl
           
 class IORInfo_impl
           
 class POAPolicyFactory_impl
           
 class RequestInfo_impl
           
 class ServerRequestInfo_impl
           
 

Methods in org.apache.yoko.orb.PortableInterceptor that return Object
 Object ClientRequestInfo_impl.effective_target()
           
 Object RequestInfo_impl.forward_reference()
           
 Object ClientRequestInfo_impl.target()
           
 

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

Classes in org.apache.yoko.orb.PortableServer that implement Object
 class IdAssignmentPolicy_impl
           
 class IdUniquenessPolicy_impl
           
 class ImplicitActivationPolicy_impl
           
 class LifespanPolicy_impl
           
 class RequestProcessingPolicy_impl
           
 class ServantRetentionPolicy_impl
           
 class ThreadPolicy_impl
           
 

Methods in org.apache.yoko.orb.PortableServer that return Object
 Object Delegate.get_interface_def(Servant self)
           
 Object Current_impl.get_reference()
           
 Object Delegate.this_object(Servant self)
           
 

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

Classes in org.apache.yoko.rmi.impl that implement Object
 class RMIInitializer
           
 class RMIInterceptor
           
 class RMIPersistentStub
          RMIStub's (org.apache.yoko.rmi.impl) implement writeReplace by returning an instance of this class; and this class then implements readResolve to narrow itself to the correct type.
 class RMIRemoteStub
           
 class RMIStub
           
 

Methods in org.apache.yoko.rmi.impl that return Object
 Object CopyState.Reader.readCorbaObject(Class type)
           
abstract  Object ObjectReader.readCorbaObject(Class type)
           
 Object CorbaObjectReader.readCorbaObject(Class type)
           
 Object RMIServant.thisObject()
           
 

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

Classes in org.apache.yoko.rmi.util.corba that implement Object
 class POAObject
           
 

Uses of Object in org.omg.BiDirPolicy
 

Subinterfaces of Object in org.omg.BiDirPolicy
 interface BidirectionalPolicy
           
 

Methods in org.omg.BiDirPolicy with parameters of type Object
static BidirectionalPolicy BidirectionalPolicyHelper.narrow(Object val)
           
 

Uses of Object in org.omg.CORBA
 

Subinterfaces of Object in org.omg.CORBA
 interface AbstractInterfaceDef
           
 interface AliasDef
           
 interface ArrayDef
           
 interface AttributeDef
           
 interface ConstantDef
           
 interface ConstructionPolicy
           
 interface Contained
           
 interface Container
           
 interface Current
           
 interface DomainManager
           
 interface EnumDef
           
 interface ExceptionDef
           
 interface FixedDef
           
 interface IDLType
           
 interface InterfaceDef
           
 interface IRObject
           
 interface LocalInterfaceDef
           
 interface ModuleDef
           
 interface NativeDef
           
 interface OperationDef
           
 interface Policy
           
 interface PolicyManager
           
 interface PollableSet
           
 interface PrimitiveDef
           
 interface Repository
           
 interface SequenceDef
           
 interface StringDef
           
 interface StructDef
           
 interface TypedefDef
           
 interface UnionDef
           
 interface ValueBoxDef
           
 interface ValueDef
           
 interface ValueMemberDef
           
 interface WstringDef
           
 

Classes in org.omg.CORBA that implement Object
 class _AbstractInterfaceDefStub
           
 class _AliasDefStub
           
 class _ArrayDefStub
           
 class _AttributeDefStub
           
 class _ConstantDefStub
           
 class _ContainedStub
           
 class _ContainerStub
           
 class _EnumDefStub
           
 class _ExceptionDefStub
           
 class _FixedDefStub
           
 class _IDLTypeStub
           
 class _InterfaceDefStub
           
 class _IRObjectStub
           
 class _LocalInterfaceDefStub
           
 class _ModuleDefStub
           
 class _NativeDefStub
           
 class _OperationDefStub
           
 class _PolicyStub
           
 class _PrimitiveDefStub
           
 class _RepositoryStub
           
 class _SequenceDefStub
           
 class _StringDefStub
           
 class _StructDefStub
           
 class _TypedefDefStub
           
 class _UnionDefStub
           
 class _ValueBoxDefStub
           
 class _ValueDefStub
           
 class _ValueMemberDefStub
           
 class _WstringDefStub
           
 class DynamicImplementation
          Deprecated. Deprecated by the Portable Object Adapter.
 class LocalObject
           
 

Fields in org.omg.CORBA declared as Object
 Object ObjectHolder.value
           
 

Methods in org.omg.CORBA that return Object
 Object Object._duplicate()
           
 Object LocalObject._duplicate()
           
 Object Object._get_interface_def()
           
 Object LocalObject._get_interface_def()
           
 Object Object._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 Object LocalObject._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
abstract  Object Any.extract_Object()
           
static Object ObjectHelper.extract(Any any)
           
 Object DataInputStream.read_Object()
           
static Object ObjectHelper.read(InputStream in)
           
abstract  Object ORB.resolve_initial_references(String object_name)
           
abstract  Object ORB.string_to_object(String str)
           
abstract  Object Request.target()
           
 

Methods in org.omg.CORBA with parameters of type Object
 boolean Object._is_equivalent(Object that)
           
 boolean LocalObject._is_equivalent(Object rhs)
           
 void ORB.connect(Object obj)
           
 NVList ORB.create_operation_list(Object oper)
           
 void ORB.disconnect(Object obj)
           
abstract  void Any.insert_Object(Object o)
           
abstract  void Any.insert_Object(Object o, TypeCode t)
           
static void ObjectHelper.insert(Any any, Object obj)
           
static StringDef StringDefHelper.narrow(Object val)
           
static TypedefDef TypedefDefHelper.narrow(Object val)
           
static InterfaceDef InterfaceDefHelper.narrow(Object val)
           
static FixedDef FixedDefHelper.narrow(Object val)
           
static Container ContainerHelper.narrow(Object val)
           
static AliasDef AliasDefHelper.narrow(Object val)
           
static NativeDef NativeDefHelper.narrow(Object val)
           
static PolicyManager PolicyManagerHelper.narrow(Object val)
           
static DomainManager DomainManagerHelper.narrow(Object val)
           
static ValueDef ValueDefHelper.narrow(Object val)
           
static ModuleDef ModuleDefHelper.narrow(Object val)
           
static EnumDef EnumDefHelper.narrow(Object val)
           
static WstringDef WstringDefHelper.narrow(Object val)
           
static ConstructionPolicy ConstructionPolicyHelper.narrow(Object val)
           
static Contained ContainedHelper.narrow(Object val)
           
static ValueBoxDef ValueBoxDefHelper.narrow(Object val)
           
static OperationDef OperationDefHelper.narrow(Object val)
           
static ExceptionDef ExceptionDefHelper.narrow(Object val)
           
static AbstractInterfaceDef AbstractInterfaceDefHelper.narrow(Object val)
           
static PollableSet PollableSetHelper.narrow(Object val)
           
static ConstantDef ConstantDefHelper.narrow(Object val)
           
static SequenceDef SequenceDefHelper.narrow(Object val)
           
static IRObject IRObjectHelper.narrow(Object val)
           
static AttributeDef AttributeDefHelper.narrow(Object val)
           
static UnionDef UnionDefHelper.narrow(Object val)
           
static Repository RepositoryHelper.narrow(Object val)
           
static ArrayDef ArrayDefHelper.narrow(Object val)
           
static StructDef StructDefHelper.narrow(Object val)
           
static ValueMemberDef ValueMemberDefHelper.narrow(Object val)
           
static PrimitiveDef PrimitiveDefHelper.narrow(Object val)
           
static LocalInterfaceDef LocalInterfaceDefHelper.narrow(Object val)
           
static Policy PolicyHelper.narrow(Object val)
           
static IDLType IDLTypeHelper.narrow(Object val)
           
static Current CurrentHelper.narrow(Object val)
           
abstract  String ORB.object_to_string(Object object)
           
static StringDef StringDefHelper.unchecked_narrow(Object val)
           
static TypedefDef TypedefDefHelper.unchecked_narrow(Object val)
           
static InterfaceDef InterfaceDefHelper.unchecked_narrow(Object val)
           
static FixedDef FixedDefHelper.unchecked_narrow(Object val)
           
static Container ContainerHelper.unchecked_narrow(Object val)
           
static AliasDef AliasDefHelper.unchecked_narrow(Object val)
           
static NativeDef NativeDefHelper.unchecked_narrow(Object val)
           
static ValueDef ValueDefHelper.unchecked_narrow(Object val)
           
static ModuleDef ModuleDefHelper.unchecked_narrow(Object val)
           
static EnumDef EnumDefHelper.unchecked_narrow(Object val)
           
static WstringDef WstringDefHelper.unchecked_narrow(Object val)
           
static Contained ContainedHelper.unchecked_narrow(Object val)
           
static ValueBoxDef ValueBoxDefHelper.unchecked_narrow(Object val)
           
static OperationDef OperationDefHelper.unchecked_narrow(Object val)
           
static ExceptionDef ExceptionDefHelper.unchecked_narrow(Object val)
           
static AbstractInterfaceDef AbstractInterfaceDefHelper.unchecked_narrow(Object val)
           
static ConstantDef ConstantDefHelper.unchecked_narrow(Object val)
           
static SequenceDef SequenceDefHelper.unchecked_narrow(Object val)
           
static IRObject IRObjectHelper.unchecked_narrow(Object val)
           
static AttributeDef AttributeDefHelper.unchecked_narrow(Object val)
           
static UnionDef UnionDefHelper.unchecked_narrow(Object val)
           
static Repository RepositoryHelper.unchecked_narrow(Object val)
           
static ArrayDef ArrayDefHelper.unchecked_narrow(Object val)
           
static StructDef StructDefHelper.unchecked_narrow(Object val)
           
static ValueMemberDef ValueMemberDefHelper.unchecked_narrow(Object val)
           
static PrimitiveDef PrimitiveDefHelper.unchecked_narrow(Object val)
           
static LocalInterfaceDef LocalInterfaceDefHelper.unchecked_narrow(Object val)
           
static Policy PolicyHelper.unchecked_narrow(Object val)
           
static IDLType IDLTypeHelper.unchecked_narrow(Object val)
           
 void DataOutputStream.write_Object(Object value)
           
static void ObjectHelper.write(OutputStream out, Object val)
           
 

Constructors in org.omg.CORBA with parameters of type Object
ObjectHolder(Object initial)
           
 

Uses of Object in org.omg.CORBA_2_3
 

Methods in org.omg.CORBA_2_3 that return Object
 Object ORB.get_value_def(String repid)
           
 

Uses of Object in org.omg.CORBA_2_3.portable
 

Methods in org.omg.CORBA_2_3.portable with parameters of type Object
 String Delegate.get_codebase(Object self)
           
 

Uses of Object in org.omg.CORBA_2_4
 

Subinterfaces of Object in org.omg.CORBA_2_4
 interface Object
           
 

Uses of Object in org.omg.CORBA_2_4.portable
 

Methods in org.omg.CORBA_2_4.portable with parameters of type Object
 Policy Delegate.get_client_policy(Object self, int policy_type)
           
 Policy[] Delegate.get_policy_overrides(Object self, int[] policy_types)
           
 boolean Delegate.validate_connection(Object self, PolicyListHolder policies)
           
 

Uses of Object in org.omg.CORBA.portable
 

Classes in org.omg.CORBA.portable that implement Object
 class ObjectImpl
           
 

Methods in org.omg.CORBA.portable that return Object
 Object ObjectImpl._duplicate()
           
 Object ObjectImpl._get_interface_def()
           
 Object ObjectImpl._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
abstract  Object Delegate.duplicate(Object self)
           
 Object Delegate.get_interface_def(Object self)
           
abstract  Object InputStream.read_Object()
           
 Object InputStream.read_Object(Class clz)
           
 Object Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add)
           
 

Methods in org.omg.CORBA.portable with parameters of type Object
 boolean ObjectImpl._is_equivalent(Object rhs)
           
abstract  Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result)
           
abstract  Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
abstract  Object Delegate.duplicate(Object self)
           
 boolean Delegate.equals(Object self, Object obj)
           
 DomainManager[] Delegate.get_domain_managers(Object self)
           
 Object Delegate.get_interface_def(Object self)
           
abstract  InterfaceDef Delegate.get_interface(Object self)
          Deprecated. Deprecated by CORBA 2.3.
 Policy Delegate.get_policy(Object self, int policy_type)
           
abstract  int Delegate.hash(Object self, int max)
           
 int Delegate.hashCode(Object self)
           
 InputStream Delegate.invoke(Object self, OutputStream out)
           
abstract  boolean Delegate.is_a(Object self, String repository_id)
           
abstract  boolean Delegate.is_equivalent(Object self, Object rhs)
           
 boolean Delegate.is_local(Object self)
           
abstract  boolean Delegate.non_existent(Object self)
           
 ORB Delegate.orb(Object self)
           
abstract  void Delegate.release(Object self)
           
 void Delegate.releaseReply(Object self, InputStream in)
           
abstract  Request Delegate.request(Object self, String operation)
           
 OutputStream Delegate.request(Object self, String operation, boolean responseExpected)
           
 void Delegate.servant_postinvoke(Object self, ServantObject servant)
           
 ServantObject Delegate.servant_preinvoke(Object self, String operation, Class expectedType)
           
 Object Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add)
           
 String Delegate.toString(Object self)
           
abstract  void OutputStream.write_Object(Object value)
           
 

Uses of Object in org.omg.CosNaming
 

Subinterfaces of Object in org.omg.CosNaming
 interface BindingIterator
          The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.
 interface NamingContext
          A naming context is an object that contains a set of name bindings in which each name is unique.
 interface NamingContextExt
          A naming context extension is an extension to naming context that contains a set of name bindings in which each name is unique.
 

Classes in org.omg.CosNaming that implement Object
 class _BindingIteratorImplBase
          The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.
 class _BindingIteratorStub
          The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.
 class _NamingContextExtImplBase
          A naming context extension is an extension to naming context that contains a set of name bindings in which each name is unique.
 class _NamingContextExtStub
          A naming context extension is an extension to naming context that contains a set of name bindings in which each name is unique.
 class _NamingContextImplBase
          A naming context is an object that contains a set of name bindings in which each name is unique.
 class _NamingContextStub
          A naming context is an object that contains a set of name bindings in which each name is unique.
 

Methods in org.omg.CosNaming that return Object
 Object _NamingContextExtStub.resolve_str(String n)
          The resolve_str operation is the process of retrieving an object bound to a stringified name in a given context.
 Object NamingContextExtOperations.resolve_str(String n)
          The resolve_str operation is the process of retrieving an object bound to a stringified name in a given context.
 Object _NamingContextStub.resolve(NameComponent[] n)
          The resolve operation is the process of retrieving an object bound to a name in a given context.
 Object _NamingContextExtStub.resolve(NameComponent[] n)
          The resolve operation is the process of retrieving an object bound to a name in a given context.
 Object NamingContextOperations.resolve(NameComponent[] n)
          The resolve operation is the process of retrieving an object bound to a name in a given context.
 

Methods in org.omg.CosNaming with parameters of type Object
 void _NamingContextStub.bind(NameComponent[] n, Object obj)
          Creates a binding of a name and an object in the naming context.
 void _NamingContextExtStub.bind(NameComponent[] n, Object obj)
          Creates a binding of a name and an object in the naming context.
 void NamingContextOperations.bind(NameComponent[] n, Object obj)
          Creates a binding of a name and an object in the naming context.
static NamingContext NamingContextHelper.narrow(Object obj)
           
static NamingContextExt NamingContextExtHelper.narrow(Object obj)
           
static BindingIterator BindingIteratorHelper.narrow(Object obj)
           
 void _NamingContextStub.rebind(NameComponent[] n, Object obj)
          Creates a binding of a name and an object in the naming context even if the name is already bound in the context.
 void _NamingContextExtStub.rebind(NameComponent[] n, Object obj)
          Creates a binding of a name and an object in the naming context even if the name is already bound in the context.
 void NamingContextOperations.rebind(NameComponent[] n, Object obj)
          Creates a binding of a name and an object in the naming context even if the name is already bound in the context.
static NamingContext NamingContextHelper.unchecked_narrow(Object obj)
           
static NamingContextExt NamingContextExtHelper.unchecked_narrow(Object obj)
           
static BindingIterator BindingIteratorHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosTransactions
 

Subinterfaces of Object in org.omg.CosTransactions
 interface Control
          org/omg/CosTransactions/Control.java .
 interface Coordinator
          org/omg/CosTransactions/Coordinator.java .
 interface InvocationPolicy
          org/omg/CosTransactions/InvocationPolicy.java .
 interface NonTxTargetPolicy
          org/omg/CosTransactions/NonTxTargetPolicy.java .
 interface OTSPolicy
          org/omg/CosTransactions/OTSPolicy.java .
 interface RecoveryCoordinator
          org/omg/CosTransactions/RecoveryCoordinator.java .
 interface Resource
          org/omg/CosTransactions/Resource.java .
 interface SubtransactionAwareResource
          org/omg/CosTransactions/SubtransactionAwareResource.java .
 interface Synchronization
          org/omg/CosTransactions/Synchronization.java .
 interface Terminator
          org/omg/CosTransactions/Terminator.java .
 interface TransactionalObject
          org/omg/CosTransactions/TransactionalObject.java .
 interface TransactionFactory
          org/omg/CosTransactions/TransactionFactory.java .
 interface TransactionPolicy
          org/omg/CosTransactions/TransactionPolicy.java .
 

Classes in org.omg.CosTransactions that implement Object
 class _ControlImplBase
          org/omg/CosTransactions/_ControlImplBase.java .
 class _ControlStub
          org/omg/CosTransactions/_ControlStub.java .
 class _CoordinatorImplBase
          org/omg/CosTransactions/_CoordinatorImplBase.java .
 class _CoordinatorStub
          org/omg/CosTransactions/_CoordinatorStub.java .
 class _CurrentImplBase
          org/omg/CosTransactions/_CurrentImplBase.java .
 class _CurrentStub
          org/omg/CosTransactions/_CurrentStub.java .
 class _InvocationPolicyImplBase
          org/omg/CosTransactions/_InvocationPolicyImplBase.java .
 class _InvocationPolicyStub
          org/omg/CosTransactions/_InvocationPolicyStub.java .
 class _NonTxTargetPolicyImplBase
          org/omg/CosTransactions/_NonTxTargetPolicyImplBase.java .
 class _NonTxTargetPolicyStub
          org/omg/CosTransactions/_NonTxTargetPolicyStub.java .
 class _OTSPolicyImplBase
          org/omg/CosTransactions/_OTSPolicyImplBase.java .
 class _OTSPolicyStub
          org/omg/CosTransactions/_OTSPolicyStub.java .
 class _RecoveryCoordinatorImplBase
          org/omg/CosTransactions/_RecoveryCoordinatorImplBase.java .
 class _RecoveryCoordinatorStub
          org/omg/CosTransactions/_RecoveryCoordinatorStub.java .
 class _ResourceImplBase
          org/omg/CosTransactions/_ResourceImplBase.java .
 class _ResourceStub
          org/omg/CosTransactions/_ResourceStub.java .
 class _SubtransactionAwareResourceImplBase
          org/omg/CosTransactions/_SubtransactionAwareResourceImplBase.java .
 class _SubtransactionAwareResourceStub
          org/omg/CosTransactions/_SubtransactionAwareResourceStub.java .
 class _SynchronizationImplBase
          org/omg/CosTransactions/_SynchronizationImplBase.java .
 class _SynchronizationStub
          org/omg/CosTransactions/_SynchronizationStub.java .
 class _TerminatorImplBase
          org/omg/CosTransactions/_TerminatorImplBase.java .
 class _TerminatorStub
          org/omg/CosTransactions/_TerminatorStub.java .
 class _TransactionalObjectImplBase
          org/omg/CosTransactions/_TransactionalObjectImplBase.java .
 class _TransactionalObjectStub
          org/omg/CosTransactions/_TransactionalObjectStub.java .
 class _TransactionFactoryImplBase
          org/omg/CosTransactions/_TransactionFactoryImplBase.java .
 class _TransactionFactoryStub
          org/omg/CosTransactions/_TransactionFactoryStub.java .
 class _TransactionPolicyImplBase
          org/omg/CosTransactions/_TransactionPolicyImplBase.java .
 class _TransactionPolicyStub
          org/omg/CosTransactions/_TransactionPolicyStub.java .
 

Methods in org.omg.CosTransactions with parameters of type Object
static Terminator TerminatorHelper.narrow(Object obj)
           
static InvocationPolicy InvocationPolicyHelper.narrow(Object obj)
           
static RecoveryCoordinator RecoveryCoordinatorHelper.narrow(Object obj)
           
static TransactionalObject TransactionalObjectHelper.narrow(Object obj)
           
static NonTxTargetPolicy NonTxTargetPolicyHelper.narrow(Object obj)
           
static TransactionFactory TransactionFactoryHelper.narrow(Object obj)
           
static Synchronization SynchronizationHelper.narrow(Object obj)
           
static Resource ResourceHelper.narrow(Object obj)
           
static Current CurrentHelper.narrow(Object obj)
           
static OTSPolicy OTSPolicyHelper.narrow(Object obj)
           
static Coordinator CoordinatorHelper.narrow(Object obj)
           
static SubtransactionAwareResource SubtransactionAwareResourceHelper.narrow(Object obj)
           
static TransactionPolicy TransactionPolicyHelper.narrow(Object obj)
           
static Control ControlHelper.narrow(Object obj)
           
static Terminator TerminatorHelper.unchecked_narrow(Object obj)
           
static InvocationPolicy InvocationPolicyHelper.unchecked_narrow(Object obj)
           
static RecoveryCoordinator RecoveryCoordinatorHelper.unchecked_narrow(Object obj)
           
static TransactionalObject TransactionalObjectHelper.unchecked_narrow(Object obj)
           
static NonTxTargetPolicy NonTxTargetPolicyHelper.unchecked_narrow(Object obj)
           
static TransactionFactory TransactionFactoryHelper.unchecked_narrow(Object obj)
           
static Synchronization SynchronizationHelper.unchecked_narrow(Object obj)
           
static Resource ResourceHelper.unchecked_narrow(Object obj)
           
static Current CurrentHelper.unchecked_narrow(Object obj)
           
static OTSPolicy OTSPolicyHelper.unchecked_narrow(Object obj)
           
static Coordinator CoordinatorHelper.unchecked_narrow(Object obj)
           
static SubtransactionAwareResource SubtransactionAwareResourceHelper.unchecked_narrow(Object obj)
           
static TransactionPolicy TransactionPolicyHelper.unchecked_narrow(Object obj)
           
static Control ControlHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.DynamicAny
 

Subinterfaces of Object in org.omg.DynamicAny
 interface DynAny
           
 interface DynAnyFactory
           
 interface DynArray
           
 interface DynEnum
           
 interface DynFixed
           
 interface DynSequence
           
 interface DynStruct
           
 interface DynUnion
           
 interface DynValue
           
 interface DynValueBox
           
 interface DynValueCommon
           
 

Methods in org.omg.DynamicAny that return Object
 Object DynAnyOperations.get_reference()
           
 

Methods in org.omg.DynamicAny with parameters of type Object
 void DynAnyOperations.insert_reference(Object value)
           
static DynValueBox DynValueBoxHelper.narrow(Object val)
           
static DynValueCommon DynValueCommonHelper.narrow(Object val)
           
static DynValue DynValueHelper.narrow(Object val)
           
static DynUnion DynUnionHelper.narrow(Object val)
           
static DynStruct DynStructHelper.narrow(Object val)
           
static DynSequence DynSequenceHelper.narrow(Object val)
           
static DynFixed DynFixedHelper.narrow(Object val)
           
static DynEnum DynEnumHelper.narrow(Object val)
           
static DynArray DynArrayHelper.narrow(Object val)
           
static DynAny DynAnyHelper.narrow(Object val)
           
static DynAnyFactory DynAnyFactoryHelper.narrow(Object val)
           
static DynValue DynValueHelper.unchecked_narrow(Object val)
           
static DynUnion DynUnionHelper.unchecked_narrow(Object val)
           
static DynStruct DynStructHelper.unchecked_narrow(Object val)
           
static DynSequence DynSequenceHelper.unchecked_narrow(Object val)
           
static DynFixed DynFixedHelper.unchecked_narrow(Object val)
           
static DynEnum DynEnumHelper.unchecked_narrow(Object val)
           
static DynArray DynArrayHelper.unchecked_narrow(Object val)
           
static DynAny DynAnyHelper.unchecked_narrow(Object val)
           
static DynAnyFactory DynAnyFactoryHelper.unchecked_narrow(Object val)
           
 

Uses of Object in org.omg.IOP
 

Subinterfaces of Object in org.omg.IOP
 interface Codec
           
 interface CodecFactory
           
 

Methods in org.omg.IOP with parameters of type Object
static Codec CodecHelper.narrow(Object val)
           
static CodecFactory CodecFactoryHelper.narrow(Object val)
           
static CodecFactory CodecFactoryHelper.unchecked_narrow(Object val)
           
 

Uses of Object in org.omg.MessageRouting
 

Subinterfaces of Object in org.omg.MessageRouting
 interface PersistentRequest
           
 interface PersistentRequestRouter
           
 interface Router
           
 interface RouterAdmin
           
 interface UntypedReplyHandler
           
 

Classes in org.omg.MessageRouting that implement Object
 class _PersistentRequestRouterStub
           
 class _PersistentRequestStub
           
 class _RouterAdminStub
           
 class _RouterStub
           
 class _UntypedReplyHandlerStub
           
 

Fields in org.omg.MessageRouting declared as Object
 Object RequestInfo.target
           
 

Methods in org.omg.MessageRouting with parameters of type Object
 PersistentRequest _PersistentRequestRouterStub.create_persistent_request(short _ob_a0, Router[] _ob_a1, Object _ob_a2, Policy[] _ob_a3, RequestMessage _ob_a4)
           
 PersistentRequest PersistentRequestRouterOperations.create_persistent_request(short profile_index, Router[] to_visit, Object target, Policy[] current_qos, RequestMessage payload)
           
static PersistentRequestRouter PersistentRequestRouterHelper.narrow(Object val)
           
static Router RouterHelper.narrow(Object val)
           
static UntypedReplyHandler UntypedReplyHandlerHelper.narrow(Object val)
           
static PersistentRequest PersistentRequestHelper.narrow(Object val)
           
static RouterAdmin RouterAdminHelper.narrow(Object val)
           
 void RouterAdminOperations.register_destination(Object dest, boolean is_router, RetryPolicy retry, DecayPolicy decay)
           
 void _RouterAdminStub.register_destination(Object _ob_a0, boolean _ob_a1, RetryPolicy _ob_a2, DecayPolicy _ob_a3)
           
 void RouterAdminOperations.resume_destination(Object dest)
           
 void _RouterAdminStub.resume_destination(Object _ob_a0)
           
 void RouterAdminOperations.suspend_destination(Object dest, ResumePolicy resumption)
           
 void _RouterAdminStub.suspend_destination(Object _ob_a0, ResumePolicy _ob_a1)
           
static PersistentRequestRouter PersistentRequestRouterHelper.unchecked_narrow(Object val)
           
static Router RouterHelper.unchecked_narrow(Object val)
           
static UntypedReplyHandler UntypedReplyHandlerHelper.unchecked_narrow(Object val)
           
static PersistentRequest PersistentRequestHelper.unchecked_narrow(Object val)
           
static RouterAdmin RouterAdminHelper.unchecked_narrow(Object val)
           
 void RouterAdminOperations.unregister_destination(Object dest)
           
 void _RouterAdminStub.unregister_destination(Object _ob_a0)
           
 

Constructors in org.omg.MessageRouting with parameters of type Object
RequestInfo(Router[] visited, Router[] to_visit, Object target, short profile_index, ReplyDestination reply_destination, PolicyValue[] selected_qos, RequestMessage payload)
           
 

Uses of Object in org.omg.Messaging
 

Subinterfaces of Object in org.omg.Messaging
 interface MaxHopsPolicy
           
 interface QueueOrderPolicy
           
 interface RebindPolicy
           
 interface RelativeRequestTimeoutPolicy
           
 interface RelativeRoundtripTimeoutPolicy
           
 interface ReplyEndTimePolicy
           
 interface ReplyHandler
           
 interface ReplyPriorityPolicy
           
 interface ReplyStartTimePolicy
           
 interface RequestEndTimePolicy
           
 interface RequestPriorityPolicy
           
 interface RequestStartTimePolicy
           
 interface RoutingPolicy
           
 interface SyncScopePolicy
           
 

Classes in org.omg.Messaging that implement Object
 class _ReplyHandlerStub
           
 

Methods in org.omg.Messaging that return Object
 Object Poller.operation_target()
           
 

Methods in org.omg.Messaging with parameters of type Object
static RelativeRequestTimeoutPolicy RelativeRequestTimeoutPolicyHelper.narrow(Object val)
           
static ReplyEndTimePolicy ReplyEndTimePolicyHelper.narrow(Object val)
           
static RelativeRoundtripTimeoutPolicy RelativeRoundtripTimeoutPolicyHelper.narrow(Object val)
           
static RoutingPolicy RoutingPolicyHelper.narrow(Object val)
           
static RequestEndTimePolicy RequestEndTimePolicyHelper.narrow(Object val)
           
static ReplyPriorityPolicy ReplyPriorityPolicyHelper.narrow(Object val)
           
static ReplyHandler ReplyHandlerHelper.narrow(Object val)
           
static RebindPolicy RebindPolicyHelper.narrow(Object val)
           
static SyncScopePolicy SyncScopePolicyHelper.narrow(Object val)
           
static QueueOrderPolicy QueueOrderPolicyHelper.narrow(Object val)
           
static RequestStartTimePolicy RequestStartTimePolicyHelper.narrow(Object val)
           
static RequestPriorityPolicy RequestPriorityPolicyHelper.narrow(Object val)
           
static ReplyStartTimePolicy ReplyStartTimePolicyHelper.narrow(Object val)
           
static MaxHopsPolicy MaxHopsPolicyHelper.narrow(Object val)
           
static ReplyHandler ReplyHandlerHelper.unchecked_narrow(Object val)
           
 

Uses of Object in org.omg.PortableInterceptor
 

Subinterfaces of Object in org.omg.PortableInterceptor
 interface ClientRequestInfo
           
 interface ClientRequestInterceptor
           
 interface Interceptor
           
 interface IORInfo
           
 interface IORInterceptor
           
 interface IORInterceptor_3_0
           
 interface ORBInitializer
           
 interface ORBInitInfo
           
 interface PolicyFactory
           
 interface RequestInfo
           
 interface ServerRequestInfo
           
 interface ServerRequestInterceptor
           
 

Fields in org.omg.PortableInterceptor declared as Object
 Object ForwardRequest.forward
           
 

Methods in org.omg.PortableInterceptor that return Object
 Object ClientRequestInfoOperations.effective_target()
           
 Object RequestInfoOperations.forward_reference()
           
 Object ObjectReferenceFactory.make_object(String repositoryId, byte[] id)
           
 Object ORBInitInfoOperations.resolve_initial_references(String id)
           
 Object ClientRequestInfoOperations.target()
           
 

Methods in org.omg.PortableInterceptor with parameters of type Object
static ServerRequestInfo ServerRequestInfoHelper.narrow(Object val)
           
static IORInterceptor IORInterceptorHelper.narrow(Object val)
           
static ClientRequestInterceptor ClientRequestInterceptorHelper.narrow(Object val)
           
static IORInfo IORInfoHelper.narrow(Object val)
           
static PolicyFactory PolicyFactoryHelper.narrow(Object val)
           
static ORBInitInfo ORBInitInfoHelper.narrow(Object val)
           
static ServerRequestInterceptor ServerRequestInterceptorHelper.narrow(Object val)
           
static ClientRequestInfo ClientRequestInfoHelper.narrow(Object val)
           
static ORBInitializer ORBInitializerHelper.narrow(Object val)
           
static RequestInfo RequestInfoHelper.narrow(Object val)
           
static Interceptor InterceptorHelper.narrow(Object val)
           
static IORInterceptor_3_0 IORInterceptor_3_0Helper.narrow(Object val)
           
static Current CurrentHelper.narrow(Object val)
           
 void ORBInitInfoOperations.register_initial_reference(String id, Object obj)
           
static IORInterceptor_3_0 IORInterceptor_3_0Helper.unchecked_narrow(Object val)
           
static Current CurrentHelper.unchecked_narrow(Object val)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type Object
ForwardRequest(Object forward)
           
ForwardRequest(String _reason, Object forward)
           
 

Uses of Object in org.omg.PortableServer
 

Subinterfaces of Object in org.omg.PortableServer
 interface AdapterActivator
           
 interface IdAssignmentPolicy
           
 interface IdUniquenessPolicy
           
 interface ImplicitActivationPolicy
           
 interface LifespanPolicy
           
 interface POA
           
 interface POAManager
           
 interface POAManagerFactory
          A Factory for PortableServer::POAManager.
 interface RequestProcessingPolicy
           
 interface ServantActivator
           
 interface ServantLocator
           
 interface ServantManager
           
 interface ServantRetentionPolicy
           
 interface ThreadPolicy
           
 

Classes in org.omg.PortableServer that implement Object
 class AdapterActivatorPOA
           
 class ServantActivatorPOA
           
 class ServantLocatorPOA
           
 class ServantManagerPOA
           
 

Fields in org.omg.PortableServer declared as Object
 Object ForwardRequest.forward_reference
           
 

Methods in org.omg.PortableServer that return Object
 Object ServantManagerPOA._duplicate()
           
 Object AdapterActivatorPOA._duplicate()
           
 Object ServantLocatorPOA._duplicate()
           
 Object ServantActivatorPOA._duplicate()
           
 Object ServantManagerPOA._get_interface_def()
           
 Object AdapterActivatorPOA._get_interface_def()
           
 Object ServantLocatorPOA._get_interface_def()
           
 Object ServantActivatorPOA._get_interface_def()
           
 Object Servant._get_interface_def()
           
 Object ServantManagerPOA._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 Object AdapterActivatorPOA._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 Object ServantLocatorPOA._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 Object ServantActivatorPOA._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 Object Servant._this_object()
           
 Object Servant._this_object(ORB orb)
           
 Object POAOperations.create_reference_with_id(byte[] oid, String intf)
           
 Object POAOperations.create_reference(String intf)
           
 Object CurrentOperations.get_reference()
           
 Object POAOperations.id_to_reference(byte[] oid)
           
 Object POAOperations.servant_to_reference(Servant p_servant)
           
 

Methods in org.omg.PortableServer with parameters of type Object
 boolean ServantManagerPOA._is_equivalent(Object rhs)
           
 boolean AdapterActivatorPOA._is_equivalent(Object rhs)
           
 boolean ServantLocatorPOA._is_equivalent(Object rhs)
           
 boolean ServantActivatorPOA._is_equivalent(Object rhs)
           
static LifespanPolicy LifespanPolicyHelper.narrow(Object val)
           
static ImplicitActivationPolicy ImplicitActivationPolicyHelper.narrow(Object val)
           
static IdAssignmentPolicy IdAssignmentPolicyHelper.narrow(Object val)
           
static IdUniquenessPolicy IdUniquenessPolicyHelper.narrow(Object val)
           
static RequestProcessingPolicy RequestProcessingPolicyHelper.narrow(Object val)
           
static ThreadPolicy ThreadPolicyHelper.narrow(Object val)
           
static POAManagerFactory POAManagerFactoryHelper.narrow(Object val)
           
static ServantRetentionPolicy ServantRetentionPolicyHelper.narrow(Object val)
           
static AdapterActivator AdapterActivatorHelper.narrow(Object val)
           
static ServantManager ServantManagerHelper.narrow(Object val)
           
static POAManager POAManagerHelper.narrow(Object val)
           
static ServantLocator ServantLocatorHelper.narrow(Object val)
           
static ServantActivator ServantActivatorHelper.narrow(Object val)
           
static POA POAHelper.narrow(Object val)
           
static Current CurrentHelper.narrow(Object val)
           
 byte[] POAOperations.reference_to_id(Object reference)
           
 Servant POAOperations.reference_to_servant(Object reference)
           
static ServantLocator ServantLocatorHelper.unchecked_narrow(Object val)
           
static ServantActivator ServantActivatorHelper.unchecked_narrow(Object val)
           
 

Constructors in org.omg.PortableServer with parameters of type Object
ForwardRequest(Object forward_reference)
           
ForwardRequest(String _reason, Object forward_reference)
           
 

Uses of Object in org.omg.PortableServer.portable
 

Methods in org.omg.PortableServer.portable that return Object
 Object Delegate.get_interface_def(Servant self)
           
 Object Delegate.this_object(Servant self)
           
 

Uses of Object in org.omg.SecurityLevel1
 

Methods in org.omg.SecurityLevel1 with parameters of type Object
static Current CurrentHelper.narrow(Object obj)
           
static Current CurrentHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.SecurityLevel2
 

Subinterfaces of Object in org.omg.SecurityLevel2
 interface AccessDecision
          org/omg/SecurityLevel2/AccessDecision.java .
 interface AuditChannel
          org/omg/SecurityLevel2/AuditChannel.java .
 interface AuditDecision
          org/omg/SecurityLevel2/AuditDecision.java .
 interface Credentials
          org/omg/SecurityLevel2/Credentials.java .
 interface DelegationDirectivePolicy
          org/omg/SecurityLevel2/DelegationDirectivePolicy.java .
 interface EstablishTrustPolicy
          org/omg/SecurityLevel2/EstablishTrustPolicy.java .
 interface InvocationCredentialsPolicy
          org/omg/SecurityLevel2/InvocationCredentialsPolicy.java .
 interface MechanismPolicy
          org/omg/SecurityLevel2/MechanismPolicy.java .
 interface PrincipalAuthenticator
          org/omg/SecurityLevel2/PrincipalAuthenticator.java .
 interface QOPPolicy
          org/omg/SecurityLevel2/QOPPolicy.java .
 interface ReceivedCredentials
          org/omg/SecurityLevel2/ReceivedCredentials.java .
 interface RequiredRights
          org/omg/SecurityLevel2/RequiredRights.java .
 interface SecurityManager
          org/omg/SecurityLevel2/SecurityManager.java .
 interface TargetCredentials
          org/omg/SecurityLevel2/TargetCredentials.java .
 

Classes in org.omg.SecurityLevel2 that implement Object
 class _AccessDecisionImplBase
          org/omg/SecurityLevel2/_AccessDecisionImplBase.java .
 class _AccessDecisionStub
          org/omg/SecurityLevel2/_AccessDecisionStub.java .
 class _AuditChannelImplBase
          org/omg/SecurityLevel2/_AuditChannelImplBase.java .
 class _AuditChannelStub
          org/omg/SecurityLevel2/_AuditChannelStub.java .
 class _AuditDecisionImplBase
          org/omg/SecurityLevel2/_AuditDecisionImplBase.java .
 class _AuditDecisionStub
          org/omg/SecurityLevel2/_AuditDecisionStub.java .
 class _CredentialsImplBase
          org/omg/SecurityLevel2/_CredentialsImplBase.java .
 class _CredentialsStub
          org/omg/SecurityLevel2/_CredentialsStub.java .
 class _DelegationDirectivePolicyImplBase
          org/omg/SecurityLevel2/_DelegationDirectivePolicyImplBase.java .
 class _DelegationDirectivePolicyStub
          org/omg/SecurityLevel2/_DelegationDirectivePolicyStub.java .
 class _EstablishTrustPolicyImplBase
          org/omg/SecurityLevel2/_EstablishTrustPolicyImplBase.java .
 class _EstablishTrustPolicyStub
          org/omg/SecurityLevel2/_EstablishTrustPolicyStub.java .
 class _InvocationCredentialsPolicyImplBase
          org/omg/SecurityLevel2/_InvocationCredentialsPolicyImplBase.java .
 class _InvocationCredentialsPolicyStub
          org/omg/SecurityLevel2/_InvocationCredentialsPolicyStub.java .
 class _MechanismPolicyImplBase
          org/omg/SecurityLevel2/_MechanismPolicyImplBase.java .
 class _MechanismPolicyStub
          org/omg/SecurityLevel2/_MechanismPolicyStub.java .
 class _PrincipalAuthenticatorImplBase
          org/omg/SecurityLevel2/_PrincipalAuthenticatorImplBase.java .
 class _PrincipalAuthenticatorStub
          org/omg/SecurityLevel2/_PrincipalAuthenticatorStub.java .
 class _QOPPolicyImplBase
          org/omg/SecurityLevel2/_QOPPolicyImplBase.java .
 class _QOPPolicyStub
          org/omg/SecurityLevel2/_QOPPolicyStub.java .
 class _ReceivedCredentialsImplBase
          org/omg/SecurityLevel2/_ReceivedCredentialsImplBase.java .
 class _ReceivedCredentialsStub
          org/omg/SecurityLevel2/_ReceivedCredentialsStub.java .
 class _RequiredRightsImplBase
          org/omg/SecurityLevel2/_RequiredRightsImplBase.java .
 class _RequiredRightsStub
          org/omg/SecurityLevel2/_RequiredRightsStub.java .
 class _SecurityManagerImplBase
          org/omg/SecurityLevel2/_SecurityManagerImplBase.java .
 class _SecurityManagerStub
          org/omg/SecurityLevel2/_SecurityManagerStub.java .
 class _TargetCredentialsImplBase
          org/omg/SecurityLevel2/_TargetCredentialsImplBase.java .
 class _TargetCredentialsStub
          org/omg/SecurityLevel2/_TargetCredentialsStub.java .
 

Methods in org.omg.SecurityLevel2 with parameters of type Object
 boolean _AccessDecisionStub.access_allowed(Credentials[] cred_list, Object target, String operation_name, String target_interface_name)
           
 boolean AccessDecisionOperations.access_allowed(Credentials[] cred_list, Object target, String operation_name, String target_interface_name)
           
 void RequiredRightsOperations.get_required_rights(Object obj, String operation_name, String interface_name, RightsListHolder rights, RightsCombinatorHolder rights_combinator)
           
 void _RequiredRightsStub.get_required_rights(Object obj, String operation_name, String interface_name, RightsListHolder rights, RightsCombinatorHolder rights_combinator)
           
 TargetCredentials _SecurityManagerStub.get_target_credentials(Object obj_ref)
           
 TargetCredentials SecurityManagerOperations.get_target_credentials(Object obj_ref)
           
static MechanismPolicy MechanismPolicyHelper.narrow(Object obj)
           
static RequiredRights RequiredRightsHelper.narrow(Object obj)
           
static QOPPolicy QOPPolicyHelper.narrow(Object obj)
           
static Credentials CredentialsHelper.narrow(Object obj)
           
static TargetCredentials TargetCredentialsHelper.narrow(Object obj)
           
static PrincipalAuthenticator PrincipalAuthenticatorHelper.narrow(Object obj)
           
static AccessDecision AccessDecisionHelper.narrow(Object obj)
           
static ReceivedCredentials ReceivedCredentialsHelper.narrow(Object obj)
           
static InvocationCredentialsPolicy InvocationCredentialsPolicyHelper.narrow(Object obj)
           
static Current CurrentHelper.narrow(Object obj)
           
static AuditDecision AuditDecisionHelper.narrow(Object obj)
           
static EstablishTrustPolicy EstablishTrustPolicyHelper.narrow(Object obj)
           
static AuditChannel AuditChannelHelper.narrow(Object obj)
           
static SecurityManager SecurityManagerHelper.narrow(Object obj)
           
static DelegationDirectivePolicy DelegationDirectivePolicyHelper.narrow(Object obj)
           
static MechanismPolicy MechanismPolicyHelper.unchecked_narrow(Object obj)
           
static RequiredRights RequiredRightsHelper.unchecked_narrow(Object obj)
           
static QOPPolicy QOPPolicyHelper.unchecked_narrow(Object obj)
           
static Credentials CredentialsHelper.unchecked_narrow(Object obj)
           
static TargetCredentials TargetCredentialsHelper.unchecked_narrow(Object obj)
           
static PrincipalAuthenticator PrincipalAuthenticatorHelper.unchecked_narrow(Object obj)
           
static AccessDecision AccessDecisionHelper.unchecked_narrow(Object obj)
           
static ReceivedCredentials ReceivedCredentialsHelper.unchecked_narrow(Object obj)
           
static InvocationCredentialsPolicy InvocationCredentialsPolicyHelper.unchecked_narrow(Object obj)
           
static Current CurrentHelper.unchecked_narrow(Object obj)
           
static AuditDecision AuditDecisionHelper.unchecked_narrow(Object obj)
           
static EstablishTrustPolicy EstablishTrustPolicyHelper.unchecked_narrow(Object obj)
           
static AuditChannel AuditChannelHelper.unchecked_narrow(Object obj)
           
static SecurityManager SecurityManagerHelper.unchecked_narrow(Object obj)
           
static DelegationDirectivePolicy DelegationDirectivePolicyHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.SendingContext
 

Subinterfaces of Object in org.omg.SendingContext
 interface CodeBase
           
 interface RunTime
           
 

Classes in org.omg.SendingContext that implement Object
 class _CodeBaseStub
          Generated by the JacORB IDL compiler.
 class _RunTimeStub
           
 

Methods in org.omg.SendingContext with parameters of type Object
static CodeBase CodeBaseHelper.narrow(Object obj)
           
static RunTime RunTimeHelper.narrow(Object obj)
           
 



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