Uses of Interface
org.omg.CORBA.Object
Packages that use Object
Package
Description
-
Uses of Object in com.sun.corba.se.impl.activation
Classes in com.sun.corba.se.impl.activation that implement Object -
Uses of Object in com.sun.corba.se.impl.corba
Classes in com.sun.corba.se.impl.corba that implement ObjectFields in com.sun.corba.se.impl.corba declared as ObjectMethods in com.sun.corba.se.impl.corba that return ObjectModifier and TypeMethodDescriptionAnyImpl.extract_Object()See the description of the general Any operations.RequestImpl.target()Methods in com.sun.corba.se.impl.corba with parameters of type ObjectModifier and TypeMethodDescriptionvoidAnyImpl.insert_Object(Object o) See the description of the general Any operations.voidAnyImpl.insert_Object(Object o, TypeCode tc) A variant of the insertion operation that takes a typecode argument as well.Constructors in com.sun.corba.se.impl.corba with parameters of type ObjectModifierConstructorDescriptionRequestImpl(ORB orb, Object targetObject, Context ctx, String operationName, NVList argumentList, NamedValue resultContainer, ExceptionList exceptionList, ContextList ctxList) -
Uses of Object in com.sun.corba.se.impl.dynamicany
Classes in com.sun.corba.se.impl.dynamicany that implement ObjectModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassMethods in com.sun.corba.se.impl.dynamicany that return ObjectMethods in com.sun.corba.se.impl.dynamicany with parameters of type Object -
Uses of Object in com.sun.corba.se.impl.encoding
Classes in com.sun.corba.se.impl.encoding that implement ObjectModifier and TypeClassDescriptionclassProvides the reading side with a per connection cache of info obtained via calls to the remote CodeBase.Methods in com.sun.corba.se.impl.encoding that return ObjectModifier and TypeMethodDescriptionstatic ObjectCDRInputStream_1_0.internalIORToObject(IOR ior, PresentationManager.StubFactory stubFactory, ORB orb) CDRInputStream_1_0.read_Object()CDRInputStream_1_0.read_Object(Class clz) final ObjectCDRInputStream.read_Object()final ObjectCDRInputStream.read_Object(Class clz) IDLJavaSerializationInputStream.read_Object()IDLJavaSerializationInputStream.read_Object(Class clz) MarshalInputStream.read_Object()MarshalInputStream.read_Object(Class stubClass) WrapperInputStream.read_Object()Methods in com.sun.corba.se.impl.encoding with parameters of type ObjectModifier and TypeMethodDescriptionvoidCDROutputStream_1_0.write_Object(Object ref) final voidCDROutputStream.write_Object(Object value) voidMarshalOutputStream.write_Object(Object value) -
Uses of Object in com.sun.corba.se.impl.interceptors
Classes in com.sun.corba.se.impl.interceptors that implement ObjectModifier and TypeClassDescriptionfinal classCDREncapsCodec is an implementation of Codec, as described in orbos/99-12-02, that supports CDR encapsulation version 1.0, 1.1, and 1.2.final classImplementation of the ClientRequestInfo interface as specified in orbos/99-12-02 section 5.4.2.final classCodecFactoryImpl is the implementation of the Codec Factory, as described in orbos/99-12-02.final classIORInfoImpl is the implementation of the IORInfo class, as described in orbos/99-12-02, section 7.final classORBInitInfoImpl is the implementation of the ORBInitInfo class to be passed to ORBInitializers, as described in orbos/99-12-02.classPICurrent is the implementation of Current as specified in the Portable Interceptors Spec orbos/99-12-02.classImplementation of the RequestInfo interface as specified in orbos/99-12-02 section 5.4.1.final classImplementation of the ServerRequestInfo interface as specified in orbos/99-12-02 section 5.4.3.Methods in com.sun.corba.se.impl.interceptors that return ObjectModifier and TypeMethodDescriptionClientRequestInfoImpl.effective_target()The actual object on which the operation will be invoked.ClientRequestInfoImpl.forward_reference()See RequestInfoImpl for javadoc.abstract ObjectRequestInfoImpl.forward_reference()Implementation for forward_reference() differs for client and server implementations.ServerRequestInfoImpl.forward_reference()See ServerRequestInfo for javadocs.protected ObjectRequestInfoImpl.iorToObject(IOR ior) ORBInitInfoImpl.resolve_initial_references(String id) This operation is only valid during post_init.ClientRequestInfoImpl.target()The object which the client called to perform the operation.Methods in com.sun.corba.se.impl.interceptors with parameters of type ObjectModifier and TypeMethodDescriptionvoidORBInitInfoImpl.register_initial_reference(String id, Object obj) See orbos/99-12-02, Chapter 11, Dynamic Initial References on page 11-81. -
Uses of Object in com.sun.corba.se.impl.io
Classes in com.sun.corba.se.impl.io that implement ObjectModifier and TypeClassDescriptionclassThis class acts as the remote interface to receivers wishing to retrieve the information of a remote Class. -
Uses of Object in com.sun.corba.se.impl.ior
Methods in com.sun.corba.se.impl.ior that return ObjectModifier and TypeMethodDescriptionObjectReferenceProducerBase.make_object(String repositoryId, byte[] objectId) Constructors in com.sun.corba.se.impl.ior with parameters of type Object -
Uses of Object in com.sun.corba.se.impl.naming.cosnaming
Fields in com.sun.corba.se.impl.naming.cosnaming declared as ObjectModifier and TypeFieldDescriptionTransientNamingContext.localRootThe local root naming context.InternalBindingValue.theObjectRefMethods in com.sun.corba.se.impl.naming.cosnaming that return ObjectModifier and TypeMethodDescriptionstatic ObjectNamingContextImpl.doResolve(NamingContextDataStore impl, NameComponent[] n) Implements resolving names in this NamingContext.TransientNameService.initialNamingContext()Return the initial NamingContext.NamingContextImpl.resolve(NameComponent[] n) Resolve a name in this NamingContext and return the object reference bound to the name.NamingContextDataStore.Resolve(NameComponent n, BindingTypeHolder bth) Method which implements resolving the specified name, returning the type of the binding and the bound object reference.final ObjectTransientNamingContext.Resolve(NameComponent n, BindingTypeHolder bth) Resolves the supplied name to an object reference and returns the type of the resolved binding.NamingContextImpl.resolve_str(String sn) This operation resolves the Stringified name into the object reference.NamingContextDataStore.Unbind(NameComponent n) Method which implements unbinding a name.final ObjectTransientNamingContext.Unbind(NameComponent n) Deletes the binding with the supplied name.Methods in com.sun.corba.se.impl.naming.cosnaming with parameters of type ObjectModifier and TypeMethodDescriptionvoidNamingContextImpl.bind(NameComponent[] n, Object obj) Bind an object under a name in this NamingContext.voidNamingContextDataStore.Bind(NameComponent n, Object obj, BindingType bt) Method which implements binding a name to an object as the specified binding type.final voidTransientNamingContext.Bind(NameComponent n, Object obj, BindingType bt) Binds the object to the name component as the specified binding type.static voidNamingContextImpl.doBind(NamingContextDataStore impl, NameComponent[] n, Object obj, boolean rebind, BindingType bt) Implements all four flavors of binding.voidNamingContextImpl.rebind(NameComponent[] n, Object obj) Bind an object under a name in this NamingContext.Constructors in com.sun.corba.se.impl.naming.cosnaming with parameters of type ObjectModifierConstructorDescriptionTransientNamingContext(ORB orb, Object initial, POA nsPOA) Constructs a new TransientNamingContext object. -
Uses of Object in com.sun.corba.se.impl.naming.pcosnaming
Classes in com.sun.corba.se.impl.naming.pcosnaming that implement ObjectMethods in com.sun.corba.se.impl.naming.pcosnaming that return ObjectModifier and TypeMethodDescriptionstatic ObjectNamingContextImpl.doResolve(NamingContextDataStore impl, NameComponent[] n) Implements resolving names in this NamingContext.InternalBindingValue.getObjectRef()NamingContextImpl.resolve(NameComponent[] n) Resolve a name in this NamingContext and return the object reference bound to the name.NamingContextImpl.Resolve(NameComponent n, BindingTypeHolder bth) This method resolves the NamingContext or Object Reference for one level The doResolve( ) method calls Resolve( ) recursively to resolve n level Names.NamingContextImpl.resolve_str(String sn) This operation resolves the Stringified name into the object reference.NamingContextImpl.Unbind(NameComponent n) This method Unbinds the NamingContext or Object Reference for one level The doUnbind( ) method from superclass calls Unbind() to recursively Unbind using compound Names.Methods in com.sun.corba.se.impl.naming.pcosnaming with parameters of type ObjectModifier and TypeMethodDescriptionvoidNamingContextImpl.bind(NameComponent[] n, Object obj) Bind an object under a name in this NamingContext.voidNamingContextImpl.Bind(NameComponent n, Object obj, BindingType bt) Implements all flavors of binding( bind and bindcontext) This method will be called from the superclass's doBind( ) method which takes care of all the conditions before calling this method.voidNamingContextImpl.rebind(NameComponent[] n, Object obj) Bind an object under a name in this NamingContext.voidInternalBindingValue.setObjectRef(Object ObjectRef) -
Uses of Object in com.sun.corba.se.impl.oa.poa
Classes in com.sun.corba.se.impl.oa.poa that implement ObjectModifier and TypeClassDescriptionclassclassPOAImpl is the implementation of the Portable Object Adapter.classPOAManagerImpl is the implementation of the POAManager interface.classMethods in com.sun.corba.se.impl.oa.poa that return ObjectModifier and TypeMethodDescriptionPOAImpl.create_reference(String repId) create_reference3.3.8.17POAImpl.create_reference_with_id(byte[] oid, String repId) create_reference_with_id3.3.8.18DelegateImpl.get_interface_def(Servant Self) POAImpl.getLocalServant(byte[] objectId) POAImpl.id_to_reference(byte[] id) id_to_reference3.3.8.24POAImpl.servant_to_reference(Servant servant) servant_to_reference3.3.8.20DelegateImpl.this_object(Servant self) Methods in com.sun.corba.se.impl.oa.poa with parameters of type ObjectModifier and TypeMethodDescriptionbyte[]POAImpl.reference_to_id(Object reference) reference_to_id3.3.8.22POAImpl.reference_to_servant(Object reference) reference_to_servant3.3.8.21 -
Uses of Object in com.sun.corba.se.impl.oa.toa
Classes in com.sun.corba.se.impl.oa.toa that implement ObjectModifier and TypeClassDescriptionclassThe Transient Object Adapter (TOA) represents the OA for purely transient objects.Methods in com.sun.corba.se.impl.oa.toa that return ObjectMethods in com.sun.corba.se.impl.oa.toa with parameters of type ObjectModifier and TypeMethodDescriptionvoidConnect the given servant to the ORB by allocating a transient object key and creating an IOR and object reference using the current factory.voidvoidTOA.disconnect(Object obj) Disconnect the object from this ORB.voidTOAImpl.disconnect(Object objref) -
Uses of Object in com.sun.corba.se.impl.orb
Classes in com.sun.corba.se.impl.orb that implement ObjectModifier and TypeClassDescriptionstatic final classstatic final classMethods in com.sun.corba.se.impl.orb that return ObjectModifier and TypeMethodDescriptionORBImpl.resolve_initial_references(String identifier) Resolve the stringified reference of one of the initially available CORBA services.ORBSingleton.resolve_initial_references(String identifier) ORBImpl.string_to_object(String str) Convert a stringified object reference to the object it represents.ORBSingleton.string_to_object(String s) Methods in com.sun.corba.se.impl.orb with parameters of type ObjectModifier and TypeMethodDescriptionvoidThis is the implementation of the public API used to connect a servant-skeleton to the ORB.voidORBImpl.create_operation_list(Object oper) Create an NVList corresponding to an OperationDefORBSingleton.create_operation_list(Object oper) voidORBImpl.disconnect(Object obj) voidORBSingleton.disconnect(Object obj) ORBImpl.object_to_string(Object obj) Convert an object ref to a string.ORBSingleton.object_to_string(Object obj) voidORBImpl.register_initial_reference(String id, Object obj) If this operation is called with an id,"Y", and an object,YY, then a subsequent call toORB.resolve_initial_references( "Y" )will return objectYY.voidORBSingleton.register_initial_reference(String id, Object obj) -
Uses of Object in com.sun.corba.se.impl.orbutil
Methods in com.sun.corba.se.impl.orbutil that return ObjectModifier and TypeMethodDescriptionstatic ObjectORBUtility.makeObjectReference(IOR ior) This method is used to create untyped object references.Methods in com.sun.corba.se.impl.orbutil with parameters of type Object -
Uses of Object in com.sun.corba.se.impl.presentation.rmi
Classes in com.sun.corba.se.impl.presentation.rmi that implement ObjectMethods in com.sun.corba.se.impl.presentation.rmi that return ObjectModifier and TypeMethodDescriptionabstract ObjectStubFactoryDynamicBase.makeStub()StubFactoryProxyImpl.makeStub()StubFactoryStaticImpl.makeStub()ReflectiveTie.thisObject()Methods in com.sun.corba.se.impl.presentation.rmi with parameters of type ObjectModifier and TypeMethodDescriptionstatic StubIORImplStubConnectImpl.connect(StubIORImpl ior, Object proxy, ObjectImpl stub, ORB orb) Connect the stub to the orb if necessary.Constructors in com.sun.corba.se.impl.presentation.rmi with parameters of type ObjectModifierConstructorDescriptionStubInvocationHandlerImpl(PresentationManager pm, PresentationManager.ClassData classData, Object stub) -
Uses of Object in com.sun.corba.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol that return ObjectMethods in com.sun.corba.se.impl.protocol with parameters of type ObjectModifier and TypeMethodDescriptionCorbaClientDelegateImpl.create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result) CorbaClientDelegateImpl.create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) booleanThis method overrides the org.omg.CORBA.portable.Delegate.equals method, and does the equality check based on IOR equality.CorbaClientDelegateImpl.get_codebase(Object self) CorbaClientDelegateImpl.get_interface_def(Object obj) intintCorbaClientDelegateImpl.invoke(Object self, OutputStream output) booleanbooleanCorbaClientDelegateImpl.is_equivalent(Object obj, Object ref) booleanReturns true if this object is implemented by a local servant.booleanbooleanbooleanCorbaClientDelegateImpl.non_existent(Object obj) voidvoidCorbaClientDelegateImpl.releaseReply(Object self, InputStream input) voidCorbaClientDelegateImpl.servant_postinvoke(Object self, ServantObject servant) voidFullServantCacheLocalCRDImpl.servant_postinvoke(Object self, ServantObject servantobj) voidInfoOnlyServantCacheLocalCRDImpl.servant_postinvoke(Object self, ServantObject servantobj) voidJIDLLocalCRDImpl.servant_postinvoke(Object self, ServantObject servant) voidMinimalServantCacheLocalCRDImpl.servant_postinvoke(Object self, ServantObject servantobj) voidNotLocalLocalCRDImpl.servant_postinvoke(Object self, ServantObject servant) voidPOALocalCRDImpl.servant_postinvoke(Object self, ServantObject servantobj) CorbaClientDelegateImpl.servant_preinvoke(Object self, String operation, Class expectedType) FullServantCacheLocalCRDImpl.servant_preinvoke(Object self, String operation, Class expectedType) InfoOnlyServantCacheLocalCRDImpl.servant_preinvoke(Object self, String operation, Class expectedType) JIDLLocalCRDImpl.servant_preinvoke(Object self, String operation, Class expectedType) MinimalServantCacheLocalCRDImpl.servant_preinvoke(Object self, String operation, Class expectedType) NotLocalLocalCRDImpl.servant_preinvoke(Object self, String operation, Class expectedType) POALocalCRDImpl.servant_preinvoke(Object self, String operation, Class expectedType) booleanLocalClientRequestDispatcherBase.useLocalInvocation(Object self) booleanNotLocalLocalCRDImpl.useLocalInvocation(Object self) -
Uses of Object in com.sun.corba.se.impl.resolver
Methods in com.sun.corba.se.impl.resolver that return ObjectModifier and TypeMethodDescription -
Uses of Object in com.sun.corba.se.impl.util
Methods in com.sun.corba.se.impl.util with parameters of type Object -
Uses of Object in com.sun.corba.se.org.omg.CORBA
Methods in com.sun.corba.se.org.omg.CORBA with parameters of type ObjectModifier and TypeMethodDescriptionvoidORB.register_initial_reference(String id, Object obj) If this operation is called with an id,"Y", and an object,YY, then a subsequent call toORB.resolve_initial_references( "Y" )will return objectYY. -
Uses of Object in com.sun.corba.se.spi.activation
Subinterfaces of Object in com.sun.corba.se.spi.activationModifier and TypeInterfaceDescriptioninterfacecom/sun/corba/se/spi/activation/Activator.java .interfacecom/sun/corba/se/spi/activation/InitialNameService.java .interfacecom/sun/corba/se/spi/activation/Locator.java .interfacecom/sun/corba/se/spi/activation/Repository.java .interfaceServer callback API, passed to Activator in active method.interfacecom/sun/corba/se/spi/activation/ServerManager.java .Classes in com.sun.corba.se.spi.activation that implement ObjectModifier and TypeClassDescriptionclasscom/sun/corba/se/spi/activation/_ActivatorStub.java .classcom/sun/corba/se/spi/activation/_InitialNameServiceStub.java .classcom/sun/corba/se/spi/activation/_LocatorStub.java .classcom/sun/corba/se/spi/activation/_RepositoryImplBase.java .classcom/sun/corba/se/spi/activation/_RepositoryStub.java .classServer callback API, passed to Activator in active method.classcom/sun/corba/se/spi/activation/_ServerManagerImplBase.java .classcom/sun/corba/se/spi/activation/_ServerManagerStub.java .classServer callback API, passed to Activator in active method.Methods in com.sun.corba.se.spi.activation with parameters of type ObjectModifier and TypeMethodDescriptionvoidvoidvoidstatic Activatorstatic InitialNameServicestatic Locatorstatic Repositorystatic Serverstatic ServerManagerstatic ActivatorActivatorHelper.unchecked_narrow(Object obj) static InitialNameServiceInitialNameServiceHelper.unchecked_narrow(Object obj) static LocatorLocatorHelper.unchecked_narrow(Object obj) static RepositoryRepositoryHelper.unchecked_narrow(Object obj) static ServerServerHelper.unchecked_narrow(Object obj) static ServerManagerServerManagerHelper.unchecked_narrow(Object obj) -
Uses of Object in com.sun.corba.se.spi.extension
Classes in com.sun.corba.se.spi.extension that implement ObjectModifier and TypeClassDescriptionclassPolicy used to specify the copyObject implementation to use.classPolicy used to support the request partitioning feature and to specify the partition to use.classPolicy used to implement servant caching optimization in the POA.classPolicy used to implement zero IIOP port policy in the POA. -
Uses of Object in com.sun.corba.se.spi.ior
Methods in com.sun.corba.se.spi.ior that return ObjectMethods in com.sun.corba.se.spi.ior with parameters of type Object -
Uses of Object in com.sun.corba.se.spi.oa
Classes in com.sun.corba.se.spi.oa that implement ObjectMethods in com.sun.corba.se.spi.oa that return ObjectModifier and TypeMethodDescriptionObjectAdapter.getLocalServant(byte[] objectId) Get the servant corresponding to the given objectId, if this is supported.abstract ObjectObjectAdapterBase.getLocalServant(byte[] objectId) final ObjectObjectAdapterBase.makeObject(String repId, byte[] oid) -
Uses of Object in com.sun.corba.se.spi.presentation.rmi
Subinterfaces of Object in com.sun.corba.se.spi.presentation.rmiModifier and TypeInterfaceDescriptioninterfaceInterface used to support dynamically generated stubs.Classes in com.sun.corba.se.spi.presentation.rmi that implement ObjectModifier and TypeClassDescriptionclassWrapper that can take any stub (object x such that StubAdapter.isStub(x)) and treat it as a DynamicStub.Methods in com.sun.corba.se.spi.presentation.rmi that return ObjectModifier and TypeMethodDescriptionStubWrapper._duplicate()StubWrapper._get_interface_def()StubWrapper._set_policy_override(Policy[] policies, SetOverrideType set_add) static ObjectStubAdapter.activateServant(Servant servant) Use implicit activation to get an object reference for the servant.static ObjectStubAdapter.activateTie(Tie tie) Given any Tie, return the corresponding object refernce, activating the Servant if necessary.PresentationManager.StubFactory.makeStub()Create a new dynamic stub.Methods in com.sun.corba.se.spi.presentation.rmi with parameters of type ObjectConstructors in com.sun.corba.se.spi.presentation.rmi with parameters of type Object -
Uses of Object in com.sun.corba.se.spi.protocol
Methods in com.sun.corba.se.spi.protocol that return ObjectMethods in com.sun.corba.se.spi.protocol with parameters of type ObjectModifier and TypeMethodDescriptionbooleanvoidLocalClientRequestDispatcher.servant_postinvoke(Object self, ServantObject servant) LocalClientRequestDispatcher.servant_preinvoke(Object self, String operation, Class expectedType) Returns a Java reference to the servant which should be used for this request. servant_preinvoke() is invoked by a local stub.booleanLocalClientRequestDispatcher.useLocalInvocation(Object self) Constructors in com.sun.corba.se.spi.protocol with parameters of type Object -
Uses of Object in com.sun.corba.se.spi.resolver
Methods in com.sun.corba.se.spi.resolver that return Object -
Uses of Object in com.sun.jndi.toolkit.corba
Methods in com.sun.jndi.toolkit.corba that return ObjectModifier and TypeMethodDescriptionstatic ObjectCorbaUtils.remoteToCorba(Remote remoteObj, ORB orb) Returns the CORBA object reference associated with a Remote object by using the javax.rmi.CORBA package. -
Uses of Object in com.sun.org.omg.CORBA
Subinterfaces of Object in com.sun.org.omg.CORBAClasses in com.sun.org.omg.CORBA that implement ObjectModifier and TypeClassDescriptionclasscom/sun/org/omg/CORBA/_IDLTypeStub.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:45 AM PDTMethods in com.sun.org.omg.CORBA with parameters of type Object -
Uses of Object in com.sun.org.omg.SendingContext
Subinterfaces of Object in com.sun.org.omg.SendingContextModifier and TypeInterfaceDescriptioninterfacecom/sun/org/omg/SendingContext/CodeBase.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, May 6, 1999 1:52:08 AM PDTClasses in com.sun.org.omg.SendingContext that implement ObjectModifier and TypeClassDescriptionclasscom/sun/org/omg/SendingContext/_CodeBaseImplBase.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, May 6, 1999 1:52:08 AM PDTclasscom/sun/org/omg/SendingContext/_CodeBaseStub.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, May 6, 1999 1:52:08 AM PDTMethods in com.sun.org.omg.SendingContext with parameters of type Object -
Uses of Object in javax.rmi.CORBA
Classes in javax.rmi.CORBA that implement ObjectModifier and TypeClassDescriptionclassBase class from which all RMI-IIOP stubs must inherit.Methods in javax.rmi.CORBA that return ObjectModifier and TypeMethodDescriptionTie.thisObject()Returns an object reference for the target object represented by this tie. -
Uses of Object in org.jboss.iiop.csiv2
Subinterfaces of Object in org.jboss.iiop.csiv2Methods in org.jboss.iiop.csiv2 with parameters of type ObjectModifier and TypeMethodDescriptionstatic SASCurrentstatic SASCurrentSASCurrentHelper.unchecked_narrow(Object obj) -
Uses of Object in org.omg.CORBA
Subinterfaces of Object in org.omg.CORBAModifier and TypeInterfaceDescriptioninterfaceorg/omg/CORBA/AbstractInterfaceDef.java .interfaceorg/omg/CORBA/AliasDef.java .interfaceorg/omg/CORBA/ArrayDef.java .interfaceorg/omg/CORBA/AttributeDef.java .interfaceorg/omg/CORBA/ConstantDef.java .interfaceorg/omg/CORBA/Contained.java .interfaceorg/omg/CORBA/Container.java .interfaceInterfaces derived from the Current interface enable ORB and CORBA services to provide access to information (context) associated with the thread of execution in which they are running.interfaceProvides mechanisms for establishing and navigating relationships to superior and subordinate domains, as well as for creating and accessing policies.interfaceDeprecated.Use the new DynAny insteadinterfaceDeprecated.Use the new DynArray insteadinterfaceDeprecated.Use the new DynEnum insteadinterfaceDeprecated.Use the new DynFixed insteadinterfaceDeprecated.Use the new DynSequence insteadinterfaceDeprecated.Use the new DynStruct insteadinterfaceDeprecated.Use the new DynUnion insteadinterfaceDeprecated.Use the new DynValue insteadinterfaceorg/omg/CORBA/EnumDef.java .interfaceorg/omg/CORBA/ExceptionDef.java .interfaceorg/omg/CORBA/ExtAbstractInterfaceDef.java .interfaceorg/omg/CORBA/ExtAttributeDef.java .interfaceorg/omg/CORBA/ExtInterfaceDef.java .interfaceorg/omg/CORBA/ExtLocalInterfaceDef.java .interfaceorg/omg/CORBA/ExtValueDef.java .interfaceorg/omg/CORBA/FixedDef.java .interfaceorg/omg/CORBA/IDLType.java .interfaceorg/omg/CORBA/InterfaceAttrExtension.java .interfaceorg/omg/CORBA/InterfaceDef.java .interfaceorg/omg/CORBA/IRObject.java .interfaceorg/omg/CORBA/LocalInterfaceDef.java .interfaceorg/omg/CORBA/ModuleDef.java .interfaceorg/omg/CORBA/NativeDef.java .interfaceorg/omg/CORBA/OperationDef.java .interfaceInterfaces derived from the Policy interface allow an ORB or CORBA service access to certain choices that affect its operation.interfaceorg/omg/CORBA/PrimitiveDef.java .interfaceorg/omg/CORBA/Repository.java .interfaceorg/omg/CORBA/SequenceDef.java .interfaceorg/omg/CORBA/StringDef.java .interfaceorg/omg/CORBA/StructDef.java .interfaceorg/omg/CORBA/TypedefDef.java .interfaceorg/omg/CORBA/UnionDef.java .interfaceorg/omg/CORBA/ValueBoxDef.java .interfaceorg/omg/CORBA/ValueDef.java .interfaceorg/omg/CORBA/ValueMemberDef.java .interfaceorg/omg/CORBA/WstringDef.java .Classes in org.omg.CORBA that implement ObjectModifier and TypeClassDescriptionclassorg/omg/CORBA/_AbstractInterfaceDefStub.java .classorg/omg/CORBA/_AliasDefStub.java .classorg/omg/CORBA/_ArrayDefStub.java .classorg/omg/CORBA/_AttributeDefStub.java .classorg/omg/CORBA/_ConstantDefStub.java .classorg/omg/CORBA/_ContainedStub.java .classorg/omg/CORBA/_ContainerStub.java .classorg/omg/CORBA/_EnumDefStub.java .classorg/omg/CORBA/_ExceptionDefStub.java .classorg/omg/CORBA/_ExtAbstractInterfaceDefStub.java .classorg/omg/CORBA/_ExtAttributeDefStub.java .classorg/omg/CORBA/_ExtInterfaceDefStub.java .classorg/omg/CORBA/_ExtLocalInterfaceDefStub.java .classorg/omg/CORBA/_ExtValueDefStub.java .classorg/omg/CORBA/_FixedDefStub.java .classorg/omg/CORBA/_IDLTypeStub.java .classorg/omg/CORBA/_InterfaceAttrExtensionStub.java .classorg/omg/CORBA/_InterfaceDefStub.java .classorg/omg/CORBA/_IRObjectStub.java .classorg/omg/CORBA/_LocalInterfaceDefStub.java .classorg/omg/CORBA/_ModuleDefStub.java .classorg/omg/CORBA/_NativeDefStub.java .classorg/omg/CORBA/_OperationDefStub.java .classThe Stub for Policy.classorg/omg/CORBA/_PrimitiveDefStub.java .classorg/omg/CORBA/_RepositoryStub.java .classorg/omg/CORBA/_SequenceDefStub.java .classorg/omg/CORBA/_StringDefStub.java .classorg/omg/CORBA/_StructDefStub.java .classorg/omg/CORBA/_TypedefDefStub.java .classorg/omg/CORBA/_UnionDefStub.java .classorg/omg/CORBA/_ValueBoxDefStub.java .classorg/omg/CORBA/_ValueDefStub.java .classorg/omg/CORBA/_ValueMemberDefStub.java .classorg/omg/CORBA/_WstringDefStub.java .classDeprecated.org.omg.CORBA.DynamicImplementationclassUsed as a base class for implementation of a local IDL interface in the Java language mapping.Fields in org.omg.CORBA declared as ObjectModifier and TypeFieldDescriptionObjectHolder.valueTheObjectvalue held by thisObjectHolderobject.Methods in org.omg.CORBA that return ObjectModifier and TypeMethodDescriptionLocalObject._duplicate()Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object."Object._duplicate()Returns a duplicate of this CORBA object reference.LocalObject._get_interface()Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object."LocalObject._get_interface_def()Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object."Object._get_interface_def()Obtains anInterfaceDeffor the object implementation referenced by this object reference.LocalObject._set_policy_override(Policy[] policies, SetOverrideType set_add) Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object."Object._set_policy_override(Policy[] policies, SetOverrideType set_add) Returns a newObjectwith the given policies either replacing any existing policies in thisObjector with the given policies added to the existing ones, depending on the value of the givenSetOverrideTypeobject.static Objectabstract ObjectAny.extract_Object()Extracts theorg.omg.CORBA.Objectin thisAnyobject'svaluefield.DynAny.get_reference()Deprecated.Retrieves theorg.omg.CORBA.Othercontained in thisDynAnyobject.static ObjectObjectHelper.read(InputStream istream) DataInputStream.read_Object()Reads an IDL CORBA::Object from the input stream.abstract ObjectORB.resolve_initial_references(String object_name) Resolves a specific object reference from the set of available initial service names.abstract ObjectORB.string_to_object(String str) Converts a string produced by the methodobject_to_stringback to a CORBA object reference.abstract ObjectRequest.target()Retrieves the the target object reference.Methods in org.omg.CORBA with parameters of type ObjectModifier and TypeMethodDescriptionbooleanLocalObject._is_equivalent(Object that) Determines whether the two object references are equivalent, so far as the ORB can easily determine.booleanObject._is_equivalent(Object other) Determines whether the two object references are equivalent, so far as the ORB can easily determine.voidConnects the given servant object (a Java object that is an instance of the server implementation class) to the ORB.ORB.create_operation_list(Object oper) Creates anNVListinitialized with argument descriptions for the operation described in the givenOperationDefobject.voidORB.disconnect(Object obj) Disconnects the given servant object from the ORB.static voidabstract voidAny.insert_Object(Object o) Inserts the givenorg.omg.CORBA.Objectobject into thisAnyobject'svaluefield.abstract voidAny.insert_Object(Object o, TypeCode t) Inserts the givenorg.omg.CORBA.Objectobject into thisAnyobject'svaluefield.voidDynAny.insert_reference(Object value) Deprecated.Inserts the givenorg.omg.CORBA.Objectas the value for thisDynAnyobject.static AbstractInterfaceDefstatic AliasDefstatic ArrayDefstatic AttributeDefstatic ConstantDefstatic Containedstatic Containerstatic Currentstatic EnumDefstatic ExceptionDefstatic ExtAbstractInterfaceDefstatic ExtAttributeDefstatic ExtInterfaceDefstatic ExtLocalInterfaceDefstatic ExtValueDefstatic FixedDefstatic IDLTypestatic InterfaceAttrExtensionstatic InterfaceDefstatic IRObjectstatic LocalInterfaceDefstatic ModuleDefstatic NativeDefstatic OperationDefstatic Policystatic PrimitiveDefstatic Repositorystatic SequenceDefstatic StringDefstatic StructDefstatic TypedefDefstatic UnionDefstatic ValueBoxDefstatic ValueDefstatic ValueMemberDefstatic WstringDefabstract StringORB.object_to_string(Object obj) Converts the given CORBA object reference to a string.static AbstractInterfaceDefAbstractInterfaceDefHelper.unchecked_narrow(Object obj) static AliasDefAliasDefHelper.unchecked_narrow(Object obj) static ArrayDefArrayDefHelper.unchecked_narrow(Object obj) static AttributeDefAttributeDefHelper.unchecked_narrow(Object obj) static ConstantDefConstantDefHelper.unchecked_narrow(Object obj) static ContainedContainedHelper.unchecked_narrow(Object obj) static ContainerContainerHelper.unchecked_narrow(Object obj) static EnumDefEnumDefHelper.unchecked_narrow(Object obj) static ExceptionDefExceptionDefHelper.unchecked_narrow(Object obj) static ExtAbstractInterfaceDefExtAbstractInterfaceDefHelper.unchecked_narrow(Object obj) static ExtAttributeDefExtAttributeDefHelper.unchecked_narrow(Object obj) static ExtInterfaceDefExtInterfaceDefHelper.unchecked_narrow(Object obj) static ExtLocalInterfaceDefExtLocalInterfaceDefHelper.unchecked_narrow(Object obj) static ExtValueDefExtValueDefHelper.unchecked_narrow(Object obj) static FixedDefFixedDefHelper.unchecked_narrow(Object obj) static IDLTypeIDLTypeHelper.unchecked_narrow(Object obj) static InterfaceAttrExtensionInterfaceAttrExtensionHelper.unchecked_narrow(Object obj) static InterfaceDefInterfaceDefHelper.unchecked_narrow(Object obj) static IRObjectIRObjectHelper.unchecked_narrow(Object obj) static LocalInterfaceDefLocalInterfaceDefHelper.unchecked_narrow(Object obj) static ModuleDefModuleDefHelper.unchecked_narrow(Object obj) static NativeDefNativeDefHelper.unchecked_narrow(Object obj) static OperationDefOperationDefHelper.unchecked_narrow(Object obj) static PrimitiveDefPrimitiveDefHelper.unchecked_narrow(Object obj) static RepositoryRepositoryHelper.unchecked_narrow(Object obj) static SequenceDefSequenceDefHelper.unchecked_narrow(Object obj) static StringDefStringDefHelper.unchecked_narrow(Object obj) static StructDefStructDefHelper.unchecked_narrow(Object obj) static TypedefDefTypedefDefHelper.unchecked_narrow(Object obj) static UnionDefUnionDefHelper.unchecked_narrow(Object obj) static ValueBoxDefValueBoxDefHelper.unchecked_narrow(Object obj) static ValueDefValueDefHelper.unchecked_narrow(Object obj) static ValueMemberDefValueMemberDefHelper.unchecked_narrow(Object obj) static WstringDefWstringDefHelper.unchecked_narrow(Object obj) static voidObjectHelper.write(OutputStream ostream, Object value) voidDataOutputStream.write_Object(Object value) Writes the IDL CORBA::Object value to the output stream.Constructors in org.omg.CORBA with parameters of type ObjectModifierConstructorDescriptionObjectHolder(Object initial) Constructs a newObjectHolderobject with itsvaluefield initialized to the givenObject. -
Uses of Object in org.omg.CORBA_2_3
Methods in org.omg.CORBA_2_3 that return Object -
Uses of Object in org.omg.CORBA_2_3.portable
Classes in org.omg.CORBA_2_3.portable that implement ObjectModifier and TypeClassDescriptionclassObjectImpl class is the base class for all stubs.Methods in org.omg.CORBA_2_3.portable with parameters of type ObjectModifier and TypeMethodDescriptionDelegate.get_codebase(Object self) Returns the codebase for object reference provided. -
Uses of Object in org.omg.CORBA.ComponentIR
Subinterfaces of Object in org.omg.CORBA.ComponentIRModifier and TypeInterfaceDescriptioninterfaceorg/omg/CORBA/ComponentIR/ComponentDef.java .interfaceorg/omg/CORBA/ComponentIR/ConsumesDef.java .interfaceorg/omg/CORBA/ComponentIR/Container.java .interfaceorg/omg/CORBA/ComponentIR/EmitsDef.java .interfaceorg/omg/CORBA/ComponentIR/EventDef.java .interfaceorg/omg/CORBA/ComponentIR/EventPortDef.java .interfaceorg/omg/CORBA/ComponentIR/FactoryDef.java .interfaceorg/omg/CORBA/ComponentIR/FinderDef.java .interfaceorg/omg/CORBA/ComponentIR/HomeDef.java .interfaceorg/omg/CORBA/ComponentIR/ModuleDef.java .interfaceorg/omg/CORBA/ComponentIR/ProvidesDef.java .interfaceorg/omg/CORBA/ComponentIR/PublishesDef.java .interfaceorg/omg/CORBA/ComponentIR/Repository.java .interfaceorg/omg/CORBA/ComponentIR/UsesDef.java .Classes in org.omg.CORBA.ComponentIR that implement ObjectModifier and TypeClassDescriptionclassorg/omg/CORBA/ComponentIR/_ComponentDefStub.java .classorg/omg/CORBA/ComponentIR/_ConsumesDefStub.java .classorg/omg/CORBA/ComponentIR/_ContainerStub.java .classorg/omg/CORBA/ComponentIR/_EmitsDefStub.java .classorg/omg/CORBA/ComponentIR/_EventDefStub.java .classorg/omg/CORBA/ComponentIR/_EventPortDefStub.java .classorg/omg/CORBA/ComponentIR/_FactoryDefStub.java .classorg/omg/CORBA/ComponentIR/_FinderDefStub.java .classorg/omg/CORBA/ComponentIR/_HomeDefStub.java .classorg/omg/CORBA/ComponentIR/_ModuleDefStub.java .classorg/omg/CORBA/ComponentIR/_ProvidesDefStub.java .classorg/omg/CORBA/ComponentIR/_PublishesDefStub.java .classorg/omg/CORBA/ComponentIR/_RepositoryStub.java .classorg/omg/CORBA/ComponentIR/_UsesDefStub.java .Methods in org.omg.CORBA.ComponentIR with parameters of type ObjectModifier and TypeMethodDescriptionstatic ComponentDefstatic ConsumesDefstatic Containerstatic EmitsDefstatic EventDefstatic EventPortDefstatic FactoryDefstatic FinderDefstatic HomeDefstatic ModuleDefstatic ProvidesDefstatic PublishesDefstatic Repositorystatic UsesDefstatic ComponentDefComponentDefHelper.unchecked_narrow(Object obj) static ConsumesDefConsumesDefHelper.unchecked_narrow(Object obj) static ContainerContainerHelper.unchecked_narrow(Object obj) static EmitsDefEmitsDefHelper.unchecked_narrow(Object obj) static EventDefEventDefHelper.unchecked_narrow(Object obj) static EventPortDefEventPortDefHelper.unchecked_narrow(Object obj) static FactoryDefFactoryDefHelper.unchecked_narrow(Object obj) static FinderDefFinderDefHelper.unchecked_narrow(Object obj) static HomeDefHomeDefHelper.unchecked_narrow(Object obj) static ModuleDefModuleDefHelper.unchecked_narrow(Object obj) static ProvidesDefProvidesDefHelper.unchecked_narrow(Object obj) static PublishesDefPublishesDefHelper.unchecked_narrow(Object obj) static RepositoryRepositoryHelper.unchecked_narrow(Object obj) static UsesDefUsesDefHelper.unchecked_narrow(Object obj) -
Uses of Object in org.omg.CORBA.portable
Classes in org.omg.CORBA.portable that implement ObjectModifier and TypeClassDescriptionclassThe common base class for all stub classes; provides default implementations of theorg.omg.CORBA.Objectmethods.Methods in org.omg.CORBA.portable that return ObjectModifier and TypeMethodDescriptionObjectImpl._duplicate()Returns a duplicate of thisObjectImplobject.ObjectImpl._get_interface_def()Retrieves the interface definition for thisObjectImplobject.ObjectImpl._set_policy_override(Policy[] policies, SetOverrideType set_add) Sets thisObjectImplobject's override type for the given policies to the given instance ofSetOverrideType.abstract ObjectReturns a duplicate of the object reference provided.abstract ObjectDelegate.get_interface_def(Object self) Return an InterfaceDef for the object reference provided.abstract ObjectInputStream.read_Object()Reads a CORBA object from this input stream.InputStream.read_Object(Class clz) Unmarshals an object and returns a CORBA Object, which is an instance of the class passed as its argument.Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add) Associates the policies passed in with a newly created object reference that it returns.Methods in org.omg.CORBA.portable with parameters of type ObjectModifier and TypeMethodDescriptionbooleanObjectImpl._is_equivalent(Object that) Checks whether the the givenObjectImplobject is equivalent to thisObjectImplobject.abstract RequestDelegate.create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result) Creates a Request instance for use in the Dynamic Invocation Interface.abstract RequestDelegate.create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) Creates a Request instance for use in the Dynamic Invocation Interface.abstract ObjectReturns a duplicate of the object reference provided.booleanProvides the implementation to override the equals(java.lang.Object obj) method of the delegating CORBA object.Delegate.get_domain_managers(Object self) Retrieves theDomainManagersof this object.abstract ObjectDelegate.get_interface_def(Object self) Return an InterfaceDef for the object reference provided.Delegate.get_policy(Object self, int policy_type) Returns thePolicyobject of the specified type which applies to this object.abstract intReturns an ORB-internal identifier (hashcode) for this object reference.intProvides the implementation to override the hashCode() method of the delegating CORBA object.Delegate.invoke(Object self, OutputStream output) invoke is called by a stub to invoke an operation.abstract booleanChecks if the object reference is an instance of the given interface.abstract booleanDelegate.is_equivalent(Object obj, Object other) Determines if the two object references are equivalent.booleanReturns true if this object is implemented by a local servant.abstract booleanDelegate.non_existent(Object obj) Determines whether the server object for the object reference has been destroyed.Provides a reference to the orb associated with its parameter.abstract voidReleases resources associated with the object reference provided.voidDelegate.releaseReply(Object self, InputStream input) releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed.abstract RequestCreates a Request instance for use in the Dynamic Invocation Interface.request is called by a stub to obtain an OutputStream for marshaling arguments.voidDelegate.servant_postinvoke(Object self, ServantObject servant) servant_postinvoke() is invoked by the local stub after the operation has been invoked on the local servant.Delegate.servant_preinvoke(Object self, String operation, Class expectedType) Returns a Java reference to the servant which should be used for this request. servant_preinvoke() is invoked by a local stub.Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add) Associates the policies passed in with a newly created object reference that it returns.Provides the implementation to override the toString() method of the delegating CORBA object.abstract voidOutputStream.write_Object(Object value) Writes a CORBA Object on this output stream. -
Uses of Object in org.omg.CosNaming
Subinterfaces of Object in org.omg.CosNamingModifier and TypeInterfaceDescriptioninterfaceThe BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.interfaceA naming context is an object that contains a set of name bindings in which each name is unique.interfaceNamingContextExtis the extension ofNamingContextwhich contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service.Classes in org.omg.CosNaming that implement ObjectModifier and TypeClassDescriptionclassThe BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.classNamingContextExtis the extension ofNamingContextwhich contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service.classclassA naming context is an object that contains a set of name bindings in which each name is unique.Methods in org.omg.CosNaming that return ObjectModifier and TypeMethodDescription_NamingContextExtStub.resolve(NameComponent[] n) The resolve operation is the process of retrieving an object bound to a name in a given context._NamingContextStub.resolve(NameComponent[] n) The resolve operation is the process of retrieving an object bound to a name in a given context.NamingContextExtPOATie.resolve(NameComponent[] n) The resolve operation is the process of retrieving an object bound to a name in a given context.NamingContextOperations.resolve(NameComponent[] n) The resolve operation is the process of retrieving an object bound to a name in a given context.NamingContextPOATie.resolve(NameComponent[] n) The resolve operation is the process of retrieving an object bound to a name in a given context._NamingContextExtStub.resolve_str(String sn) This operation resolves the Stringified name into the object reference.NamingContextExtOperations.resolve_str(String sn) This operation resolves the Stringified name into the object reference.NamingContextExtPOATie.resolve_str(String sn) This operation resolves the Stringified name into the object reference.Methods in org.omg.CosNaming with parameters of type ObjectModifier and TypeMethodDescriptionvoid_NamingContextExtStub.bind(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context.void_NamingContextStub.bind(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context.voidNamingContextExtPOATie.bind(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context.voidNamingContextOperations.bind(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context.voidNamingContextPOATie.bind(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context.static BindingIteratorstatic NamingContextExtstatic NamingContextvoid_NamingContextExtStub.rebind(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context even if the name is already bound in the context.void_NamingContextStub.rebind(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context even if the name is already bound in the context.voidNamingContextExtPOATie.rebind(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context even if the name is already bound in the context.voidNamingContextOperations.rebind(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context even if the name is already bound in the context.voidNamingContextPOATie.rebind(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context even if the name is already bound in the context.static BindingIteratorBindingIteratorHelper.unchecked_narrow(Object obj) static NamingContextExtNamingContextExtHelper.unchecked_narrow(Object obj) static NamingContextNamingContextHelper.unchecked_narrow(Object obj) -
Uses of Object in org.omg.DynamicAny
Subinterfaces of Object in org.omg.DynamicAnyModifier and TypeInterfaceDescriptioninterfaceAny values can be dynamically interpreted (traversed) and constructed through DynAny objects.interfaceDynAny objects can be created by invoking operations on the DynAnyFactory object.interfaceDynArray objects support the manipulation of IDL arrays.interfaceDynEnum objects support the manipulation of IDL enumerated values.interfaceDynFixed objects support the manipulation of IDL fixed values.interfaceDynSequence objects support the manipulation of IDL sequences.interfaceDynStruct objects support the manipulation of IDL struct and exception values.interfaceDynUnion objects support the manipulation of IDL unions.interfaceDynValue objects support the manipulation of IDL non-boxed value types.interfaceDynValueBox objects support the manipulation of IDL boxed value types.interfaceDynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.Classes in org.omg.DynamicAny that implement ObjectModifier and TypeClassDescriptionclassDynAny objects can be created by invoking operations on the DynAnyFactory object.classAny values can be dynamically interpreted (traversed) and constructed through DynAny objects.classDynArray objects support the manipulation of IDL arrays.classDynEnum objects support the manipulation of IDL enumerated values.classDynFixed objects support the manipulation of IDL fixed values.classDynSequence objects support the manipulation of IDL sequences.classDynStruct objects support the manipulation of IDL struct and exception values.classDynUnion objects support the manipulation of IDL unions.classDynValueBox objects support the manipulation of IDL boxed value types.classDynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.classDynValue objects support the manipulation of IDL non-boxed value types.Methods in org.omg.DynamicAny that return ObjectModifier and TypeMethodDescription_DynAnyStub.get_reference()Extracts the reference to a CORBA Object from this DynAny._DynArrayStub.get_reference()Extracts the reference to a CORBA Object from this DynAny._DynEnumStub.get_reference()Extracts the reference to a CORBA Object from this DynAny._DynFixedStub.get_reference()Extracts the reference to a CORBA Object from this DynAny._DynSequenceStub.get_reference()Extracts the reference to a CORBA Object from this DynAny._DynStructStub.get_reference()Extracts the reference to a CORBA Object from this DynAny._DynUnionStub.get_reference()Extracts the reference to a CORBA Object from this DynAny._DynValueBoxStub.get_reference()Extracts the reference to a CORBA Object from this DynAny._DynValueCommonStub.get_reference()Extracts the reference to a CORBA Object from this DynAny._DynValueStub.get_reference()Extracts the reference to a CORBA Object from this DynAny.DynAnyOperations.get_reference()Extracts the reference to a CORBA Object from this DynAny.DynAnyPOATie.get_reference()Extracts the reference to a CORBA Object from this DynAny.DynArrayPOATie.get_reference()Extracts the reference to a CORBA Object from this DynAny.DynEnumPOATie.get_reference()Extracts the reference to a CORBA Object from this DynAny.DynFixedPOATie.get_reference()Extracts the reference to a CORBA Object from this DynAny.DynSequencePOATie.get_reference()Extracts the reference to a CORBA Object from this DynAny.DynStructPOATie.get_reference()Extracts the reference to a CORBA Object from this DynAny.DynUnionPOATie.get_reference()Extracts the reference to a CORBA Object from this DynAny.DynValueBoxPOATie.get_reference()Extracts the reference to a CORBA Object from this DynAny.DynValueCommonPOATie.get_reference()Extracts the reference to a CORBA Object from this DynAny.DynValuePOATie.get_reference()Extracts the reference to a CORBA Object from this DynAny.Methods in org.omg.DynamicAny with parameters of type ObjectModifier and TypeMethodDescriptionvoid_DynAnyStub.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.void_DynArrayStub.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.void_DynEnumStub.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.void_DynFixedStub.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.void_DynSequenceStub.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.void_DynStructStub.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.void_DynUnionStub.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.void_DynValueBoxStub.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.void_DynValueCommonStub.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.void_DynValueStub.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.voidDynAnyOperations.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.voidDynAnyPOATie.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.voidDynArrayPOATie.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.voidDynEnumPOATie.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.voidDynFixedPOATie.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.voidDynSequencePOATie.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.voidDynStructPOATie.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.voidDynUnionPOATie.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.voidDynValueBoxPOATie.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.voidDynValueCommonPOATie.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.voidDynValuePOATie.insert_reference(Object value) Inserts a reference to a CORBA object into the DynAny.static DynAnyFactorystatic DynAnystatic DynArraystatic DynEnumstatic DynFixedstatic DynSequencestatic DynStructstatic DynUnionstatic DynValueBoxstatic DynValueCommonstatic DynValuestatic DynAnyFactoryDynAnyFactoryHelper.unchecked_narrow(Object obj) static DynAnyDynAnyHelper.unchecked_narrow(Object obj) static DynArrayDynArrayHelper.unchecked_narrow(Object obj) static DynEnumDynEnumHelper.unchecked_narrow(Object obj) static DynFixedDynFixedHelper.unchecked_narrow(Object obj) static DynSequenceDynSequenceHelper.unchecked_narrow(Object obj) static DynStructDynStructHelper.unchecked_narrow(Object obj) static DynUnionDynUnionHelper.unchecked_narrow(Object obj) static DynValueBoxDynValueBoxHelper.unchecked_narrow(Object obj) static DynValueCommonDynValueCommonHelper.unchecked_narrow(Object obj) static DynValueDynValueHelper.unchecked_narrow(Object obj) -
Uses of Object in org.omg.IOP
Subinterfaces of Object in org.omg.IOPModifier and TypeInterfaceDescriptioninterfaceorg/omg/IOP/Codec.java .interfaceorg/omg/IOP/CodecFactory.java .Methods in org.omg.IOP with parameters of type ObjectModifier and TypeMethodDescriptionstatic CodecFactorystatic Codecstatic CodecFactoryCodecFactoryHelper.unchecked_narrow(Object obj) static CodecCodecHelper.unchecked_narrow(Object obj) -
Uses of Object in org.omg.PortableInterceptor
Subinterfaces of Object in org.omg.PortableInterceptorModifier and TypeInterfaceDescriptioninterfaceRequest Information, accessible to client-side request interceptors.interfaceClient-side request interceptor.interfacePortable Interceptors Current (also known asPICurrent) is merely a slot table, the slots of which are used by each service to transfer their context data between their context and the request's or reply's service context.interfaceAll Portable Interceptors implement Interceptor.interfaceProvides the server-side ORB service with access to the applicable policies during IOR construction and the ability to add components.interfaceInterceptor used to establish tagged components in the profiles within an IOR.interfaceorg/omg/PortableInterceptor/IORInterceptor_3_0.java .interfaceFacilitates interceptor registration and ORB initialization.interfacePassed to eachORBInitializer, allowing it to to register interceptors and perform other duties while the ORB is initializing.interfaceEnables policy types to be constructed usingCORBA.ORB.create_policy.interfaceRequest Information, accessible to Interceptors.interfaceRequest Information, accessible to server-side request interceptors.interfaceServer-side request interceptor.Fields in org.omg.PortableInterceptor declared as ObjectModifier and TypeFieldDescriptionForwardRequest.forwardThe new object to forward the request to.Methods in org.omg.PortableInterceptor that return ObjectModifier and TypeMethodDescriptionClientRequestInfoOperations.effective_target()Returns the actual object on which the operation will be invoked.RequestInfoOperations.forward_reference()Contains the object to which the request will be forwarded, if thereply_statusattribute isLOCATION_FORWARD.ObjectReferenceFactory.make_object(String repositoryId, byte[] object_id) make_object creates a CORBA object reference according to the data in this template, with the given repository ID and object ID.ORBInitInfoOperations.resolve_initial_references(String id) Identical toORB.resolve_initial_references.ClientRequestInfoOperations.target()Returns the object which the client called to perform the operation.Methods in org.omg.PortableInterceptor with parameters of type ObjectModifier and TypeMethodDescriptionstatic ClientRequestInfostatic ClientRequestInterceptorstatic Currentstatic Interceptorstatic IORInfostatic IORInterceptor_3_0static IORInterceptorstatic ORBInitializerstatic ORBInitInfostatic PolicyFactorystatic RequestInfostatic ServerRequestInfostatic ServerRequestInterceptorvoidORBInitInfoOperations.register_initial_reference(String id, Object obj) Identical toORB.register_initial_reference.static ClientRequestInfoClientRequestInfoHelper.unchecked_narrow(Object obj) static ClientRequestInterceptorClientRequestInterceptorHelper.unchecked_narrow(Object obj) static CurrentCurrentHelper.unchecked_narrow(Object obj) static InterceptorInterceptorHelper.unchecked_narrow(Object obj) static IORInfoIORInfoHelper.unchecked_narrow(Object obj) static IORInterceptor_3_0IORInterceptor_3_0Helper.unchecked_narrow(Object obj) static IORInterceptorIORInterceptorHelper.unchecked_narrow(Object obj) static ORBInitializerORBInitializerHelper.unchecked_narrow(Object obj) static ORBInitInfoORBInitInfoHelper.unchecked_narrow(Object obj) static PolicyFactoryPolicyFactoryHelper.unchecked_narrow(Object obj) static RequestInfoRequestInfoHelper.unchecked_narrow(Object obj) static ServerRequestInfoServerRequestInfoHelper.unchecked_narrow(Object obj) static ServerRequestInterceptorServerRequestInterceptorHelper.unchecked_narrow(Object obj) Constructors in org.omg.PortableInterceptor with parameters of type ObjectModifierConstructorDescriptionForwardRequest(String $reason, Object _forward) ForwardRequest(Object _forward) -
Uses of Object in org.omg.PortableServer
Subinterfaces of Object in org.omg.PortableServerModifier and TypeInterfaceDescriptioninterfaceAn adapter activator supplies a POA with the ability to create child POAs on demand, as a side-effect of receiving a request that names the child POA (or one of its children), or when find_POA is called with an activate parameter value of TRUE.interfaceThe PortableServer::Current interface, derived from CORBA::Current, provides method implementations with access to the identity of the object on which the method was invoked.interfaceIdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.interfaceThe IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.interfaceThis policy specifies whether implicit activation of servants is supported in the created POA.interfaceThe LifespanPolicy specifies the lifespan of the objects implemented in the created POA.interfaceA POA object manages the implementation of a collection of objects.interfaceEach POA object has an associated POAManager object.interfaceThis policy specifies how requests are processed by the created POA.interfaceWhen the POA has the RETAIN policy it uses servant managers that are ServantActivators.interfaceWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.interfaceA servant manager supplies a POA with the ability to activate objects on demand when the POA receives a request targeted at an inactive object.interfaceThis policy specifies whether the created POA retains active servants in an Active Object Map.interfaceThe ThreadPolicy specifies the threading model used with the created POA.Classes in org.omg.PortableServer that implement ObjectModifier and TypeClassDescriptionclassWhen the POA has the RETAIN policy it uses servant managers that are ServantActivators.classWhen the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.Fields in org.omg.PortableServer declared as ObjectMethods in org.omg.PortableServer that return ObjectModifier and TypeMethodDescriptionServant._get_interface_def()Returns anInterfaceDefobject as aCORBA::Objectthat defines the runtime type of theCORBA::Objectimplemented by theServant.final ObjectServant._this_object()Allows the servant to obtain the object reference for the target CORBA object it is incarnating for that request.final ObjectServant._this_object(ORB orb) Allows the servant to obtain the object reference for the target CORBA Object it is incarnating for that request.POAOperations.create_reference(String intf) This operation creates an object reference that encapsulates a POA-generated Object Id value and the specified interface repository id.POAOperations.create_reference_with_id(byte[] oid, String intf) This operation creates an object reference that encapsulates the specified Object Id and interface repository Id values.POAOperations.id_to_reference(byte[] oid) If an object with the specified Object Id value is currently active, a reference encapsulating the information used to activate the object is returned.POAOperations.servant_to_reference(Servant p_servant) This operation requires the RETAIN policy and either the UNIQUE_ID or IMPLICIT_ACTIVATION policies if invoked outside the context of an operation dispatched by this POA.Methods in org.omg.PortableServer with parameters of type ObjectModifier and TypeMethodDescriptionstatic Currentstatic POAstatic ServantActivatorstatic ServantLocatorbyte[]POAOperations.reference_to_id(Object reference) This operation returns the Object Id value encapsulated by the specified reference.POAOperations.reference_to_servant(Object reference) If the POA has the RETAIN policy and the specified object is present in the Active Object Map, this operation returns the servant associated with that object in the Active Object Map.static ServantActivatorServantActivatorHelper.unchecked_narrow(Object obj) static ServantLocatorServantLocatorHelper.unchecked_narrow(Object obj) Constructors in org.omg.PortableServer with parameters of type ObjectModifierConstructorDescriptionForwardRequest(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 ObjectModifier and TypeMethodDescriptionDelegate.get_interface_def(Servant self) This operation returns an object in the Interface Repository which provides type information that may be useful to a program.Delegate.this_object(Servant Self) This allows the servant to obtain the object reference for the target CORBA Object it is incarnating for that request. -
Uses of Object in org.omg.SendingContext
Subinterfaces of Object in org.omg.SendingContextModifier and TypeInterfaceDescriptioninterfaceDefines the base class that represents the Sending Context of a request. -
Uses of Object in org.omg.stub.java.rmi
Classes in org.omg.stub.java.rmi that implement ObjectModifier and TypeClassDescriptionfinal classThis class provides the Stub for the Remote Type.