Uses of Interface
org.omg.CORBA.Object

Packages that use Object
javax.rmi.CORBA   
org.jacorb.events   
org.jacorb.imr   
org.jacorb.ir   
org.jacorb.ir.gui.remoteobject   
org.jacorb.naming   
org.jacorb.orb   
org.jacorb.orb.dii   
org.jacorb.orb.dsi   
org.jacorb.orb.dynany   
org.jacorb.orb.giop   
org.jacorb.orb.http   
org.jacorb.orb.iiop   
org.jacorb.orb.policies   
org.jacorb.orb.portableInterceptor   
org.jacorb.orb.standardInterceptors   
org.jacorb.poa   
org.jacorb.poa.policy   
org.jacorb.poa.util   
org.jacorb.security.level2   
org.jacorb.security.sas   
org.jacorb.util.tracing   
org.omg.ATLAS   
org.omg.BiDirPolicy   
org.omg.CORBA   
org.omg.CORBA_2_3   
org.omg.CORBA_2_3.portable   
org.omg.CORBA_2_5   
org.omg.CORBA.portable   
org.omg.CosCollection   
org.omg.CosConcurrencyControl   
org.omg.CosEventChannelAdmin   
org.omg.CosEventComm   
org.omg.CosNaming   
org.omg.CosNotification   
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyComm   
org.omg.CosNotifyFilter   
org.omg.CosTrading   
org.omg.CosTrading.RegisterPackage   
org.omg.CosTradingDynamic   
org.omg.CosTradingRepos   
org.omg.CosTransactions   
org.omg.CosTypedEventChannelAdmin   
org.omg.CosTypedEventComm   
org.omg.CosTypedNotifyChannelAdmin   
org.omg.CosTypedNotifyComm   
org.omg.DynamicAny   
org.omg.ETF   
org.omg.IOP   
org.omg.Messaging   
org.omg.PortableInterceptor   
org.omg.PortableServer   
org.omg.PortableServer.portable   
org.omg.RTCORBA   
org.omg.SecurityAdmin   
org.omg.SecurityLevel1   
org.omg.SecurityLevel2   
org.omg.SecurityReplaceable   
 

Uses of Object in javax.rmi.CORBA
 

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

Uses of Object in org.jacorb.events
 

Subinterfaces of Object in org.jacorb.events
 interface JacORBEventChannel
          Generated from IDL interface "JacORBEventChannel"
 

Classes in org.jacorb.events that implement Object
 class _JacORBEventChannelStub
          Generated from IDL interface "JacORBEventChannel"
 

Methods in org.jacorb.events with parameters of type Object
static JacORBEventChannel JacORBEventChannelHelper.narrow(Object obj)
           
static JacORBEventChannel JacORBEventChannelHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.jacorb.imr
 

Subinterfaces of Object in org.jacorb.imr
 interface Admin
          Generated from IDL interface "Admin"
 interface ImplementationRepository
          Generated from IDL interface "ImplementationRepository"
 interface Registration
          Generated from IDL interface "Registration"
 interface ServerStartupDaemon
          Generated from IDL interface "ServerStartupDaemon"
 

Classes in org.jacorb.imr that implement Object
 class _AdminStub
          Generated from IDL interface "Admin"
 class _ImplementationRepositoryStub
          Generated from IDL interface "ImplementationRepository"
 class _RegistrationStub
          Generated from IDL interface "Registration"
 class _ServerStartupDaemonStub
          Generated from IDL interface "ServerStartupDaemon"
 

Methods in org.jacorb.imr with parameters of type Object
static ServerStartupDaemon ServerStartupDaemonHelper.narrow(Object obj)
           
static ServerStartupDaemon ServerStartupDaemonHelper.unchecked_narrow(Object obj)
           
static Registration RegistrationHelper.narrow(Object obj)
           
static Registration RegistrationHelper.unchecked_narrow(Object obj)
           
static ImplementationRepository ImplementationRepositoryHelper.narrow(Object obj)
           
static ImplementationRepository ImplementationRepositoryHelper.unchecked_narrow(Object obj)
           
static Admin AdminHelper.narrow(Object obj)
           
static Admin AdminHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.jacorb.ir
 

Fields in org.jacorb.ir declared as Object
protected  Object IRObject.myRef
           
 

Methods in org.jacorb.ir that return Object
 Object IRObject.getReference()
           
 

Methods in org.jacorb.ir with parameters of type Object
 void IRObject.setReference(Object ref)
           
 

Uses of Object in org.jacorb.ir.gui.remoteobject
 

Methods in org.jacorb.ir.gui.remoteobject with parameters of type Object
static ObjectRepresentant ObjectRepresentantFactory.create(Object counterPart)
          This method was created by a SmartGuide.
 

Constructors in org.jacorb.ir.gui.remoteobject with parameters of type Object
RemoteObject(Object counterPart, TypeSystemNode type, java.lang.String name)
          This method was created by a SmartGuide.
 

Uses of Object in org.jacorb.naming
 

Methods in org.jacorb.naming that return Object
 Object NamingContextImpl.resolve(NameComponent[] nc)
          resolve a name
 Object NamingContextImpl.resolve_str(java.lang.String n)
           
 

Methods in org.jacorb.naming with parameters of type Object
 void NamingContextImpl.bind(NameComponent[] nc, Object obj)
          bind a name (an array of name components) to an object
 void NamingContextImpl.rebind(NameComponent[] nc, Object obj)
          Bind an object to a name that's already in use, i.e. rebind the name
 

Uses of Object in org.jacorb.orb
 

Classes in org.jacorb.orb that implement Object
 class BasicAdapter
          Class BasicAdapter, used by the POA.
 class Reference
           
 

Methods in org.jacorb.orb that return Object
 Object ServantDelegate.this_object(Servant self)
           
 Object ServantDelegate.get_interface_def(Servant self)
           
 Object ORBSingleton.string_to_object(java.lang.String str)
           
 Object ORBSingleton.resolve_initial_references(java.lang.String identifier)
           
 Object ORB._getObject(ParsedIOR pior)
          This version of _getObject is used for references that have arrived over the network and is called from CDRInputStream.
 Object ORB.getReference(POA poa, byte[] object_key, java.lang.String rep_id, boolean _transient)
          called by POA to create an IOR
 Object ORB.resolve_initial_references(java.lang.String identifier)
          resolve_initial_references
 Object ORB.string_to_object(java.lang.String str)
           
 Object ORB.get_value_def(java.lang.String repid)
          always return a ValueDef or throw BAD_PARAM if not repid of a value
 Object Delegate.duplicate(Object self)
           
 Object Delegate.get_interface_def(Object self)
           
 Object Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add)
           
 Object CDRInputStream.read_Object()
           
 Object CDRInputStream.read_Object(java.lang.Class clz)
           
 Object Any.extract_Object()
           
 

Methods in org.jacorb.orb with parameters of type Object
 Policy ServantDelegate._get_policy(Object self, int policy_type)
          _get_policy
 DomainManager[] ServantDelegate._get_domain_managers(Object self)
          _get_domain_managers
 NVList ORBSingleton.create_operation_list(Object obj)
           
 java.lang.String ORBSingleton.object_to_string(Object obj)
           
 void ORB.referenceCreated(Object o)
           
 void ORB.register_initial_reference(java.lang.String id, Object obj)
          Register a reference, that will be returned on subsequent calls to resove_initial_references(id).
 java.lang.String ORB.object_to_string(Object obj)
           
 NVList ORB.create_operation_list(Object obj)
           
 void Delegate.rebind(Object o)
           
 Request Delegate.create_request(Object self, Context ctx, java.lang.String operation, NVList args, NamedValue result)
           
 Request Delegate.create_request(Object self, Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
           
 Object Delegate.duplicate(Object self)
           
 boolean Delegate.equals(Object self, java.lang.Object obj)
           
 DomainManager[] Delegate.get_domain_managers(Object self)
           
 Policy Delegate.get_policy(Object self, int policy_type)
          The get_policy operation returns the policy object of the specified type, which applies to this object.
 Policy Delegate.get_policy(Object self, int policy_type, OutputStream os)
           
 InterfaceDef Delegate.get_interface(Object self)
          Deprecated. Deprecated by CORBA 2.3
 Object Delegate.get_interface_def(Object self)
           
 void Delegate.resolvePOA(Object self)
           
 int Delegate.hash(Object self, int x)
           
 int Delegate.hashCode(Object self)
           
 void Delegate.invoke(Object self, OutputStream os, ReplyHandler replyHandler)
          Invokes an asynchronous operation using this object reference by sending the request marshalled in the OutputStream.
 InputStream Delegate.invoke(Object self, OutputStream os)
          Invokes a synchronous operation using this object reference by sending the request marshalled in the OutputStream.
 boolean Delegate.is_a(Object self, java.lang.String logical_type_id)
          Determines whether the object denoted by self has type logical_type_id or a subtype of it
 boolean Delegate.is_equivalent(Object self, Object obj)
           
 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 is)
          releases the InputStream
 Request Delegate.request(Object self, java.lang.String operation)
           
 OutputStream Delegate.request(Object self, java.lang.String operation, boolean responseExpected)
           
 void Delegate.servant_postinvoke(Object self, ServantObject servant)
          Overrides servant_postinvoke() in org.omg.CORBA.portable.Delegate
called from generated stubs after a local operation
 ServantObject Delegate.servant_preinvoke(Object self, java.lang.String operation, java.lang.Class expectedType)
          Overrides servant_preinvoke() in org.omg.CORBA.portable.Delegate
called from generated stubs before a local operation
 java.lang.String Delegate.toString(Object self)
           
 Object Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add)
           
 java.lang.String Delegate.get_codebase(Object self)
           
 void ClientInterceptorHandler.handle_location_forward(ReplyInputStream reply, Object forward_reference)
           
 void CDROutputStream.write_Object(Object value)
           
 void Any.insert_Object(Object o)
           
 void Any.insert_Object(Object o, TypeCode type)
           
 

Constructors in org.jacorb.orb with parameters of type Object
ClientInterceptorHandler(ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
          Constructs an interceptor handler for the given parameters.
 

Uses of Object in org.jacorb.orb.dii
 

Fields in org.jacorb.orb.dii declared as Object
 Object Request.target
           
 

Methods in org.jacorb.orb.dii that return Object
 Object Request.target()
           
 

Constructors in org.jacorb.orb.dii with parameters of type Object
Request(Object t, ORB _orb, ClientConnection e, byte[] obj_key, java.lang.String op)
           
Request(Object t, ORB _orb, ClientConnection e, byte[] obj_key, java.lang.String op, NVList args, Context c, NamedValue result)
           
 

Uses of Object in org.jacorb.orb.dsi
 

Methods in org.jacorb.orb.dsi that return Object
 Object ServerRequest.getReference()
           
 Object ServerRequest.getForwardReference()
           
 

Methods in org.jacorb.orb.dsi with parameters of type Object
 void ServerRequest.setReference(Object o)
           
 

Uses of Object in org.jacorb.orb.dynany
 

Classes in org.jacorb.orb.dynany that implement Object
 class DynAny
          CORBA DynAny
 class DynAnyFactoryImpl
           
 class DynArray
          CORBA DynArray
 class DynEnum
          CORBA DynEnum
 class DynFixed
          CORBA DynFixed Written by Jason Courage
 class DynSequence
          CORBA DynSequence
 class DynStruct
          CORBA DynStruct
 class DynUnion
          CORBA DynUnion
 

Methods in org.jacorb.orb.dynany that return Object
 Object DynAny.get_reference()
           
 

Methods in org.jacorb.orb.dynany with parameters of type Object
 void DynAny.insert_reference(Object value)
           
 

Uses of Object in org.jacorb.orb.giop
 

Classes in org.jacorb.orb.giop that implement Object
 class BiDirConnectionClientInterceptor
           
 class BiDirConnectionInitializer
           
 class BiDirConnectionServerInterceptor
          BiDirConnectionServerInterceptor.java Created: Sun Sep 2 18:16:27 2002
 class BiDirPolicy
          BiDirPolicy.java Created: Mon Sep 3 18:39:06 2002
 class BiDirPolicyFactory
          BiDirPolicyFactory.java Created: Mon Sep 3 18:32:16 2002
 

Uses of Object in org.jacorb.orb.http
 

Methods in org.jacorb.orb.http with parameters of type Object
 InputStream ClientConnection.sendRequest(Object o, RequestOutputStream os)
          writes the arguments of method calls to the output stream
 void ServerConnection.sendLocateReply(int request_id, int status, Object arg, int giop_minor)
           
 

Uses of Object in org.jacorb.orb.iiop
 

Classes in org.jacorb.orb.iiop that implement Object
 class ClientIIOPConnection
          ClientIIOPConnection.java Created: Sun Aug 12 20:56:32 2002
 class IIOPConnection
          IIOPConnection.java Created: Sun Aug 12 20:18:47 2002
 class IIOPFactories
           
 class IIOPListener
           
 class IIOPProfile
           
 class ServerIIOPConnection
          ServerIIOPConnection.java Created: Sun Aug 12 20:56:32 2002
 

Uses of Object in org.jacorb.orb.policies
 

Classes in org.jacorb.orb.policies that implement Object
 class BiDirPolicyFactoryImpl
           
 class BiDirPolicyImpl
           
 class MaxHopsPolicy
           
 class PolicyManager
          Implementation of the ORB-level policy management interface as per CORBA 2.6, p. 4-43 to 4-45: This PolicyManager has operations through which a set of Policies can be applied and the current overriding Policy settings can be obtained.
 class QueueOrderPolicy
           
 class RebindPolicy
           
 class RelativeRequestTimeoutPolicy
           
 class RelativeRoundtripTimeoutPolicy
           
 class ReplyEndTimePolicy
           
 class ReplyPriorityPolicy
           
 class ReplyStartTimePolicy
           
 class RequestEndTimePolicy
           
 class RequestPriorityPolicy
           
 class RequestStartTimePolicy
           
 class RoutingPolicy
           
 class SyncScopePolicy
           
 

Uses of Object in org.jacorb.orb.portableInterceptor
 

Subinterfaces of Object in org.jacorb.orb.portableInterceptor
 interface IORInfoExt
          This class extends the standard defined interface of the IORInfo object given to each IORInterceptor during creation of new IORs.
 

Classes in org.jacorb.orb.portableInterceptor that implement Object
 class ClientRequestInfoImpl
          This class represents the type of info object, that will be passed to the ClientRequestInterceptors.
 class Codec_CDR_1_0_Impl
          This class represents a codec for encoding ENCODING_CDR_ENCAPS 1.0.
 class CodecFactoryImpl
          This class represents a CodecFactory.
 class CodecImpl
          This class represents a codec for encoding CDR encapsulations for the supported GIOP versions 1.0-1.2 See PI SPec p.10-77ff
 class DefaultClientInterceptor
           
 class DefaultServerInterceptor
          DefaultServerInterceptor.java A simple base class for user-defined server interceptors
 class IORInfoImpl
          This class represents the type of info object that will be passed to the IORInterceptors.
 class ORBInitInfoImpl
          This class represents the type of info object that will be passed to the ORBInitializers.
 class PICurrentImpl
          This is the current object for the portable interceptors.
 class RecursionAwareCI
           
 class RequestInfoImpl
          This is the abstract base class of the two Info classes, namely ClientRequestInfo and ServerRequestInfo.
 class ServerRequestInfoImpl
          This class represents the type of info object that will be passed to the ServerRequestInterceptors.
 

Fields in org.jacorb.orb.portableInterceptor declared as Object
 Object RequestInfoImpl.forward_reference
           
 Object ClientRequestInfoImpl.target
           
 Object ClientRequestInfoImpl.effective_target
           
 

Methods in org.jacorb.orb.portableInterceptor that return Object
 Object ServerRequestInfoImpl.target()
          returns a reference to the calls target.
 Object ServerRequestInfoImpl.forward_reference()
           
 Object RequestInfoImpl.forward_reference()
           
 Object ORBInitInfoImpl.resolve_initial_references(java.lang.String id)
           
 Object ClientRequestInfoImpl.forward_reference()
           
 Object ClientRequestInfoImpl.target()
           
 Object ClientRequestInfoImpl.effective_target()
           
 

Methods in org.jacorb.orb.portableInterceptor with parameters of type Object
 void ORBInitInfoImpl.register_initial_reference(java.lang.String id, Object obj)
           
 

Constructors in org.jacorb.orb.portableInterceptor with parameters of type Object
ClientRequestInfoImpl(ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
           
 

Uses of Object in org.jacorb.orb.standardInterceptors
 

Classes in org.jacorb.orb.standardInterceptors that implement Object
 class CodeSetInfoInterceptor
          This interceptor creates a codeset TaggedComponent.
 class IORInterceptorInitializer
          This class initializes the default IOR interceptors used by JacORB.
 class SASComponentInterceptor
          This interceptor creates an sas TaggedComponent
 class SSLComponentInterceptor
          This interceptor creates an ssl TaggedComponent
 

Uses of Object in org.jacorb.poa
 

Classes in org.jacorb.poa that implement Object
 class Current
          This class provides access to the identity of the object on which a method was invoked and the responsible POA for this object.
 class POA
          The main POA class, an implementation of org.omg.PortableServer.POA
 class POAManager
          The poa manager class, an implementation of org.omg.PortableServer.POAManager
 

Methods in org.jacorb.poa that return Object
 Object POA.create_reference(java.lang.String intf_rep_id)
          The specified repository id, which may be a null string, will become the type_id of the generated object reference
 Object POA.create_reference_with_id(byte[] oid, java.lang.String intf_rep_id)
          The specified repository id, which may be a null string, will become the type_id of the generated object reference
protected  Object POA.getReference(byte[] oid, java.lang.String intf_rep_id, boolean cache)
           
 Object POA.id_to_reference(byte[] oid)
           
 Object POA.servant_to_reference(Servant servant)
           
 Object Current.get_reference()
           
 

Methods in org.jacorb.poa with parameters of type Object
 void POAListener.referenceCreated(Object object)
           
 void POAAdapter.referenceCreated(Object object)
           
protected static void POA.checkNotLocal(Object obj)
           
 byte[] POA.reference_to_id(Object reference)
           
 Servant POA.reference_to_servant(Object reference)
           
 void EventMulticaster.referenceCreated(Object object)
           
 

Uses of Object in org.jacorb.poa.policy
 

Classes in org.jacorb.poa.policy that implement Object
 class IdAssignmentPolicy
          This class implements the id assignment policy.
 class IdUniquenessPolicy
          This class implements the id uniqueness policy.
 class ImplicitActivationPolicy
          This class implements the implicit activation policy.
 class LifespanPolicy
          This class implements the lifespan policy.
 class RequestProcessingPolicy
          This class implements the request processing policy.
 class ServantRetentionPolicy
          This class implements the servant retention policy.
 class ThreadPolicy
          This class implements the thread policy.
 

Uses of Object in org.jacorb.poa.util
 

Methods in org.jacorb.poa.util with parameters of type Object
static byte[] POAUtil.extractOID(Object reference)
          extracts the oid from a specified object reference
 

Uses of Object in org.jacorb.security.level2
 

Classes in org.jacorb.security.level2 that implement Object
 class AccessDecisionImpl
          Dummy AccessDecisionImpl.java Created: Tue Jun 13 10:54:41 2000 $Id: AccessDecisionImpl.java,v 1.8 2002/12/20 18:29:05 nicolas Exp $
 class CredentialsImpl
          JacORB implementation of security Credentials $Id: CredentialsImpl.java,v 1.10 2003/12/19 12:24:13 nick.cross Exp $
 class CurrentImpl
           
 class DelegationDirectivePolicyImpl
          DelegationDirectivePolicyImpl.java Created: Tue Jun 13 17:02:48 2000 $Id: DelegationDirectivePolicyImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
 class EstablishTrustPolicyImpl
          EstablishTrustPolicyImpl.java Created: Tue Jun 13 16:59:40 2000 $Id: EstablishTrustPolicyImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
 class InvocationCredentialsPolicyImpl
          InvocationCredentialsPolicyImpl Created: Tue Jun 13 16:55:36 2000 $Id: InvocationCredentialsPolicyImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
 class MechanismPolicyImpl
          MechanismPolicyImpl.java Created: Tue Jun 13 11:37:29 2000 $Id: MechanismPolicyImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
 class PrincipalAuthenticatorImpl
          PrincipalAuthenticatorImpl This simple authenticator just retrieves X.509v3 certificates from a Java key store
 class QOPPolicyImpl
          QOPPolicyImpl.java Created: Tue Jun 13 11:02:20 2000 $Id: QOPPolicyImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
 class ReceivedCredentialsImpl
          JacORB implementation of security Credentials
 class RequiredRightsImpl
          RequiredRightsImpl.java Created: Tue Jun 13 10:47:07 2000 $Id: RequiredRightsImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
 class ServerAccessDecisionInterceptor
          ServerAccessDecisionInterceptor.java Created: Wed Jul 5 14:31:30 2000
 class ServerInitializer
           
 class SunJssePrincipalAuthenticatorImpl
          PrincipalAuthenticatorImpl This simple authenticator just retrieves X.509v3 certificates from a Java key store
 

Methods in org.jacorb.security.level2 with parameters of type Object
 void RequiredRightsImpl.get_required_rights(Object obj, java.lang.String operation_name, java.lang.String interface_name, RightsListHolder rights, RightsCombinatorHolder rights_combinator)
           
 SecurityMechanismData[] CurrentImpl.get_security_mechanisms(Object obj_ref)
           
 boolean AccessDecisionImpl.access_allowed(Credentials[] cred_list, Object target, java.lang.String operation_name, java.lang.String target_interface_name)
           
 

Uses of Object in org.jacorb.security.sas
 

Classes in org.jacorb.security.sas that implement Object
 class ATLASPolicyFactory
           
 class ATLASPolicyImpl
           
 class GSSUPProviderInitializer
          This initializes the SAS Client Security Service (CSS) Interceptor
 class SASClientInterceptor
          This is the SAS Client Security Service (CSS) Interceptor
 class SASInitializer
          This initializes the SAS Target Security Service (TSS) Interceptor
 class SASPolicyFactory
           
 class SASPolicyImpl
           
 class SASTargetInterceptor
          This is the SAS Target Security Service (TSS) Interceptor
 

Uses of Object in org.jacorb.util.tracing
 

Subinterfaces of Object in org.jacorb.util.tracing
 interface TracingService
          Generated from IDL interface "TracingService"
 

Classes in org.jacorb.util.tracing that implement Object
 class _TracingServiceStub
          Generated from IDL interface "TracingService"
 class ClientTraceInterceptor
           
 class ServerTraceInterceptor
           
 class TraceInitializer
          This class registers the trace interceptors
 

Methods in org.jacorb.util.tracing with parameters of type Object
static TracingService TracingServiceHelper.narrow(Object obj)
           
static TracingService TracingServiceHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.ATLAS
 

Subinterfaces of Object in org.omg.ATLAS
 interface AuthTokenDispenser
          Generated from IDL interface "AuthTokenDispenser"
 

Classes in org.omg.ATLAS that implement Object
 class _AuthTokenDispenserStub
          Generated from IDL interface "AuthTokenDispenser"
 

Methods in org.omg.ATLAS with parameters of type Object
static AuthTokenDispenser AuthTokenDispenserHelper.narrow(Object obj)
           
static AuthTokenDispenser AuthTokenDispenserHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.BiDirPolicy
 

Subinterfaces of Object in org.omg.BiDirPolicy
 interface BidirectionalPolicy
          Generated from IDL interface "BidirectionalPolicy"
 

Classes in org.omg.BiDirPolicy that implement Object
 class _BidirectionalPolicyStub
          Generated from IDL interface "BidirectionalPolicy"
 

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

Uses of Object in org.omg.CORBA
 

Subinterfaces of Object in org.omg.CORBA
 interface AliasDef
          Generated from IDL interface "AliasDef"
 interface ArrayDef
          Generated from IDL interface "ArrayDef"
 interface AttributeDef
          Generated from IDL interface "AttributeDef"
 interface ConstantDef
          Generated from IDL interface "ConstantDef"
 interface ConstructionPolicy
          Generated from IDL interface "ConstructionPolicy"
 interface Contained
          Generated from IDL interface "Contained"
 interface Container
          Generated from IDL interface "Container"
 interface DomainManager
          Generated from IDL interface "DomainManager"
 interface EnumDef
          Generated from IDL interface "EnumDef"
 interface ExceptionDef
          Generated from IDL interface "ExceptionDef"
 interface FixedDef
          Generated from IDL interface "FixedDef"
 interface IDLType
          Generated from IDL interface "IDLType"
 interface InterfaceDef
          Generated from IDL interface "InterfaceDef"
 interface IRObject
          Generated from IDL interface "IRObject"
 interface LocalInterface
           
 interface ModuleDef
          Generated from IDL interface "ModuleDef"
 interface NativeDef
          Generated from IDL interface "NativeDef"
 interface OperationDef
          Generated from IDL interface "OperationDef"
 interface Policy
           
 interface PolicyCurrent
          Generated from IDL interface "PolicyCurrent"
 interface PolicyManager
          Generated from IDL interface "PolicyManager"
 interface PrimitiveDef
          Generated from IDL interface "PrimitiveDef"
 interface Repository
          Generated from IDL interface "Repository"
 interface SequenceDef
          Generated from IDL interface "SequenceDef"
 interface StringDef
          Generated from IDL interface "StringDef"
 interface StructDef
          Generated from IDL interface "StructDef"
 interface TypedefDef
          Generated from IDL interface "TypedefDef"
 interface UnionDef
          Generated from IDL interface "UnionDef"
 interface ValueBoxDef
          Generated from IDL interface "ValueBoxDef"
 interface ValueDef
          Generated from IDL interface "ValueDef"
 interface ValueMemberDef
          Generated from IDL interface "ValueMemberDef"
 interface WstringDef
          Generated from IDL interface "WstringDef"
 

Classes in org.omg.CORBA that implement Object
 class _AliasDefStub
          Generated from IDL interface "AliasDef"
 class _ArrayDefStub
          Generated from IDL interface "ArrayDef"
 class _AttributeDefStub
          Generated from IDL interface "AttributeDef"
 class _ConstantDefStub
          Generated from IDL interface "ConstantDef"
 class _ConstructionPolicyStub
          Generated from IDL interface "ConstructionPolicy"
 class _ContainedStub
          Generated from IDL interface "Contained"
 class _ContainerStub
          Generated from IDL interface "Container"
 class _CurrentLocalBase
          Abstract base class for implementations of local interface Current
 class _DomainManagerLocalBase
          Abstract base class for implementations of local interface DomainManager
 class _EnumDefStub
          Generated from IDL interface "EnumDef"
 class _ExceptionDefStub
          Generated from IDL interface "ExceptionDef"
 class _FixedDefStub
          Generated from IDL interface "FixedDef"
 class _IDLTypeStub
          Generated from IDL interface "IDLType"
 class _InterfaceDefStub
          Generated from IDL interface "InterfaceDef"
 class _IRObjectStub
          Generated from IDL interface "IRObject"
 class _ModuleDefStub
          Generated from IDL interface "ModuleDef"
 class _NativeDefStub
          Generated from IDL interface "NativeDef"
 class _OperationDefStub
          Generated from IDL interface "OperationDef"
 class _PolicyCurrentLocalBase
          Abstract base class for implementations of local interface PolicyCurrent
 class _PolicyManagerLocalBase
          Abstract base class for implementations of local interface PolicyManager
 class _PolicyStub
          Generated from IDL interface "Policy"
 class _PrimitiveDefStub
          Generated from IDL interface "PrimitiveDef"
 class _RepositoryStub
          Generated from IDL interface "Repository"
 class _SequenceDefStub
          Generated from IDL interface "SequenceDef"
 class _StringDefStub
          Generated from IDL interface "StringDef"
 class _StructDefStub
          Generated from IDL interface "StructDef"
 class _TypedefDefStub
          Generated from IDL interface "TypedefDef"
 class _UnionDefStub
          Generated from IDL interface "UnionDef"
 class _ValueBoxDefStub
          Generated from IDL interface "ValueBoxDef"
 class _ValueDefStub
          Generated from IDL interface "ValueDef"
 class _ValueMemberDefStub
          Generated from IDL interface "ValueMemberDef"
 class _WstringDefStub
          Generated from IDL interface "WstringDef"
 class DomainManagerLocalTie
          Generated from IDL interface "DomainManager"
 class DynamicImplementation
          Deprecated. org.omg.CORBA.DynamicImplementation
 class LocalObject
           
 class PolicyCurrentLocalTie
          Generated from IDL interface "PolicyCurrent"
 class PolicyManagerLocalTie
          Generated from IDL interface "PolicyManager"
 

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

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

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

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(java.lang.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
 java.lang.String Delegate.get_codebase(Object self)
           
 

Uses of Object in org.omg.CORBA_2_5
 

Methods in org.omg.CORBA_2_5 with parameters of type Object
 void ORB.register_initial_reference(java.lang.String object_name, Object object)
           
 

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._get_interface_def()
           
 Object ObjectImpl._duplicate()
           
 Object ObjectImpl._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
abstract  Object InputStream.read_Object()
           
 Object InputStream.read_Object(java.lang.Class clz)
           
 Object Delegate.get_interface_def(Object self)
           
abstract  Object Delegate.duplicate(Object self)
           
 Object Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add)
           
 

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

Uses of Object in org.omg.CosCollection
 

Subinterfaces of Object in org.omg.CosCollection
 interface Bag
          Generated from IDL interface "Bag"
 interface BagFactory
          Generated from IDL interface "BagFactory"
 interface Collection
          Generated from IDL interface "Collection"
 interface CollectionFactories
          Generated from IDL interface "CollectionFactories"
 interface CollectionFactory
          Generated from IDL interface "CollectionFactory"
 interface Command
          Generated from IDL interface "Command"
 interface Comparator
          Generated from IDL interface "Comparator"
 interface CSequence
          Generated from IDL interface "CSequence"
 interface Deque
          Generated from IDL interface "Deque"
 interface DequeFactory
          Generated from IDL interface "DequeFactory"
 interface EqualityCollection
          Generated from IDL interface "EqualityCollection"
 interface EqualityIterator
          Generated from IDL interface "EqualityIterator"
 interface EqualityKeyCollection
          Generated from IDL interface "EqualityKeyCollection"
 interface EqualityKeyIterator
          Generated from IDL interface "EqualityKeyIterator"
 interface EqualityKeySortedCollection
          Generated from IDL interface "EqualityKeySortedCollection"
 interface EqualityKeySortedIterator
          Generated from IDL interface "EqualityKeySortedIterator"
 interface EqualitySequence
          Generated from IDL interface "EqualitySequence"
 interface EqualitySequenceFactory
          Generated from IDL interface "EqualitySequenceFactory"
 interface EqualitySequentialCollection
          Generated from IDL interface "EqualitySequentialCollection"
 interface EqualitySequentialIterator
          Generated from IDL interface "EqualitySequentialIterator"
 interface EqualitySortedCollection
          Generated from IDL interface "EqualitySortedCollection"
 interface EqualitySortedIterator
          Generated from IDL interface "EqualitySortedIterator"
 interface Heap
          Generated from IDL interface "Heap"
 interface HeapFactory
          Generated from IDL interface "HeapFactory"
 interface Iterator
          Generated from IDL interface "Iterator"
 interface KeyBag
          Generated from IDL interface "KeyBag"
 interface KeyBagFactory
          Generated from IDL interface "KeyBagFactory"
 interface KeyCollection
          Generated from IDL interface "KeyCollection"
 interface KeyIterator
          Generated from IDL interface "KeyIterator"
 interface KeySet
          Generated from IDL interface "KeySet"
 interface KeySetFactory
          Generated from IDL interface "KeySetFactory"
 interface KeySortedBag
          Generated from IDL interface "KeySortedBag"
 interface KeySortedBagFactory
          Generated from IDL interface "KeySortedBagFactory"
 interface KeySortedCollection
          Generated from IDL interface "KeySortedCollection"
 interface KeySortedIterator
          Generated from IDL interface "KeySortedIterator"
 interface KeySortedSet
          Generated from IDL interface "KeySortedSet"
 interface KeySortedSetFactory
          Generated from IDL interface "KeySortedSetFactory"
 interface Map
          Generated from IDL interface "Map"
 interface MapFactory
          Generated from IDL interface "MapFactory"
 interface Operations
          Generated from IDL interface "Operations"
 interface OrderedCollection
          Generated from IDL interface "OrderedCollection"
 interface OrderedIterator
          Generated from IDL interface "OrderedIterator"
 interface PriorityQueue
          Generated from IDL interface "PriorityQueue"
 interface PriorityQueueFactory
          Generated from IDL interface "PriorityQueueFactory"
 interface Queue
          Generated from IDL interface "Queue"
 interface QueueFactory
          Generated from IDL interface "QueueFactory"
 interface RACollectionFactories
          Generated from IDL interface "RACollectionFactories"
 interface RACollectionFactory
          Generated from IDL interface "RACollectionFactory"
 interface Relation
          Generated from IDL interface "Relation"
 interface RelationFactory
          Generated from IDL interface "RelationFactory"
 interface RestrictedAccessCollection
          Generated from IDL interface "RestrictedAccessCollection"
 interface SequenceFactory
          Generated from IDL interface "SequenceFactory"
 interface SequentialCollection
          Generated from IDL interface "SequentialCollection"
 interface SequentialIterator
          Generated from IDL interface "SequentialIterator"
 interface Set
          Generated from IDL interface "Set"
 interface SetFactory
          Generated from IDL interface "SetFactory"
 interface SortedBag
          Generated from IDL interface "SortedBag"
 interface SortedBagFactory
          Generated from IDL interface "SortedBagFactory"
 interface SortedCollection
          Generated from IDL interface "SortedCollection"
 interface SortedIterator
          Generated from IDL interface "SortedIterator"
 interface SortedMap
          Generated from IDL interface "SortedMap"
 interface SortedMapFactory
          Generated from IDL interface "SortedMapFactory"
 interface SortedRelation
          Generated from IDL interface "SortedRelation"
 interface SortedRelationFactory
          Generated from IDL interface "SortedRelationFactory"
 interface SortedSet
          Generated from IDL interface "SortedSet"
 interface SortedSetFactory
          Generated from IDL interface "SortedSetFactory"
 interface Stack
          Generated from IDL interface "Stack"
 interface StackFactory
          Generated from IDL interface "StackFactory"
 

Classes in org.omg.CosCollection that implement Object
 class _BagFactoryStub
          Generated from IDL interface "BagFactory"
 class _BagStub
          Generated from IDL interface "Bag"
 class _CollectionFactoriesStub
          Generated from IDL interface "CollectionFactories"
 class _CollectionFactoryStub
          Generated from IDL interface "CollectionFactory"
 class _CollectionStub
          Generated from IDL interface "Collection"
 class _CommandStub
          Generated from IDL interface "Command"
 class _ComparatorStub
          Generated from IDL interface "Comparator"
 class _CSequenceStub
          Generated from IDL interface "CSequence"
 class _DequeFactoryStub
          Generated from IDL interface "DequeFactory"
 class _DequeStub
          Generated from IDL interface "Deque"
 class _EqualityCollectionStub
          Generated from IDL interface "EqualityCollection"
 class _EqualityIteratorStub
          Generated from IDL interface "EqualityIterator"
 class _EqualityKeyCollectionStub
          Generated from IDL interface "EqualityKeyCollection"
 class _EqualityKeyIteratorStub
          Generated from IDL interface "EqualityKeyIterator"
 class _EqualityKeySortedCollectionStub
          Generated from IDL interface "EqualityKeySortedCollection"
 class _EqualityKeySortedIteratorStub
          Generated from IDL interface "EqualityKeySortedIterator"
 class _EqualitySequenceFactoryStub
          Generated from IDL interface "EqualitySequenceFactory"
 class _EqualitySequenceStub
          Generated from IDL interface "EqualitySequence"
 class _EqualitySequentialCollectionStub
          Generated from IDL interface "EqualitySequentialCollection"
 class _EqualitySequentialIteratorStub
          Generated from IDL interface "EqualitySequentialIterator"
 class _EqualitySortedCollectionStub
          Generated from IDL interface "EqualitySortedCollection"
 class _EqualitySortedIteratorStub
          Generated from IDL interface "EqualitySortedIterator"
 class _HeapFactoryStub
          Generated from IDL interface "HeapFactory"
 class _HeapStub
          Generated from IDL interface "Heap"
 class _IteratorStub
          Generated from IDL interface "Iterator"
 class _KeyBagFactoryStub
          Generated from IDL interface "KeyBagFactory"
 class _KeyBagStub
          Generated from IDL interface "KeyBag"
 class _KeyCollectionStub
          Generated from IDL interface "KeyCollection"
 class _KeyIteratorStub
          Generated from IDL interface "KeyIterator"
 class _KeySetFactoryStub
          Generated from IDL interface "KeySetFactory"
 class _KeySetStub
          Generated from IDL interface "KeySet"
 class _KeySortedBagFactoryStub
          Generated from IDL interface "KeySortedBagFactory"
 class _KeySortedBagStub
          Generated from IDL interface "KeySortedBag"
 class _KeySortedCollectionStub
          Generated from IDL interface "KeySortedCollection"
 class _KeySortedIteratorStub
          Generated from IDL interface "KeySortedIterator"
 class _KeySortedSetFactoryStub
          Generated from IDL interface "KeySortedSetFactory"
 class _KeySortedSetStub
          Generated from IDL interface "KeySortedSet"
 class _MapFactoryStub
          Generated from IDL interface "MapFactory"
 class _MapStub
          Generated from IDL interface "Map"
 class _OperationsStub
          Generated from IDL interface "Operations"
 class _OrderedCollectionStub
          Generated from IDL interface "OrderedCollection"
 class _OrderedIteratorStub
          Generated from IDL interface "OrderedIterator"
 class _PriorityQueueFactoryStub
          Generated from IDL interface "PriorityQueueFactory"
 class _PriorityQueueStub
          Generated from IDL interface "PriorityQueue"
 class _QueueFactoryStub
          Generated from IDL interface "QueueFactory"
 class _QueueStub
          Generated from IDL interface "Queue"
 class _RACollectionFactoriesStub
          Generated from IDL interface "RACollectionFactories"
 class _RACollectionFactoryStub
          Generated from IDL interface "RACollectionFactory"
 class _RelationFactoryStub
          Generated from IDL interface "RelationFactory"
 class _RelationStub
          Generated from IDL interface "Relation"
 class _RestrictedAccessCollectionStub
          Generated from IDL interface "RestrictedAccessCollection"
 class _SequenceFactoryStub
          Generated from IDL interface "SequenceFactory"
 class _SequentialCollectionStub
          Generated from IDL interface "SequentialCollection"
 class _SequentialIteratorStub
          Generated from IDL interface "SequentialIterator"
 class _SetFactoryStub
          Generated from IDL interface "SetFactory"
 class _SetStub
          Generated from IDL interface "Set"
 class _SortedBagFactoryStub
          Generated from IDL interface "SortedBagFactory"
 class _SortedBagStub
          Generated from IDL interface "SortedBag"
 class _SortedCollectionStub
          Generated from IDL interface "SortedCollection"
 class _SortedIteratorStub
          Generated from IDL interface "SortedIterator"
 class _SortedMapFactoryStub
          Generated from IDL interface "SortedMapFactory"
 class _SortedMapStub
          Generated from IDL interface "SortedMap"
 class _SortedRelationFactoryStub
          Generated from IDL interface "SortedRelationFactory"
 class _SortedRelationStub
          Generated from IDL interface "SortedRelation"
 class _SortedSetFactoryStub
          Generated from IDL interface "SortedSetFactory"
 class _SortedSetStub
          Generated from IDL interface "SortedSet"
 class _StackFactoryStub
          Generated from IDL interface "StackFactory"
 class _StackStub
          Generated from IDL interface "Stack"
 

Methods in org.omg.CosCollection with parameters of type Object
static EqualityKeySortedCollection EqualityKeySortedCollectionHelper.narrow(Object obj)
           
static EqualityKeySortedCollection EqualityKeySortedCollectionHelper.unchecked_narrow(Object obj)
           
static KeySortedCollection KeySortedCollectionHelper.narrow(Object obj)
           
static KeySortedCollection KeySortedCollectionHelper.unchecked_narrow(Object obj)
           
static EqualityKeyCollection EqualityKeyCollectionHelper.narrow(Object obj)
           
static EqualityKeyCollection EqualityKeyCollectionHelper.unchecked_narrow(Object obj)
           
static EqualitySequentialIterator EqualitySequentialIteratorHelper.narrow(Object obj)
           
static EqualitySequentialIterator EqualitySequentialIteratorHelper.unchecked_narrow(Object obj)
           
static EqualityKeySortedIterator EqualityKeySortedIteratorHelper.narrow(Object obj)
           
static EqualityKeySortedIterator EqualityKeySortedIteratorHelper.unchecked_narrow(Object obj)
           
static EqualitySortedIterator EqualitySortedIteratorHelper.narrow(Object obj)
           
static EqualitySortedIterator EqualitySortedIteratorHelper.unchecked_narrow(Object obj)
           
static KeySortedIterator KeySortedIteratorHelper.narrow(Object obj)
           
static KeySortedIterator KeySortedIteratorHelper.unchecked_narrow(Object obj)
           
static SortedIterator SortedIteratorHelper.narrow(Object obj)
           
static SortedIterator SortedIteratorHelper.unchecked_narrow(Object obj)
           
static EqualityKeyIterator EqualityKeyIteratorHelper.narrow(Object obj)
           
static EqualityKeyIterator EqualityKeyIteratorHelper.unchecked_narrow(Object obj)
           
static EqualityIterator EqualityIteratorHelper.narrow(Object obj)
           
static EqualityIterator EqualityIteratorHelper.unchecked_narrow(Object obj)
           
static KeyIterator KeyIteratorHelper.narrow(Object obj)
           
static KeyIterator KeyIteratorHelper.unchecked_narrow(Object obj)
           
static SequentialIterator SequentialIteratorHelper.narrow(Object obj)
           
static SequentialIterator SequentialIteratorHelper.unchecked_narrow(Object obj)
           
static Stack StackHelper.narrow(Object obj)
           
static Stack StackHelper.unchecked_narrow(Object obj)
           
static StackFactory StackFactoryHelper.narrow(Object obj)
           
static StackFactory StackFactoryHelper.unchecked_narrow(Object obj)
           
static SortedSet SortedSetHelper.narrow(Object obj)
           
static SortedSet SortedSetHelper.unchecked_narrow(Object obj)
           
static SortedSetFactory SortedSetFactoryHelper.narrow(Object obj)
           
static SortedSetFactory SortedSetFactoryHelper.unchecked_narrow(Object obj)
           
static SortedRelation SortedRelationHelper.narrow(Object obj)
           
static SortedRelation SortedRelationHelper.unchecked_narrow(Object obj)
           
static SortedRelationFactory SortedRelationFactoryHelper.narrow(Object obj)
           
static SortedRelationFactory SortedRelationFactoryHelper.unchecked_narrow(Object obj)
           
static SortedMap SortedMapHelper.narrow(Object obj)
           
static SortedMap SortedMapHelper.unchecked_narrow(Object obj)
           
static SortedMapFactory SortedMapFactoryHelper.narrow(Object obj)
           
static SortedMapFactory SortedMapFactoryHelper.unchecked_narrow(Object obj)
           
static SortedCollection SortedCollectionHelper.narrow(Object obj)
           
static SortedCollection SortedCollectionHelper.unchecked_narrow(Object obj)
           
static SortedBag SortedBagHelper.narrow(Object obj)
           
static SortedBag SortedBagHelper.unchecked_narrow(Object obj)
           
static SortedBagFactory SortedBagFactoryHelper.narrow(Object obj)
           
static SortedBagFactory SortedBagFactoryHelper.unchecked_narrow(Object obj)
           
static Set SetHelper.narrow(Object obj)
           
static Set SetHelper.unchecked_narrow(Object obj)
           
static SetFactory SetFactoryHelper.narrow(Object obj)
           
static SetFactory SetFactoryHelper.unchecked_narrow(Object obj)
           
static SequentialCollection SequentialCollectionHelper.narrow(Object obj)
           
static SequentialCollection SequentialCollectionHelper.unchecked_narrow(Object obj)
           
static SequenceFactory SequenceFactoryHelper.narrow(Object obj)
           
static SequenceFactory SequenceFactoryHelper.unchecked_narrow(Object obj)
           
static RestrictedAccessCollection RestrictedAccessCollectionHelper.narrow(Object obj)
           
static RestrictedAccessCollection RestrictedAccessCollectionHelper.unchecked_narrow(Object obj)
           
static Relation RelationHelper.narrow(Object obj)
           
static Relation RelationHelper.unchecked_narrow(Object obj)
           
static RelationFactory RelationFactoryHelper.narrow(Object obj)
           
static RelationFactory RelationFactoryHelper.unchecked_narrow(Object obj)
           
static RACollectionFactory RACollectionFactoryHelper.narrow(Object obj)
           
static RACollectionFactory RACollectionFactoryHelper.unchecked_narrow(Object obj)
           
static RACollectionFactories RACollectionFactoriesHelper.narrow(Object obj)
           
static RACollectionFactories RACollectionFactoriesHelper.unchecked_narrow(Object obj)
           
static Queue QueueHelper.narrow(Object obj)
           
static Queue QueueHelper.unchecked_narrow(Object obj)
           
static QueueFactory QueueFactoryHelper.narrow(Object obj)
           
static QueueFactory QueueFactoryHelper.unchecked_narrow(Object obj)
           
static PriorityQueue PriorityQueueHelper.narrow(Object obj)
           
static PriorityQueue PriorityQueueHelper.unchecked_narrow(Object obj)
           
static PriorityQueueFactory PriorityQueueFactoryHelper.narrow(Object obj)
           
static PriorityQueueFactory PriorityQueueFactoryHelper.unchecked_narrow(Object obj)
           
static OrderedIterator OrderedIteratorHelper.narrow(Object obj)
           
static OrderedIterator OrderedIteratorHelper.unchecked_narrow(Object obj)
           
static OrderedCollection OrderedCollectionHelper.narrow(Object obj)
           
static OrderedCollection OrderedCollectionHelper.unchecked_narrow(Object obj)
           
static Operations OperationsHelper.narrow(Object obj)
           
static Operations OperationsHelper.unchecked_narrow(Object obj)
           
static Map MapHelper.narrow(Object obj)
           
static Map MapHelper.unchecked_narrow(Object obj)
           
static MapFactory MapFactoryHelper.narrow(Object obj)
           
static MapFactory MapFactoryHelper.unchecked_narrow(Object obj)
           
static KeySortedSet KeySortedSetHelper.narrow(Object obj)
           
static KeySortedSet KeySortedSetHelper.unchecked_narrow(Object obj)
           
static KeySortedSetFactory KeySortedSetFactoryHelper.narrow(Object obj)
           
static KeySortedSetFactory KeySortedSetFactoryHelper.unchecked_narrow(Object obj)
           
static KeySortedBag KeySortedBagHelper.narrow(Object obj)
           
static KeySortedBag KeySortedBagHelper.unchecked_narrow(Object obj)
           
static KeySortedBagFactory KeySortedBagFactoryHelper.narrow(Object obj)
           
static KeySortedBagFactory KeySortedBagFactoryHelper.unchecked_narrow(Object obj)
           
static KeySet KeySetHelper.narrow(Object obj)
           
static KeySet KeySetHelper.unchecked_narrow(Object obj)
           
static KeySetFactory KeySetFactoryHelper.narrow(Object obj)
           
static KeySetFactory KeySetFactoryHelper.unchecked_narrow(Object obj)
           
static KeyCollection KeyCollectionHelper.narrow(Object obj)
           
static KeyCollection KeyCollectionHelper.unchecked_narrow(Object obj)
           
static KeyBag KeyBagHelper.narrow(Object obj)
           
static KeyBag KeyBagHelper.unchecked_narrow(Object obj)
           
static KeyBagFactory KeyBagFactoryHelper.narrow(Object obj)
           
static KeyBagFactory KeyBagFactoryHelper.unchecked_narrow(Object obj)
           
static Iterator IteratorHelper.narrow(Object obj)
           
static Iterator IteratorHelper.unchecked_narrow(Object obj)
           
static Heap HeapHelper.narrow(Object obj)
           
static Heap HeapHelper.unchecked_narrow(Object obj)
           
static HeapFactory HeapFactoryHelper.narrow(Object obj)
           
static HeapFactory HeapFactoryHelper.unchecked_narrow(Object obj)
           
static EqualitySortedCollection EqualitySortedCollectionHelper.narrow(Object obj)
           
static EqualitySortedCollection EqualitySortedCollectionHelper.unchecked_narrow(Object obj)
           
static EqualitySequentialCollection EqualitySequentialCollectionHelper.narrow(Object obj)
           
static EqualitySequentialCollection EqualitySequentialCollectionHelper.unchecked_narrow(Object obj)
           
static EqualitySequence EqualitySequenceHelper.narrow(Object obj)
           
static EqualitySequence EqualitySequenceHelper.unchecked_narrow(Object obj)
           
static EqualitySequenceFactory EqualitySequenceFactoryHelper.narrow(Object obj)
           
static EqualitySequenceFactory EqualitySequenceFactoryHelper.unchecked_narrow(Object obj)
           
static EqualityCollection EqualityCollectionHelper.narrow(Object obj)
           
static EqualityCollection EqualityCollectionHelper.unchecked_narrow(Object obj)
           
static Deque DequeHelper.narrow(Object obj)
           
static Deque DequeHelper.unchecked_narrow(Object obj)
           
static DequeFactory DequeFactoryHelper.narrow(Object obj)
           
static DequeFactory DequeFactoryHelper.unchecked_narrow(Object obj)
           
static Comparator ComparatorHelper.narrow(Object obj)
           
static Comparator ComparatorHelper.unchecked_narrow(Object obj)
           
static Command CommandHelper.narrow(Object obj)
           
static Command CommandHelper.unchecked_narrow(Object obj)
           
static Collection CollectionHelper.narrow(Object obj)
           
static Collection CollectionHelper.unchecked_narrow(Object obj)
           
static CollectionFactory CollectionFactoryHelper.narrow(Object obj)
           
static CollectionFactory CollectionFactoryHelper.unchecked_narrow(Object obj)
           
static CollectionFactories CollectionFactoriesHelper.narrow(Object obj)
           
static CollectionFactories CollectionFactoriesHelper.unchecked_narrow(Object obj)
           
static CSequence CSequenceHelper.narrow(Object obj)
           
static CSequence CSequenceHelper.unchecked_narrow(Object obj)
           
static Bag BagHelper.narrow(Object obj)
           
static Bag BagHelper.unchecked_narrow(Object obj)
           
static BagFactory BagFactoryHelper.narrow(Object obj)
           
static BagFactory BagFactoryHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosConcurrencyControl
 

Subinterfaces of Object in org.omg.CosConcurrencyControl
 interface LockCoordinator
          Generated from IDL interface "LockCoordinator"
 interface LockSet
          Generated from IDL interface "LockSet"
 interface LockSetFactory
          Generated from IDL interface "LockSetFactory"
 interface TransactionalLockSet
          Generated from IDL interface "TransactionalLockSet"
 

Classes in org.omg.CosConcurrencyControl that implement Object
 class _LockCoordinatorStub
          Generated from IDL interface "LockCoordinator"
 class _LockSetFactoryStub
          Generated from IDL interface "LockSetFactory"
 class _LockSetStub
          Generated from IDL interface "LockSet"
 class _TransactionalLockSetStub
          Generated from IDL interface "TransactionalLockSet"
 

Methods in org.omg.CosConcurrencyControl with parameters of type Object
static TransactionalLockSet TransactionalLockSetHelper.narrow(Object obj)
           
static TransactionalLockSet TransactionalLockSetHelper.unchecked_narrow(Object obj)
           
static LockSet LockSetHelper.narrow(Object obj)
           
static LockSet LockSetHelper.unchecked_narrow(Object obj)
           
static LockSetFactory LockSetFactoryHelper.narrow(Object obj)
           
static LockSetFactory LockSetFactoryHelper.unchecked_narrow(Object obj)
           
static LockCoordinator LockCoordinatorHelper.narrow(Object obj)
           
static LockCoordinator LockCoordinatorHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosEventChannelAdmin
 

Subinterfaces of Object in org.omg.CosEventChannelAdmin
 interface ConsumerAdmin
          Generated from IDL interface "ConsumerAdmin"
 interface EventChannel
          Generated from IDL interface "EventChannel"
 interface ProxyPullConsumer
          Generated from IDL interface "ProxyPullConsumer"
 interface ProxyPullSupplier
          Generated from IDL interface "ProxyPullSupplier"
 interface ProxyPushConsumer
          Generated from IDL interface "ProxyPushConsumer"
 interface ProxyPushSupplier
          Generated from IDL interface "ProxyPushSupplier"
 interface SupplierAdmin
          Generated from IDL interface "SupplierAdmin"
 

Classes in org.omg.CosEventChannelAdmin that implement Object
 class _ConsumerAdminStub
          Generated from IDL interface "ConsumerAdmin"
 

Methods in org.omg.CosEventChannelAdmin with parameters of type Object
static SupplierAdmin SupplierAdminHelper.narrow(Object obj)
           
static SupplierAdmin SupplierAdminHelper.unchecked_narrow(Object obj)
           
static ProxyPushSupplier ProxyPushSupplierHelper.narrow(Object obj)
           
static ProxyPushSupplier ProxyPushSupplierHelper.unchecked_narrow(Object obj)
           
static ProxyPushConsumer ProxyPushConsumerHelper.narrow(Object obj)
           
static ProxyPushConsumer ProxyPushConsumerHelper.unchecked_narrow(Object obj)
           
static ProxyPullSupplier ProxyPullSupplierHelper.narrow(Object obj)
           
static ProxyPullSupplier ProxyPullSupplierHelper.unchecked_narrow(Object obj)
           
static ProxyPullConsumer ProxyPullConsumerHelper.narrow(Object obj)
           
static ProxyPullConsumer ProxyPullConsumerHelper.unchecked_narrow(Object obj)
           
static EventChannel EventChannelHelper.narrow(Object obj)
           
static EventChannel EventChannelHelper.unchecked_narrow(Object obj)
           
static ConsumerAdmin ConsumerAdminHelper.narrow(Object obj)
           
static ConsumerAdmin ConsumerAdminHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosEventComm
 

Subinterfaces of Object in org.omg.CosEventComm
 interface PullConsumer
          Generated from IDL interface "PullConsumer"
 interface PullSupplier
          Generated from IDL interface "PullSupplier"
 interface PushConsumer
          Generated from IDL interface "PushConsumer"
 interface PushSupplier
          Generated from IDL interface "PushSupplier"
 

Methods in org.omg.CosEventComm with parameters of type Object
static PushSupplier PushSupplierHelper.narrow(Object obj)
           
static PushSupplier PushSupplierHelper.unchecked_narrow(Object obj)
           
static PushConsumer PushConsumerHelper.narrow(Object obj)
           
static PushConsumer PushConsumerHelper.unchecked_narrow(Object obj)
           
static PullSupplier PullSupplierHelper.narrow(Object obj)
           
static PullSupplier PullSupplierHelper.unchecked_narrow(Object obj)
           
static PullConsumer PullConsumerHelper.narrow(Object obj)
           
static PullConsumer PullConsumerHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosNaming
 

Subinterfaces of Object in org.omg.CosNaming
 interface BindingIterator
          Generated from IDL interface "BindingIterator"
 interface NamingContext
          Generated from IDL interface "NamingContext"
 interface NamingContextExt
          Generated from IDL interface "NamingContextExt"
 

Classes in org.omg.CosNaming that implement Object
 class _BindingIteratorStub
          Generated from IDL interface "BindingIterator"
 class _NamingContextExtStub
          Generated from IDL interface "NamingContextExt"
 class _NamingContextStub
          Generated from IDL interface "NamingContext"
 

Methods in org.omg.CosNaming that return Object
 Object NamingContextPOATie.resolve(NameComponent[] n)
           
 Object NamingContextExtPOATie.resolve_str(java.lang.String n)
           
 Object NamingContextExtPOATie.resolve(NameComponent[] n)
           
 Object _NamingContextStub.resolve(NameComponent[] n)
           
 Object _NamingContextExtStub.resolve_str(java.lang.String n)
           
 Object _NamingContextExtStub.resolve(NameComponent[] n)
           
 Object NamingContextOperations.resolve(NameComponent[] n)
           
 Object NamingContextExtOperations.resolve_str(java.lang.String n)
           
 

Methods in org.omg.CosNaming with parameters of type Object
 void NamingContextPOATie.bind(NameComponent[] n, Object obj)
           
 void NamingContextPOATie.rebind(NameComponent[] n, Object obj)
           
 void NamingContextExtPOATie.bind(NameComponent[] n, Object obj)
           
 void NamingContextExtPOATie.rebind(NameComponent[] n, Object obj)
           
 void _NamingContextStub.bind(NameComponent[] n, Object obj)
           
 void _NamingContextStub.rebind(NameComponent[] n, Object obj)
           
 void _NamingContextExtStub.bind(NameComponent[] n, Object obj)
           
 void _NamingContextExtStub.rebind(NameComponent[] n, Object obj)
           
 void NamingContextOperations.bind(NameComponent[] n, Object obj)
           
 void NamingContextOperations.rebind(NameComponent[] n, Object obj)
           
static NamingContext NamingContextHelper.narrow(Object obj)
           
static NamingContext NamingContextHelper.unchecked_narrow(Object obj)
           
static NamingContextExt NamingContextExtHelper.narrow(Object obj)
           
static NamingContextExt NamingContextExtHelper.unchecked_narrow(Object obj)
           
static BindingIterator BindingIteratorHelper.narrow(Object obj)
           
static BindingIterator BindingIteratorHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosNotification
 

Subinterfaces of Object in org.omg.CosNotification
 interface AdminPropertiesAdmin
          Generated from IDL interface "AdminPropertiesAdmin"
 interface QoSAdmin
          Generated from IDL interface "QoSAdmin"
 

Classes in org.omg.CosNotification that implement Object
 class _AdminPropertiesAdminStub
          Generated from IDL interface "AdminPropertiesAdmin"
 class _QoSAdminStub
          Generated from IDL interface "QoSAdmin"
 

Methods in org.omg.CosNotification with parameters of type Object
static QoSAdmin QoSAdminHelper.narrow(Object obj)
           
static QoSAdmin QoSAdminHelper.unchecked_narrow(Object obj)
           
static AdminPropertiesAdmin AdminPropertiesAdminHelper.narrow(Object obj)
           
static AdminPropertiesAdmin AdminPropertiesAdminHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosNotifyChannelAdmin
 

Subinterfaces of Object in org.omg.CosNotifyChannelAdmin
 interface EventChannelFactory
          Generated from IDL interface "EventChannelFactory"
 interface ProxyConsumer
          Generated from IDL interface "ProxyConsumer"
 interface ProxySupplier
          Generated from IDL interface "ProxySupplier"
 interface SequenceProxyPullConsumer
          Generated from IDL interface "SequenceProxyPullConsumer"
 interface SequenceProxyPullSupplier
          Generated from IDL interface "SequenceProxyPullSupplier"
 interface SequenceProxyPushConsumer
          Generated from IDL interface "SequenceProxyPushConsumer"
 interface SequenceProxyPushSupplier
          Generated from IDL interface "SequenceProxyPushSupplier"
 interface StructuredProxyPullConsumer
          Generated from IDL interface "StructuredProxyPullConsumer"
 interface StructuredProxyPullSupplier
          Generated from IDL interface "StructuredProxyPullSupplier"
 interface StructuredProxyPushConsumer
          Generated from IDL interface "StructuredProxyPushConsumer"
 interface StructuredProxyPushSupplier
          Generated from IDL interface "StructuredProxyPushSupplier"
 

Classes in org.omg.CosNotifyChannelAdmin that implement Object
 class _EventChannelFactoryStub
          Generated from IDL interface "EventChannelFactory"
 class _EventChannelStub
          Generated from IDL interface "EventChannel"
 class _ProxyConsumerStub
          Generated from IDL interface "ProxyConsumer"
 class _ProxyPullConsumerStub
          Generated from IDL interface "ProxyPullConsumer"
 class _ProxyPullSupplierStub
          Generated from IDL interface "ProxyPullSupplier"
 class _ProxyPushConsumerStub
          Generated from IDL interface "ProxyPushConsumer"
 class _ProxyPushSupplierStub
          Generated from IDL interface "ProxyPushSupplier"
 class _ProxySupplierStub
          Generated from IDL interface "ProxySupplier"
 class _SequenceProxyPullConsumerStub
          Generated from IDL interface "SequenceProxyPullConsumer"
 class _SequenceProxyPullSupplierStub
          Generated from IDL interface "SequenceProxyPullSupplier"
 class _SequenceProxyPushConsumerStub
          Generated from IDL interface "SequenceProxyPushConsumer"
 class _SequenceProxyPushSupplierStub
          Generated from IDL interface "SequenceProxyPushSupplier"
 class _StructuredProxyPullConsumerStub
          Generated from IDL interface "StructuredProxyPullConsumer"
 class _StructuredProxyPullSupplierStub
          Generated from IDL interface "StructuredProxyPullSupplier"
 class _StructuredProxyPushConsumerStub
          Generated from IDL interface "StructuredProxyPushConsumer"
 class _StructuredProxyPushSupplierStub
          Generated from IDL interface "StructuredProxyPushSupplier"
 class _SupplierAdminStub
          Generated from IDL interface "SupplierAdmin"
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type Object
static SupplierAdmin SupplierAdminHelper.narrow(Object obj)
           
static SupplierAdmin SupplierAdminHelper.unchecked_narrow(Object obj)
           
static StructuredProxyPushSupplier StructuredProxyPushSupplierHelper.narrow(Object obj)
           
static StructuredProxyPushSupplier StructuredProxyPushSupplierHelper.unchecked_narrow(Object obj)
           
static StructuredProxyPushConsumer StructuredProxyPushConsumerHelper.narrow(Object obj)
           
static StructuredProxyPushConsumer StructuredProxyPushConsumerHelper.unchecked_narrow(Object obj)
           
static StructuredProxyPullSupplier StructuredProxyPullSupplierHelper.narrow(Object obj)
           
static StructuredProxyPullSupplier StructuredProxyPullSupplierHelper.unchecked_narrow(Object obj)
           
static StructuredProxyPullConsumer StructuredProxyPullConsumerHelper.narrow(Object obj)
           
static StructuredProxyPullConsumer StructuredProxyPullConsumerHelper.unchecked_narrow(Object obj)
           
static SequenceProxyPushSupplier SequenceProxyPushSupplierHelper.narrow(Object obj)
           
static SequenceProxyPushSupplier SequenceProxyPushSupplierHelper.unchecked_narrow(Object obj)
           
static SequenceProxyPushConsumer SequenceProxyPushConsumerHelper.narrow(Object obj)
           
static SequenceProxyPushConsumer SequenceProxyPushConsumerHelper.unchecked_narrow(Object obj)
           
static SequenceProxyPullSupplier SequenceProxyPullSupplierHelper.narrow(Object obj)
           
static SequenceProxyPullSupplier SequenceProxyPullSupplierHelper.unchecked_narrow(Object obj)
           
static SequenceProxyPullConsumer SequenceProxyPullConsumerHelper.narrow(Object obj)
           
static SequenceProxyPullConsumer SequenceProxyPullConsumerHelper.unchecked_narrow(Object obj)
           
static ProxySupplier ProxySupplierHelper.narrow(Object obj)
           
static ProxySupplier ProxySupplierHelper.unchecked_narrow(Object obj)
           
static ProxyPushSupplier ProxyPushSupplierHelper.narrow(Object obj)
           
static ProxyPushSupplier ProxyPushSupplierHelper.unchecked_narrow(Object obj)
           
static ProxyPushConsumer ProxyPushConsumerHelper.narrow(Object obj)
           
static ProxyPushConsumer ProxyPushConsumerHelper.unchecked_narrow(Object obj)
           
static ProxyPullSupplier ProxyPullSupplierHelper.narrow(Object obj)
           
static ProxyPullSupplier ProxyPullSupplierHelper.unchecked_narrow(Object obj)
           
static ProxyPullConsumer ProxyPullConsumerHelper.narrow(Object obj)
           
static ProxyPullConsumer ProxyPullConsumerHelper.unchecked_narrow(Object obj)
           
static ProxyConsumer ProxyConsumerHelper.narrow(Object obj)
           
static ProxyConsumer ProxyConsumerHelper.unchecked_narrow(Object obj)
           
static EventChannel EventChannelHelper.narrow(Object obj)
           
static EventChannel EventChannelHelper.unchecked_narrow(Object obj)
           
static EventChannelFactory EventChannelFactoryHelper.narrow(Object obj)
           
static EventChannelFactory EventChannelFactoryHelper.unchecked_narrow(Object obj)
           
static ConsumerAdmin ConsumerAdminHelper.narrow(Object obj)
           
static ConsumerAdmin ConsumerAdminHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosNotifyComm
 

Subinterfaces of Object in org.omg.CosNotifyComm
 interface NotifyPublish
          Generated from IDL interface "NotifyPublish"
 interface NotifySubscribe
          Generated from IDL interface "NotifySubscribe"
 interface SequencePullConsumer
          Generated from IDL interface "SequencePullConsumer"
 interface SequencePullSupplier
          Generated from IDL interface "SequencePullSupplier"
 interface SequencePushConsumer
          Generated from IDL interface "SequencePushConsumer"
 interface SequencePushSupplier
          Generated from IDL interface "SequencePushSupplier"
 interface StructuredPullConsumer
          Generated from IDL interface "StructuredPullConsumer"
 interface StructuredPullSupplier
          Generated from IDL interface "StructuredPullSupplier"
 interface StructuredPushConsumer
          Generated from IDL interface "StructuredPushConsumer"
 interface StructuredPushSupplier
          Generated from IDL interface "StructuredPushSupplier"
 

Classes in org.omg.CosNotifyComm that implement Object
 class _NotifyPublishStub
          Generated from IDL interface "NotifyPublish"
 class _NotifySubscribeStub
          Generated from IDL interface "NotifySubscribe"
 class _PullConsumerStub
          Generated from IDL interface "PullConsumer"
 class _PullSupplierStub
          Generated from IDL interface "PullSupplier"
 class _PushConsumerStub
          Generated from IDL interface "PushConsumer"
 class _PushSupplierStub
          Generated from IDL interface "PushSupplier"
 class _SequencePullConsumerStub
          Generated from IDL interface "SequencePullConsumer"
 class _SequencePullSupplierStub
          Generated from IDL interface "SequencePullSupplier"
 class _SequencePushConsumerStub
          Generated from IDL interface "SequencePushConsumer"
 class _SequencePushSupplierStub
          Generated from IDL interface "SequencePushSupplier"
 class _StructuredPullConsumerStub
          Generated from IDL interface "StructuredPullConsumer"
 class _StructuredPullSupplierStub
          Generated from IDL interface "StructuredPullSupplier"
 class _StructuredPushConsumerStub
          Generated from IDL interface "StructuredPushConsumer"
 class _StructuredPushSupplierStub
          Generated from IDL interface "StructuredPushSupplier"
 

Methods in org.omg.CosNotifyComm with parameters of type Object
static StructuredPushSupplier StructuredPushSupplierHelper.narrow(Object obj)
           
static StructuredPushSupplier StructuredPushSupplierHelper.unchecked_narrow(Object obj)
           
static StructuredPushConsumer StructuredPushConsumerHelper.narrow(Object obj)
           
static StructuredPushConsumer StructuredPushConsumerHelper.unchecked_narrow(Object obj)
           
static StructuredPullSupplier StructuredPullSupplierHelper.narrow(Object obj)
           
static StructuredPullSupplier StructuredPullSupplierHelper.unchecked_narrow(Object obj)
           
static StructuredPullConsumer StructuredPullConsumerHelper.narrow(Object obj)
           
static StructuredPullConsumer StructuredPullConsumerHelper.unchecked_narrow(Object obj)
           
static SequencePushSupplier SequencePushSupplierHelper.narrow(Object obj)
           
static SequencePushSupplier SequencePushSupplierHelper.unchecked_narrow(Object obj)
           
static SequencePushConsumer SequencePushConsumerHelper.narrow(Object obj)
           
static SequencePushConsumer SequencePushConsumerHelper.unchecked_narrow(Object obj)
           
static SequencePullSupplier SequencePullSupplierHelper.narrow(Object obj)
           
static SequencePullSupplier SequencePullSupplierHelper.unchecked_narrow(Object obj)
           
static SequencePullConsumer SequencePullConsumerHelper.narrow(Object obj)
           
static SequencePullConsumer SequencePullConsumerHelper.unchecked_narrow(Object obj)
           
static PushSupplier PushSupplierHelper.narrow(Object obj)
           
static PushSupplier PushSupplierHelper.unchecked_narrow(Object obj)
           
static PushConsumer PushConsumerHelper.narrow(Object obj)
           
static PushConsumer PushConsumerHelper.unchecked_narrow(Object obj)
           
static PullSupplier PullSupplierHelper.narrow(Object obj)
           
static PullSupplier PullSupplierHelper.unchecked_narrow(Object obj)
           
static PullConsumer PullConsumerHelper.narrow(Object obj)
           
static PullConsumer PullConsumerHelper.unchecked_narrow(Object obj)
           
static NotifySubscribe NotifySubscribeHelper.narrow(Object obj)
           
static NotifySubscribe NotifySubscribeHelper.unchecked_narrow(Object obj)
           
static NotifyPublish NotifyPublishHelper.narrow(Object obj)
           
static NotifyPublish NotifyPublishHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosNotifyFilter
 

Subinterfaces of Object in org.omg.CosNotifyFilter
 interface Filter
          Generated from IDL interface "Filter"
 interface FilterAdmin
          Generated from IDL interface "FilterAdmin"
 interface FilterFactory
          Generated from IDL interface "FilterFactory"
 interface MappingFilter
          Generated from IDL interface "MappingFilter"
 

Classes in org.omg.CosNotifyFilter that implement Object
 class _FilterAdminStub
          Generated from IDL interface "FilterAdmin"
 class _FilterFactoryStub
          Generated from IDL interface "FilterFactory"
 class _FilterStub
          Generated from IDL interface "Filter"
 class _MappingFilterStub
          Generated from IDL interface "MappingFilter"
 

Methods in org.omg.CosNotifyFilter with parameters of type Object
static MappingFilter MappingFilterHelper.narrow(Object obj)
           
static MappingFilter MappingFilterHelper.unchecked_narrow(Object obj)
           
static Filter FilterHelper.narrow(Object obj)
           
static Filter FilterHelper.unchecked_narrow(Object obj)
           
static FilterFactory FilterFactoryHelper.narrow(Object obj)
           
static FilterFactory FilterFactoryHelper.unchecked_narrow(Object obj)
           
static FilterAdmin FilterAdminHelper.narrow(Object obj)
           
static FilterAdmin FilterAdminHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosTrading
 

Subinterfaces of Object in org.omg.CosTrading
 interface ImportAttributes
          Generated from IDL interface "ImportAttributes"
 interface Link
          Generated from IDL interface "Link"
 interface LinkAttributes
          Generated from IDL interface "LinkAttributes"
 interface Lookup
          Generated from IDL interface "Lookup"
 interface OfferIdIterator
          Generated from IDL interface "OfferIdIterator"
 interface OfferIterator
          Generated from IDL interface "OfferIterator"
 interface Proxy
          Generated from IDL interface "Proxy"
 interface Register
          Generated from IDL interface "Register"
 interface SupportAttributes
          Generated from IDL interface "SupportAttributes"
 interface TraderComponents
          Generated from IDL interface "TraderComponents"
 

Classes in org.omg.CosTrading that implement Object
 class _ImportAttributesStub
          Generated from IDL interface "ImportAttributes"
 class _LinkAttributesStub
          Generated from IDL interface "LinkAttributes"
 class _LinkStub
          Generated from IDL interface "Link"
 class _LookupStub
          Generated from IDL interface "Lookup"
 class _OfferIdIteratorStub
          Generated from IDL interface "OfferIdIterator"
 class _OfferIteratorStub
          Generated from IDL interface "OfferIterator"
 class _ProxyStub
          Generated from IDL interface "Proxy"
 class _RegisterStub
          Generated from IDL interface "Register"
 class _SupportAttributesStub
          Generated from IDL interface "SupportAttributes"
 class _TraderComponentsStub
          Generated from IDL interface "TraderComponents"
 

Fields in org.omg.CosTrading declared as Object
 Object Offer.reference
           
 

Methods in org.omg.CosTrading that return Object
 Object _SupportAttributesStub.type_repos()
           
 Object _RegisterStub.type_repos()
           
 Object _ProxyStub.type_repos()
           
 Object _LookupStub.type_repos()
           
 Object _LinkStub.type_repos()
           
 Object _AdminStub.set_type_repos(Object repository)
           
 Object _AdminStub.type_repos()
           
static Object TypeRepositoryHelper.extract(Any any)
           
static Object TypeRepositoryHelper.read(InputStream _in)
           
 Object SupportAttributesPOATie.type_repos()
           
 Object SupportAttributesOperations.type_repos()
           
 Object RegisterPOATie.type_repos()
           
 Object ProxyPOATie.type_repos()
           
 Object LookupPOATie.type_repos()
           
 Object LinkPOATie.type_repos()
           
 Object AdminPOATie.set_type_repos(Object repository)
           
 Object AdminPOATie.type_repos()
           
 Object AdminOperations.set_type_repos(Object repository)
           
 

Methods in org.omg.CosTrading with parameters of type Object
 java.lang.String _RegisterStub.export(Object reference, java.lang.String type, Property[] properties)
           
 Object _AdminStub.set_type_repos(Object repository)
           
static void TypeRepositoryHelper.insert(Any any, Object s)
           
static void TypeRepositoryHelper.write(OutputStream _out, Object _s)
           
static TraderComponents TraderComponentsHelper.narrow(Object obj)
           
static TraderComponents TraderComponentsHelper.unchecked_narrow(Object obj)
           
static SupportAttributes SupportAttributesHelper.narrow(Object obj)
           
static SupportAttributes SupportAttributesHelper.unchecked_narrow(Object obj)
           
 java.lang.String RegisterPOATie.export(Object reference, java.lang.String type, Property[] properties)
           
 java.lang.String RegisterOperations.export(Object reference, java.lang.String type, Property[] properties)
           
static Register RegisterHelper.narrow(Object obj)
           
static Register RegisterHelper.unchecked_narrow(Object obj)
           
static Proxy ProxyHelper.narrow(Object obj)
           
static Proxy ProxyHelper.unchecked_narrow(Object obj)
           
static OfferIterator OfferIteratorHelper.narrow(Object obj)
           
static OfferIterator OfferIteratorHelper.unchecked_narrow(Object obj)
           
static OfferIdIterator OfferIdIteratorHelper.narrow(Object obj)
           
static OfferIdIterator OfferIdIteratorHelper.unchecked_narrow(Object obj)
           
static Lookup LookupHelper.narrow(Object obj)
           
static Lookup LookupHelper.unchecked_narrow(Object obj)
           
static Link LinkHelper.narrow(Object obj)
           
static Link LinkHelper.unchecked_narrow(Object obj)
           
static LinkAttributes LinkAttributesHelper.narrow(Object obj)
           
static LinkAttributes LinkAttributesHelper.unchecked_narrow(Object obj)
           
static ImportAttributes ImportAttributesHelper.narrow(Object obj)
           
static ImportAttributes ImportAttributesHelper.unchecked_narrow(Object obj)
           
 Object AdminPOATie.set_type_repos(Object repository)
           
 Object AdminOperations.set_type_repos(Object repository)
           
static Admin AdminHelper.narrow(Object obj)
           
static Admin AdminHelper.unchecked_narrow(Object obj)
           
 

Constructors in org.omg.CosTrading with parameters of type Object
Offer(Object reference, Property[] properties)
           
 

Uses of Object in org.omg.CosTrading.RegisterPackage
 

Fields in org.omg.CosTrading.RegisterPackage declared as Object
 Object OfferInfo.reference
           
 Object InvalidObjectRef.ref
           
 Object InterfaceTypeMismatch.reference
           
 

Constructors in org.omg.CosTrading.RegisterPackage with parameters of type Object
OfferInfo(Object reference, java.lang.String type, Property[] properties)
           
InvalidObjectRef(java.lang.String _reason, Object ref)
           
InvalidObjectRef(Object ref)
           
InterfaceTypeMismatch(java.lang.String _reason, java.lang.String type, Object reference)
           
InterfaceTypeMismatch(java.lang.String type, Object reference)
           
 

Uses of Object in org.omg.CosTradingDynamic
 

Subinterfaces of Object in org.omg.CosTradingDynamic
 interface DynamicPropEval
          Generated from IDL interface "DynamicPropEval"
 

Classes in org.omg.CosTradingDynamic that implement Object
 class _DynamicPropEvalStub
          Generated from IDL interface "DynamicPropEval"
 

Methods in org.omg.CosTradingDynamic with parameters of type Object
static DynamicPropEval DynamicPropEvalHelper.narrow(Object obj)
           
static DynamicPropEval DynamicPropEvalHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosTradingRepos
 

Subinterfaces of Object in org.omg.CosTradingRepos
 interface ServiceTypeRepository
          Generated from IDL interface "ServiceTypeRepository"
 

Classes in org.omg.CosTradingRepos that implement Object
 class _ServiceTypeRepositoryStub
          Generated from IDL interface "ServiceTypeRepository"
 

Methods in org.omg.CosTradingRepos with parameters of type Object
static ServiceTypeRepository ServiceTypeRepositoryHelper.narrow(Object obj)
           
static ServiceTypeRepository ServiceTypeRepositoryHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosTransactions
 

Subinterfaces of Object in org.omg.CosTransactions
 interface Control
          Generated from IDL interface "Control"
 interface Coordinator
          Generated from IDL interface "Coordinator"
 interface Current
          Generated from IDL interface "Current"
 interface RecoveryCoordinator
          Generated from IDL interface "RecoveryCoordinator"
 interface Resource
          Generated from IDL interface "Resource"
 interface SubtransactionAwareResource
          Generated from IDL interface "SubtransactionAwareResource"
 interface Synchronization
          Generated from IDL interface "Synchronization"
 interface Terminator
          Generated from IDL interface "Terminator"
 interface TransactionalObject
          Generated from IDL interface "TransactionalObject"
 interface TransactionFactory
          Generated from IDL interface "TransactionFactory"
 

Classes in org.omg.CosTransactions that implement Object
 class _ControlStub
          Generated from IDL interface "Control"
 class _CoordinatorStub
          Generated from IDL interface "Coordinator"
 class _CurrentStub
          Generated from IDL interface "Current"
 class _RecoveryCoordinatorStub
          Generated from IDL interface "RecoveryCoordinator"
 class _ResourceStub
          Generated from IDL interface "Resource"
 class _SubtransactionAwareResourceStub
          Generated from IDL interface "SubtransactionAwareResource"
 class _SynchronizationStub
          Generated from IDL interface "Synchronization"
 class _TerminatorStub
          Generated from IDL interface "Terminator"
 class _TransactionalObjectStub
          Generated from IDL interface "TransactionalObject"
 class _TransactionFactoryStub
          Generated from IDL interface "TransactionFactory"
 

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

Uses of Object in org.omg.CosTypedEventChannelAdmin
 

Subinterfaces of Object in org.omg.CosTypedEventChannelAdmin
 interface TypedConsumerAdmin
          Generated from IDL interface "TypedConsumerAdmin"
 interface TypedEventChannel
          Generated from IDL interface "TypedEventChannel"
 interface TypedProxyPullSupplier
          Generated from IDL interface "TypedProxyPullSupplier"
 interface TypedProxyPushConsumer
          Generated from IDL interface "TypedProxyPushConsumer"
 interface TypedSupplierAdmin
          Generated from IDL interface "TypedSupplierAdmin"
 

Methods in org.omg.CosTypedEventChannelAdmin that return Object
 Object _TypedProxyPushConsumerStub.get_typed_consumer()
           
 Object _TypedProxyPullSupplierStub.get_typed_supplier()
           
 Object TypedProxyPushConsumerPOATie.get_typed_consumer()
           
 Object TypedProxyPullSupplierPOATie.get_typed_supplier()
           
 

Methods in org.omg.CosTypedEventChannelAdmin with parameters of type Object
static TypedSupplierAdmin TypedSupplierAdminHelper.narrow(Object obj)
           
static TypedSupplierAdmin TypedSupplierAdminHelper.unchecked_narrow(Object obj)
           
static TypedProxyPushConsumer TypedProxyPushConsumerHelper.narrow(Object obj)
           
static TypedProxyPushConsumer TypedProxyPushConsumerHelper.unchecked_narrow(Object obj)
           
static TypedProxyPullSupplier TypedProxyPullSupplierHelper.narrow(Object obj)
           
static TypedProxyPullSupplier TypedProxyPullSupplierHelper.unchecked_narrow(Object obj)
           
static TypedEventChannel TypedEventChannelHelper.narrow(Object obj)
           
static TypedEventChannel TypedEventChannelHelper.unchecked_narrow(Object obj)
           
static TypedConsumerAdmin TypedConsumerAdminHelper.narrow(Object obj)
           
static TypedConsumerAdmin TypedConsumerAdminHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosTypedEventComm
 

Subinterfaces of Object in org.omg.CosTypedEventComm
 interface TypedPullSupplier
          Generated from IDL interface "TypedPullSupplier"
 interface TypedPushConsumer
          Generated from IDL interface "TypedPushConsumer"
 

Methods in org.omg.CosTypedEventComm that return Object
 Object _TypedPushConsumerStub.get_typed_consumer()
           
 Object _TypedPullSupplierStub.get_typed_supplier()
           
 Object TypedPushConsumerPOATie.get_typed_consumer()
           
 Object TypedPushConsumerOperations.get_typed_consumer()
           
 Object TypedPullSupplierPOATie.get_typed_supplier()
           
 Object TypedPullSupplierOperations.get_typed_supplier()
           
 

Methods in org.omg.CosTypedEventComm with parameters of type Object
static TypedPushConsumer TypedPushConsumerHelper.narrow(Object obj)
           
static TypedPushConsumer TypedPushConsumerHelper.unchecked_narrow(Object obj)
           
static TypedPullSupplier TypedPullSupplierHelper.narrow(Object obj)
           
static TypedPullSupplier TypedPullSupplierHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosTypedNotifyChannelAdmin
 

Subinterfaces of Object in org.omg.CosTypedNotifyChannelAdmin
 interface TypedEventChannelFactory
          Generated from IDL interface "TypedEventChannelFactory"
 interface TypedProxyPullConsumer
          Generated from IDL interface "TypedProxyPullConsumer"
 interface TypedProxyPushSupplier
          Generated from IDL interface "TypedProxyPushSupplier"
 

Classes in org.omg.CosTypedNotifyChannelAdmin that implement Object
 class _TypedConsumerAdminStub
          Generated from IDL interface "TypedConsumerAdmin"
 class _TypedEventChannelFactoryStub
          Generated from IDL interface "TypedEventChannelFactory"
 class _TypedEventChannelStub
          Generated from IDL interface "TypedEventChannel"
 class _TypedProxyPullConsumerStub
          Generated from IDL interface "TypedProxyPullConsumer"
 class _TypedProxyPullSupplierStub
          Generated from IDL interface "TypedProxyPullSupplier"
 class _TypedProxyPushConsumerStub
          Generated from IDL interface "TypedProxyPushConsumer"
 class _TypedProxyPushSupplierStub
          Generated from IDL interface "TypedProxyPushSupplier"
 class _TypedSupplierAdminStub
          Generated from IDL interface "TypedSupplierAdmin"
 

Methods in org.omg.CosTypedNotifyChannelAdmin that return Object
 Object _TypedProxyPushConsumerStub.get_typed_consumer()
           
 Object _TypedProxyPullSupplierStub.get_typed_supplier()
           
 Object TypedProxyPushConsumerPOATie.get_typed_consumer()
           
 Object TypedProxyPullSupplierPOATie.get_typed_supplier()
           
 

Methods in org.omg.CosTypedNotifyChannelAdmin with parameters of type Object
static TypedSupplierAdmin TypedSupplierAdminHelper.narrow(Object obj)
           
static TypedSupplierAdmin TypedSupplierAdminHelper.unchecked_narrow(Object obj)
           
static TypedProxyPushSupplier TypedProxyPushSupplierHelper.narrow(Object obj)
           
static TypedProxyPushSupplier TypedProxyPushSupplierHelper.unchecked_narrow(Object obj)
           
static TypedProxyPushConsumer TypedProxyPushConsumerHelper.narrow(Object obj)
           
static TypedProxyPushConsumer TypedProxyPushConsumerHelper.unchecked_narrow(Object obj)
           
static TypedProxyPullSupplier TypedProxyPullSupplierHelper.narrow(Object obj)
           
static TypedProxyPullSupplier TypedProxyPullSupplierHelper.unchecked_narrow(Object obj)
           
static TypedProxyPullConsumer TypedProxyPullConsumerHelper.narrow(Object obj)
           
static TypedProxyPullConsumer TypedProxyPullConsumerHelper.unchecked_narrow(Object obj)
           
static TypedEventChannel TypedEventChannelHelper.narrow(Object obj)
           
static TypedEventChannel TypedEventChannelHelper.unchecked_narrow(Object obj)
           
static TypedEventChannelFactory TypedEventChannelFactoryHelper.narrow(Object obj)
           
static TypedEventChannelFactory TypedEventChannelFactoryHelper.unchecked_narrow(Object obj)
           
static TypedConsumerAdmin TypedConsumerAdminHelper.narrow(Object obj)
           
static TypedConsumerAdmin TypedConsumerAdminHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.CosTypedNotifyComm
 

Classes in org.omg.CosTypedNotifyComm that implement Object
 class _TypedPullSupplierStub
          Generated from IDL interface "TypedPullSupplier"
 class _TypedPushConsumerStub
          Generated from IDL interface "TypedPushConsumer"
 

Methods in org.omg.CosTypedNotifyComm that return Object
 Object _TypedPushConsumerStub.get_typed_consumer()
           
 Object _TypedPullSupplierStub.get_typed_supplier()
           
 Object TypedPushConsumerPOATie.get_typed_consumer()
           
 Object TypedPullSupplierPOATie.get_typed_supplier()
           
 

Methods in org.omg.CosTypedNotifyComm with parameters of type Object
static TypedPushConsumer TypedPushConsumerHelper.narrow(Object obj)
           
static TypedPushConsumer TypedPushConsumerHelper.unchecked_narrow(Object obj)
           
static TypedPullSupplier TypedPullSupplierHelper.narrow(Object obj)
           
static TypedPullSupplier TypedPullSupplierHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.DynamicAny
 

Subinterfaces of Object in org.omg.DynamicAny
 interface DynAny
          Generated from IDL interface "DynAny"
 interface DynAnyFactory
          Generated from IDL interface "DynAnyFactory"
 interface DynArray
          Generated from IDL interface "DynArray"
 interface DynEnum
          Generated from IDL interface "DynEnum"
 interface DynFixed
          Generated from IDL interface "DynFixed"
 interface DynSequence
          Generated from IDL interface "DynSequence"
 interface DynStruct
          Generated from IDL interface "DynStruct"
 interface DynUnion
          Generated from IDL interface "DynUnion"
 interface DynValue
          Generated from IDL interface "DynValue"
 

Classes in org.omg.DynamicAny that implement Object
 class _DynAnyFactoryStub
          Generated from IDL interface "DynAnyFactory"
 class _DynAnyStub
          Generated from IDL interface "DynAny"
 class _DynArrayStub
          Generated from IDL interface "DynArray"
 class _DynEnumStub
          Generated from IDL interface "DynEnum"
 class _DynFixedStub
          Generated from IDL interface "DynFixed"
 class _DynSequenceStub
          Generated from IDL interface "DynSequence"
 class _DynStructStub
          Generated from IDL interface "DynStruct"
 class _DynUnionStub
          Generated from IDL interface "DynUnion"
 class _DynValueStub
          Generated from IDL interface "DynValue"
 

Methods in org.omg.DynamicAny that return Object
 Object DynUnionPOATie.get_reference()
           
 Object DynStructPOATie.get_reference()
           
 Object DynSequencePOATie.get_reference()
           
 Object DynFixedPOATie.get_reference()
           
 Object DynEnumPOATie.get_reference()
           
 Object DynArrayPOATie.get_reference()
           
 Object DynAnyPOATie.get_reference()
           
 Object _DynUnionStub.get_reference()
           
 Object _DynStructStub.get_reference()
           
 Object _DynSequenceStub.get_reference()
           
 Object _DynFixedStub.get_reference()
           
 Object _DynEnumStub.get_reference()
           
 Object _DynArrayStub.get_reference()
           
 Object _DynAnyStub.get_reference()
           
 Object DynAnyOperations.get_reference()
           
 

Methods in org.omg.DynamicAny with parameters of type Object
 void DynUnionPOATie.insert_reference(Object value)
           
 void DynStructPOATie.insert_reference(Object value)
           
 void DynSequencePOATie.insert_reference(Object value)
           
 void DynFixedPOATie.insert_reference(Object value)
           
 void DynEnumPOATie.insert_reference(Object value)
           
 void DynArrayPOATie.insert_reference(Object value)
           
 void DynAnyPOATie.insert_reference(Object value)
           
 void _DynUnionStub.insert_reference(Object value)
           
 void _DynStructStub.insert_reference(Object value)
           
 void _DynSequenceStub.insert_reference(Object value)
           
 void _DynFixedStub.insert_reference(Object value)
           
 void _DynEnumStub.insert_reference(Object value)
           
 void _DynArrayStub.insert_reference(Object value)
           
 void _DynAnyStub.insert_reference(Object value)
           
static DynValue DynValueHelper.narrow(Object obj)
           
static DynValue DynValueHelper.unchecked_narrow(Object obj)
           
static DynUnion DynUnionHelper.narrow(Object obj)
           
static DynUnion DynUnionHelper.unchecked_narrow(Object obj)
           
static DynStruct DynStructHelper.narrow(Object obj)
           
static DynStruct DynStructHelper.unchecked_narrow(Object obj)
           
static DynSequence DynSequenceHelper.narrow(Object obj)
           
static DynSequence DynSequenceHelper.unchecked_narrow(Object obj)
           
static DynFixed DynFixedHelper.narrow(Object obj)
           
static DynFixed DynFixedHelper.unchecked_narrow(Object obj)
           
static DynEnum DynEnumHelper.narrow(Object obj)
           
static DynEnum DynEnumHelper.unchecked_narrow(Object obj)
           
static DynArray DynArrayHelper.narrow(Object obj)
           
static DynArray DynArrayHelper.unchecked_narrow(Object obj)
           
 void DynAnyOperations.insert_reference(Object value)
           
static DynAny DynAnyHelper.narrow(Object obj)
           
static DynAny DynAnyHelper.unchecked_narrow(Object obj)
           
static DynAnyFactory DynAnyFactoryHelper.narrow(Object obj)
           
static DynAnyFactory DynAnyFactoryHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.ETF
 

Subinterfaces of Object in org.omg.ETF
 interface BufferList
          Generated from IDL interface "BufferList"
 interface Connection
          Generated from IDL interface "Connection"
 interface ConnectionZeroCopy
          Generated from IDL interface "ConnectionZeroCopy"
 interface Factories
          Generated from IDL interface "Factories"
 interface Handle
          Generated from IDL interface "Handle"
 interface Listener
          Generated from IDL interface "Listener"
 interface Profile
          Generated from IDL interface "Profile"
 

Classes in org.omg.ETF that implement Object
 class _BufferListLocalBase
          Abstract base class for implementations of local interface BufferList
 class _ConnectionLocalBase
          Abstract base class for implementations of local interface Connection
 class _ConnectionZeroCopyLocalBase
          Abstract base class for implementations of local interface ConnectionZeroCopy
 class _FactoriesLocalBase
          Abstract base class for implementations of local interface Factories
 class _HandleLocalBase
          Abstract base class for implementations of local interface Handle
 class _ListenerLocalBase
          Abstract base class for implementations of local interface Listener
 class _ProfileLocalBase
          Abstract base class for implementations of local interface Profile
 class BufferListLocalTie
          Generated from IDL interface "BufferList"
 class ConnectionLocalTie
          Generated from IDL interface "Connection"
 class ConnectionZeroCopyLocalTie
          Generated from IDL interface "ConnectionZeroCopy"
 class FactoriesLocalTie
          Generated from IDL interface "Factories"
 class HandleLocalTie
          Generated from IDL interface "Handle"
 class ListenerLocalTie
          Generated from IDL interface "Listener"
 class ProfileLocalTie
          Generated from IDL interface "Profile"
 

Methods in org.omg.ETF with parameters of type Object
static Profile ProfileHelper.narrow(Object obj)
           
static Profile ProfileHelper.unchecked_narrow(Object obj)
           
static Listener ListenerHelper.narrow(Object obj)
           
static Listener ListenerHelper.unchecked_narrow(Object obj)
           
static Handle HandleHelper.narrow(Object obj)
           
static Handle HandleHelper.unchecked_narrow(Object obj)
           
static Factories FactoriesHelper.narrow(Object obj)
           
static Factories FactoriesHelper.unchecked_narrow(Object obj)
           
static ConnectionZeroCopy ConnectionZeroCopyHelper.narrow(Object obj)
           
static ConnectionZeroCopy ConnectionZeroCopyHelper.unchecked_narrow(Object obj)
           
static Connection ConnectionHelper.narrow(Object obj)
           
static Connection ConnectionHelper.unchecked_narrow(Object obj)
           
static BufferList BufferListHelper.narrow(Object obj)
           
static BufferList BufferListHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.IOP
 

Subinterfaces of Object in org.omg.IOP
 interface Codec
          Generated from IDL interface "Codec"
 interface CodecFactory
          Generated from IDL interface "CodecFactory"
 

Classes in org.omg.IOP that implement Object
 class _CodecFactoryLocalBase
          Abstract base class for implementations of local interface CodecFactory
 class _CodecLocalBase
          Abstract base class for implementations of local interface Codec
 class CodecFactoryLocalTie
          Generated from IDL interface "CodecFactory"
 class CodecLocalTie
          Generated from IDL interface "Codec"
 

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

Uses of Object in org.omg.Messaging
 

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

Classes in org.omg.Messaging that implement Object
 class _MaxHopsPolicyLocalBase
          Abstract base class for implementations of local interface MaxHopsPolicy
 class _QueueOrderPolicyLocalBase
          Abstract base class for implementations of local interface QueueOrderPolicy
 class _RebindPolicyLocalBase
          Abstract base class for implementations of local interface RebindPolicy
 class _RelativeRequestTimeoutPolicyLocalBase
          Abstract base class for implementations of local interface RelativeRequestTimeoutPolicy
 class _RelativeRoundtripTimeoutPolicyLocalBase
          Abstract base class for implementations of local interface RelativeRoundtripTimeoutPolicy
 class _ReplyEndTimePolicyLocalBase
          Abstract base class for implementations of local interface ReplyEndTimePolicy
 class _ReplyPriorityPolicyLocalBase
          Abstract base class for implementations of local interface ReplyPriorityPolicy
 class _ReplyStartTimePolicyLocalBase
          Abstract base class for implementations of local interface ReplyStartTimePolicy
 class _RequestEndTimePolicyLocalBase
          Abstract base class for implementations of local interface RequestEndTimePolicy
 class _RequestPriorityPolicyLocalBase
          Abstract base class for implementations of local interface RequestPriorityPolicy
 class _RequestStartTimePolicyLocalBase
          Abstract base class for implementations of local interface RequestStartTimePolicy
 class _RoutingPolicyLocalBase
          Abstract base class for implementations of local interface RoutingPolicy
 class _SyncScopePolicyLocalBase
          Abstract base class for implementations of local interface SyncScopePolicy
 class MaxHopsPolicyLocalTie
          Generated from IDL interface "MaxHopsPolicy"
 class QueueOrderPolicyLocalTie
          Generated from IDL interface "QueueOrderPolicy"
 class RebindPolicyLocalTie
          Generated from IDL interface "RebindPolicy"
 class RelativeRequestTimeoutPolicyLocalTie
          Generated from IDL interface "RelativeRequestTimeoutPolicy"
 class RelativeRoundtripTimeoutPolicyLocalTie
          Generated from IDL interface "RelativeRoundtripTimeoutPolicy"
 class ReplyEndTimePolicyLocalTie
          Generated from IDL interface "ReplyEndTimePolicy"
 class ReplyPriorityPolicyLocalTie
          Generated from IDL interface "ReplyPriorityPolicy"
 class ReplyStartTimePolicyLocalTie
          Generated from IDL interface "ReplyStartTimePolicy"
 class RequestEndTimePolicyLocalTie
          Generated from IDL interface "RequestEndTimePolicy"
 class RequestPriorityPolicyLocalTie
          Generated from IDL interface "RequestPriorityPolicy"
 class RequestStartTimePolicyLocalTie
          Generated from IDL interface "RequestStartTimePolicy"
 class RoutingPolicyLocalTie
          Generated from IDL interface "RoutingPolicy"
 class SyncScopePolicyLocalTie
          Generated from IDL interface "SyncScopePolicy"
 

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

Uses of Object in org.omg.PortableInterceptor
 

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

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

Methods in org.omg.PortableInterceptor that return Object
 Object RequestInfoOperations.forward_reference()
           
 Object ORBInitInfoOperations.resolve_initial_references(java.lang.String id)
           
 Object ClientRequestInfoOperations.target()
           
 Object ClientRequestInfoOperations.effective_target()
           
 

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

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

Uses of Object in org.omg.PortableServer
 

Subinterfaces of Object in org.omg.PortableServer
 interface AdapterActivator
          Generated from IDL interface "AdapterActivator"
 interface IdAssignmentPolicy
          Generated from IDL interface "IdAssignmentPolicy"
 interface IdUniquenessPolicy
          Generated from IDL interface "IdUniquenessPolicy"
 interface ImplicitActivationPolicy
          Generated from IDL interface "ImplicitActivationPolicy"
 interface LifespanPolicy
          Generated from IDL interface "LifespanPolicy"
 interface POA
          Generated from IDL interface "POA"
 interface POAManager
          Generated from IDL interface "POAManager"
 interface RequestProcessingPolicy
          Generated from IDL interface "RequestProcessingPolicy"
 interface ServantActivator
          Generated from IDL interface "ServantActivator"
 interface ServantLocator
           
 interface ServantManager
          Generated from IDL interface "ServantManager"
 interface ServantRetentionPolicy
          Generated from IDL interface "ServantRetentionPolicy"
 interface ThreadPolicy
          Generated from IDL interface "ThreadPolicy"
 

Classes in org.omg.PortableServer that implement Object
 class _AdapterActivatorLocalBase
          Abstract base class for implementations of local interface AdapterActivator
 class _IdAssignmentPolicyLocalBase
          Abstract base class for implementations of local interface IdAssignmentPolicy
 class _IdUniquenessPolicyLocalBase
          Abstract base class for implementations of local interface IdUniquenessPolicy
 class _ImplicitActivationPolicyLocalBase
          Abstract base class for implementations of local interface ImplicitActivationPolicy
 class _LifespanPolicyLocalBase
          Abstract base class for implementations of local interface LifespanPolicy
 class _POALocalBase
          Abstract base class for implementations of local interface POA
 class _POAManagerLocalBase
          Abstract base class for implementations of local interface POAManager
 class _RequestProcessingPolicyLocalBase
          Abstract base class for implementations of local interface RequestProcessingPolicy
 class _ServantActivatorLocalBase
          Abstract base class for implementations of local interface ServantActivator
 class _ServantLocatorLocalBase
          Abstract base class for implenentations of local interface ServantLocator
 class _ServantManagerLocalBase
          Abstract base class for implementations of local interface ServantManager
 class _ServantRetentionPolicyLocalBase
          Abstract base class for implementations of local interface ServantRetentionPolicy
 class _ThreadPolicyLocalBase
          Abstract base class for implementations of local interface ThreadPolicy
 class AdapterActivatorLocalTie
          Generated from IDL interface "AdapterActivator"
 class CurrentLocalTie
          Generated from IDL interface "Current"
 class IdAssignmentPolicyLocalTie
          Generated from IDL interface "IdAssignmentPolicy"
 class IdUniquenessPolicyLocalTie
          Generated from IDL interface "IdUniquenessPolicy"
 class ImplicitActivationPolicyLocalTie
          Generated from IDL interface "ImplicitActivationPolicy"
 class LifespanPolicyLocalTie
          Generated from IDL interface "LifespanPolicy"
 class POALocalTie
          Generated from IDL interface "POA"
 class POAManagerLocalTie
          Generated from IDL interface "POAManager"
 class RequestProcessingPolicyLocalTie
          Generated from IDL interface "RequestProcessingPolicy"
 class ServantActivatorLocalTie
          Generated from IDL interface "ServantActivator"
 class ServantManagerLocalTie
          Generated from IDL interface "ServantManager"
 class ServantRetentionPolicyLocalTie
          Generated from IDL interface "ServantRetentionPolicy"
 class ThreadPolicyLocalTie
          Generated from IDL interface "ThreadPolicy"
 

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

Methods in org.omg.PortableServer that return Object
 Object POALocalTie.servant_to_reference(Servant p_servant)
           
 Object POALocalTie.id_to_reference(byte[] oid)
           
 Object POALocalTie.create_reference(java.lang.String intf)
           
 Object POALocalTie.create_reference_with_id(byte[] oid, java.lang.String intf)
           
 Object CurrentLocalTie.get_reference()
           
 Object Servant._this_object()
           
 Object Servant._this_object(ORB orb)
           
 Object Servant._get_interface_def()
           
 Object POAOperations.create_reference(java.lang.String intf)
           
 Object POAOperations.create_reference_with_id(byte[] oid, java.lang.String intf)
           
 Object POAOperations.servant_to_reference(Servant p_servant)
           
 Object POAOperations.id_to_reference(byte[] oid)
           
 Object CurrentOperations.get_reference()
           
 

Methods in org.omg.PortableServer with parameters of type Object
static ThreadPolicy ThreadPolicyHelper.narrow(Object obj)
           
static ThreadPolicy ThreadPolicyHelper.unchecked_narrow(Object obj)
           
static ServantRetentionPolicy ServantRetentionPolicyHelper.narrow(Object obj)
           
static ServantRetentionPolicy ServantRetentionPolicyHelper.unchecked_narrow(Object obj)
           
static ServantManager ServantManagerHelper.narrow(Object obj)
           
static ServantManager ServantManagerHelper.unchecked_narrow(Object obj)
           
static RequestProcessingPolicy RequestProcessingPolicyHelper.narrow(Object obj)
           
static RequestProcessingPolicy RequestProcessingPolicyHelper.unchecked_narrow(Object obj)
           
static POAManager POAManagerHelper.narrow(Object obj)
           
static POAManager POAManagerHelper.unchecked_narrow(Object obj)
           
 Servant POALocalTie.reference_to_servant(Object reference)
           
 byte[] POALocalTie.reference_to_id(Object reference)
           
static LifespanPolicy LifespanPolicyHelper.narrow(Object obj)
           
static LifespanPolicy LifespanPolicyHelper.unchecked_narrow(Object obj)
           
static ImplicitActivationPolicy ImplicitActivationPolicyHelper.narrow(Object obj)
           
static ImplicitActivationPolicy ImplicitActivationPolicyHelper.unchecked_narrow(Object obj)
           
static IdUniquenessPolicy IdUniquenessPolicyHelper.narrow(Object obj)
           
static IdUniquenessPolicy IdUniquenessPolicyHelper.unchecked_narrow(Object obj)
           
static IdAssignmentPolicy IdAssignmentPolicyHelper.narrow(Object obj)
           
static IdAssignmentPolicy IdAssignmentPolicyHelper.unchecked_narrow(Object obj)
           
static AdapterActivator AdapterActivatorHelper.narrow(Object obj)
           
static AdapterActivator AdapterActivatorHelper.unchecked_narrow(Object obj)
           
static ServantActivator ServantActivatorHelper.narrow(Object obj)
           
static ServantActivator ServantActivatorHelper.unchecked_narrow(Object obj)
           
 Servant POAOperations.reference_to_servant(Object reference)
           
 byte[] POAOperations.reference_to_id(Object reference)
           
static POA POAHelper.narrow(Object obj)
           
static POA POAHelper.unchecked_narrow(Object obj)
           
static Current CurrentHelper.narrow(Object obj)
           
static Current CurrentHelper.unchecked_narrow(Object obj)
           
 

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

Uses of Object in org.omg.PortableServer.portable
 

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

Uses of Object in org.omg.RTCORBA
 

Subinterfaces of Object in org.omg.RTCORBA
 interface ProtocolProperties
          Generated from IDL interface "ProtocolProperties"
 interface TCPProtocolProperties
          Generated from IDL interface "TCPProtocolProperties"
 

Classes in org.omg.RTCORBA that implement Object
 class _ProtocolPropertiesLocalBase
          Abstract base class for implementations of local interface ProtocolProperties
 class _TCPProtocolPropertiesLocalBase
          Abstract base class for implementations of local interface TCPProtocolProperties
 class ProtocolPropertiesLocalTie
          Generated from IDL interface "ProtocolProperties"
 class TCPProtocolPropertiesLocalTie
          Generated from IDL interface "TCPProtocolProperties"
 

Methods in org.omg.RTCORBA with parameters of type Object
static TCPProtocolProperties TCPProtocolPropertiesHelper.narrow(Object obj)
           
static TCPProtocolProperties TCPProtocolPropertiesHelper.unchecked_narrow(Object obj)
           
static ProtocolProperties ProtocolPropertiesHelper.narrow(Object obj)
           
static ProtocolProperties ProtocolPropertiesHelper.unchecked_narrow(Object obj)
           
 

Uses of Object in org.omg.SecurityAdmin
 

Subinterfaces of Object in org.omg.SecurityAdmin
 interface AccessPolicy
          Generated from IDL interface "AccessPolicy"
 interface AuditPolicy
          Generated from IDL interface "AuditPolicy"
 interface DelegationPolicy
          Generated from IDL interface "DelegationPolicy"
 interface DomainAccessPolicy
          Generated from IDL interface "DomainAccessPolicy"
 interface SecureInvocationPolicy
          Generated from IDL interface "SecureInvocationPolicy"
 

Methods in org.omg.SecurityAdmin with parameters of type Object
static SecureInvocationPolicy SecureInvocationPolicyHelper.narrow(Object obj)
           
static SecureInvocationPolicy SecureInvocationPolicyHelper.unchecked_narrow(Object obj)
           
static DomainAccessPolicy DomainAccessPolicyHelper.narrow(Object obj)
           
static DomainAccessPolicy DomainAccessPolicyHelper.unchecked_narrow(Object obj)
           
static DelegationPolicy DelegationPolicyHelper.narrow(Object obj)
           
static DelegationPolicy DelegationPolicyHelper.unchecked_narrow(Object obj)
           
static AuditPolicy AuditPolicyHelper.narrow(Object obj)
           
static AuditPolicy AuditPolicyHelper.unchecked_narrow(Object obj)
           
static AccessPolicy AccessPolicyHelper.narrow(Object obj)
           
static AccessPolicy AccessPolicyHelper.unchecked_narrow(Object obj)
           
 

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
          Generated from IDL interface "AccessDecision"
 interface AuditChannel
          Generated from IDL interface "AuditChannel"
 interface AuditDecision
          Generated from IDL interface "AuditDecision"
 interface Credentials
          Generated from IDL interface "Credentials"
 interface DelegationDirectivePolicy
          Generated from IDL interface "DelegationDirectivePolicy"
 interface EstablishTrustPolicy
          Generated from IDL interface "EstablishTrustPolicy"
 interface InvocationCredentialsPolicy
          Generated from IDL interface "InvocationCredentialsPolicy"
 interface MechanismPolicy
          Generated from IDL interface "MechanismPolicy"
 interface PrincipalAuthenticator
          Generated from IDL interface "PrincipalAuthenticator"
 interface QOPPolicy
          Generated from IDL interface "QOPPolicy"
 interface ReceivedCredentials
          Generated from IDL interface "ReceivedCredentials"
 interface RequiredRights
          Generated from IDL interface "RequiredRights"
 

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

Uses of Object in org.omg.SecurityReplaceable
 

Subinterfaces of Object in org.omg.SecurityReplaceable
 interface ClientSecurityContext
          Generated from IDL interface "ClientSecurityContext"
 interface SecurityContext
          Generated from IDL interface "SecurityContext"
 interface ServerSecurityContext
          Generated from IDL interface "ServerSecurityContext"
 interface Vault
          Generated from IDL interface "Vault"
 

Methods in org.omg.SecurityReplaceable with parameters of type Object
 AssociationStatus VaultOperations.init_security_context(Credentials creds, java.lang.String target_security_name, Object target, DelegationMode delegation_mode, OptionsDirectionPair[] association_options, java.lang.String mechanism, byte[] mech_data, byte[] chan_binding, OpaqueBufferHolder security_token, ClientSecurityContextHolder security_context)
           
static Vault VaultHelper.narrow(Object obj)
           
static Vault VaultHelper.unchecked_narrow(Object obj)
           
static ServerSecurityContext ServerSecurityContextHelper.narrow(Object obj)
           
static ServerSecurityContext ServerSecurityContextHelper.unchecked_narrow(Object obj)
           
static SecurityContext SecurityContextHelper.narrow(Object obj)
           
static SecurityContext SecurityContextHelper.unchecked_narrow(Object obj)
           
static ClientSecurityContext ClientSecurityContextHelper.narrow(Object obj)
           
static ClientSecurityContext ClientSecurityContextHelper.unchecked_narrow(Object obj)