Uses of Interface
org.omg.CORBA.Object
Packages that use Object
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
Contains portability APIs for RMI-IIOP.
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
The CORBA_2_3 package defines additions to existing CORBA interfaces
in the Java[tm] Standard Edition 6. These changes occurred in recent
revisions to the CORBA API defined by the OMG. The new methods were
added to interfaces derived from the corresponding interfaces in
the CORBA package. This provides backward compatibility and avoids
breaking the JCK tests.
Provides methods for the input and output of value types, and contains
other updates to the
org/omg/CORBA/portable
package.Provides a portability layer, that is, a set of ORB APIs
that makes it possible for code generated
by one vendor to run on another vendor's ORB.
Contains RMI-IIOP Stubs for the Remote types that occur in the
java.rmi package.
-
Uses of Object in com.sun.corba.ee.impl.corba
Classes in com.sun.corba.ee.impl.corba that implement ObjectFields in com.sun.corba.ee.impl.corba declared as ObjectMethods in com.sun.corba.ee.impl.corba that return ObjectModifier and TypeMethodDescriptionAnyImpl.extract_Object()
See the description of the general Any operations.RequestImpl.target()
Methods in com.sun.corba.ee.impl.corba with parameters of type ObjectModifier and TypeMethodDescriptionvoid
AnyImpl.insert_Object
(Object o) See the description of the general Any operations.void
AnyImpl.insert_Object
(Object o, TypeCode tc) A variant of the insertion operation that takes a typecode argument as well.Constructors in com.sun.corba.ee.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.ee.impl.dynamicany
Classes in com.sun.corba.ee.impl.dynamicany that implement ObjectModifier and TypeClassDescriptionclass
(package private) class
(package private) class
(package private) class
class
(package private) class
class
class
class
class
class
class
class
(package private) class
class
Methods in com.sun.corba.ee.impl.dynamicany that return ObjectModifier and TypeMethodDescriptionDynAnyBasicImpl.get_reference()
DynAnyConstructedImpl.get_reference()
Methods in com.sun.corba.ee.impl.dynamicany with parameters of type ObjectModifier and TypeMethodDescriptionvoid
DynAnyBasicImpl.insert_reference
(Object value) void
DynAnyConstructedImpl.insert_reference
(Object value) -
Uses of Object in com.sun.corba.ee.impl.encoding
Classes in com.sun.corba.ee.impl.encoding that implement ObjectModifier and TypeClassDescriptionclass
Provides the reading side with a per connection cache of info obtained via calls to the remote CodeBase.Methods in com.sun.corba.ee.impl.encoding that return ObjectModifier and TypeMethodDescriptionprivate Object
CachedCodeBase.getObjectFromIOR()
static Object
CDRInputStream_1_0.internalIORToObject
(IOR ior, PresentationManager.StubFactory stubFactory, ORB orb) final Object
CDRInputObject.read_Object()
final Object
CDRInputObject.read_Object
(Class clz) CDRInputStream_1_0.read_Object()
CDRInputStream_1_0.read_Object
(Class clz) abstract Object
CDRInputStreamBase.read_Object()
abstract Object
CDRInputStreamBase.read_Object
(Class clz) MarshalInputStream.read_Object()
MarshalInputStream.read_Object
(Class stubClass) WrapperInputStream.read_Object()
Methods in com.sun.corba.ee.impl.encoding with parameters of type ObjectModifier and TypeMethodDescriptionfinal void
CDROutputObject.write_Object
(Object value) void
CDROutputStream_1_0.write_Object
(Object ref) abstract void
CDROutputStreamBase.write_Object
(Object value) void
MarshalOutputStream.write_Object
(Object value) -
Uses of Object in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement ObjectModifier and TypeClassDescriptionclass
private class
class
static class
class
-
Uses of Object in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement ObjectModifier and TypeClassDescriptionfinal class
CDREncapsCodec 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 class
Implementation of the ClientRequestInfo interface as specified in orbos/99-12-02 section 5.4.2.final class
CodecFactoryImpl is the implementation of the Codec Factory, as described in orbos/99-12-02.final class
IORInfoImpl is the implementation of the IORInfo class, as described in orbos/99-12-02, section 7.final class
ORBInitInfoImpl is the implementation of the ORBInitInfo class to be passed to ORBInitializers, as described in orbos/99-12-02.class
PICurrent is the implementation of Current as specified in the Portable Interceptors Spec orbos/99-12-02.class
Implementation of the RequestInfo interface as specified in orbos/99-12-02 section 5.4.1.final class
Implementation of the ServerRequestInfo interface as specified in orbos/99-12-02 section 5.4.3.Fields in com.sun.corba.ee.impl.interceptors declared as ObjectModifier and TypeFieldDescriptionprivate Object
ClientRequestInfoImpl.cachedEffectiveTargetObject
private Object
ClientRequestInfoImpl.cachedTargetObject
Methods in com.sun.corba.ee.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 Object
RequestInfoImpl.forward_reference()
Implementation for forward_reference() differs for client and server implementations.ServerRequestInfoImpl.forward_reference()
See ServerRequestInfo for javadocs.protected Object
RequestInfoImpl.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.ee.impl.interceptors with parameters of type ObjectModifier and TypeMethodDescriptionvoid
ORBInitInfoImpl.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.ee.impl.io
Classes in com.sun.corba.ee.impl.io that implement ObjectModifier and TypeClassDescriptionclass
This class acts as the remote interface to receivers wishing to retrieve the information of a remote Class. -
Uses of Object in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior that return ObjectModifier and TypeMethodDescriptionObjectReferenceProducerBase.make_object
(String repositoryId, byte[] objectId) Constructors in com.sun.corba.ee.impl.ior with parameters of type Object -
Uses of Object in com.sun.corba.ee.impl.misc
Methods in com.sun.corba.ee.impl.misc that return ObjectModifier and TypeMethodDescriptionstatic Object
ORBUtility.makeObjectReference
(IOR ior) This method is used to create untyped object references. -
Uses of Object in com.sun.corba.ee.impl.naming.cosnaming
Fields in com.sun.corba.ee.impl.naming.cosnaming declared as ObjectModifier and TypeFieldDescriptionTransientNamingContext.localRoot
The local root naming context.private Object
TransientNameService.theInitialNamingContext
InternalBindingValue.theObjectRef
Methods in com.sun.corba.ee.impl.naming.cosnaming that return ObjectModifier and TypeMethodDescriptionstatic Object
NamingContextImpl.doResolve
(NamingContextDataStore impl, NameComponent[] n) Implements resolving names in this NamingContext.private static Object
TransientNameServer.initializeRootNamingContext
(ORB orb) 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.NamingContextImpl.resolve_str
(String sn) This operation resolves the Stringified name into the object reference.NamingContextDataStore.resolveImpl
(NameComponent n, BindingTypeHolder bth) Method which implements resolving the specified name, returning the type of the binding and the bound object reference.final Object
TransientNamingContext.resolveImpl
(NameComponent n, BindingTypeHolder bth) Resolves the supplied name to an object reference and returns the type of the resolved binding.NamingContextDataStore.unbindImpl
(NameComponent name) Method which implements unbinding a name.final Object
TransientNamingContext.unbindImpl
(NameComponent n) Deletes the binding with the supplied name.Methods in com.sun.corba.ee.impl.naming.cosnaming with parameters of type ObjectModifier and TypeMethodDescriptionvoid
NamingContextImpl.bind
(NameComponent[] n, Object obj) Bind an object under a name in this NamingContext.void
NamingContextDataStore.bindImpl
(NameComponent n, Object obj, BindingType bt) Method which implements binding a name to an object as the specified binding type.final void
TransientNamingContext.bindImpl
(NameComponent n, Object obj, BindingType bt) Binds the object to the name component as the specified binding type.static void
NamingContextImpl.doBind
(NamingContextDataStore impl, NameComponent[] n, Object obj, boolean rebind, BindingType bt) Implements all four flavors of binding.void
NamingContextImpl.rebind
(NameComponent[] n, Object obj) Bind an object under a name in this NamingContext.Constructors in com.sun.corba.ee.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.ee.impl.oa.poa
Classes in com.sun.corba.ee.impl.oa.poa that implement ObjectModifier and TypeClassDescription(package private) final class
(package private) final class
(package private) final class
(package private) final class
class
class
POAImpl is the implementation of the Portable Object Adapter.class
POAManagerImpl is the implementation of the POAManager interface.class
(package private) final class
(package private) final class
Methods in com.sun.corba.ee.impl.oa.poa that return ObjectModifier and TypeMethodDescriptionPOAImpl.create_reference
(String repId) create_reference
3.3.8.17POAImpl.create_reference_with_id
(byte[] oid, String repId) create_reference_with_id
3.3.8.18DelegateImpl.get_interface_def
(Servant Self) POAImpl.getLocalServant
(byte[] objectId) POAImpl.id_to_reference
(byte[] id) id_to_reference
3.3.8.24POAImpl.servant_to_reference
(Servant servant) servant_to_reference
3.3.8.20DelegateImpl.this_object
(Servant self) Methods in com.sun.corba.ee.impl.oa.poa with parameters of type ObjectModifier and TypeMethodDescriptionprivate byte[]
POAImpl.internalReferenceToId
(Object reference) byte[]
POAImpl.reference_to_id
(Object reference) reference_to_id
3.3.8.22POAImpl.reference_to_servant
(Object reference) reference_to_servant
3.3.8.21 -
Uses of Object in com.sun.corba.ee.impl.oa.rfm
Classes in com.sun.corba.ee.impl.oa.rfm that implement ObjectModifier and TypeClassDescriptionclass
class
private class
private static class
private static class
private static class
Methods in com.sun.corba.ee.impl.oa.rfm that return ObjectModifier and TypeMethodDescriptionReferenceFactoryImpl.createReference
(byte[] key) (package private) Object
ReferenceFactoryManagerImpl.createReference
(String name, byte[] key, String repositoryId) -
Uses of Object in com.sun.corba.ee.impl.oa.toa
Classes in com.sun.corba.ee.impl.oa.toa that implement ObjectModifier and TypeClassDescriptionclass
The Transient Object Adapter (TOA) represents the OA for purely transient objects.Methods in com.sun.corba.ee.impl.oa.toa that return ObjectMethods in com.sun.corba.ee.impl.oa.toa with parameters of type ObjectModifier and TypeMethodDescriptionvoid
Connect the given servant to the ORB by allocating a transient object key and creating an IOR and object reference using the current factory.void
void
TOA.disconnect
(Object obj) Disconnect the object from this ORB.void
TOAImpl.disconnect
(Object objref) -
Uses of Object in com.sun.corba.ee.impl.orb
Classes in com.sun.corba.ee.impl.orb that implement ObjectModifier and TypeClassDescriptionstatic final class
static final class
Methods in com.sun.corba.ee.impl.orb that return ObjectModifier and TypeMethodDescriptionORBImpl.resolve_initial_references
(String identifier) 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.ee.impl.orb with parameters of type ObjectModifier and TypeMethodDescriptionvoid
void
ORBImpl.create_operation_list
(Object oper) Create an NVList corresponding to an OperationDefORBSingleton.create_operation_list
(Object oper) void
ORBImpl.disconnect
(Object obj) void
ORBSingleton.disconnect
(Object obj) ORBImpl.object_to_string
(Object obj) Convert an object ref to a string.ORBSingleton.object_to_string
(Object obj) void
ORBImpl.register_initial_reference
(String id, Object obj) void
ORBSingleton.register_initial_reference
(String id, Object obj) Method parameters in com.sun.corba.ee.impl.orb with type arguments of type ObjectModifier and TypeMethodDescriptionvoid
ORBSingleton.registerInitialReference
(String id, org.glassfish.pfl.basic.func.NullaryFunction<Object> closure) -
Uses of Object in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement ObjectModifier and TypeClassDescriptionclass
Install this in an ORB using the property ORBConstants.USER_CONFIGURATOR_PREFIX + "corba.lb.NoConnectionCacheImpl" = "dummy"class
class
class
-
Uses of Object in com.sun.corba.ee.impl.presentation.rmi
Classes in com.sun.corba.ee.impl.presentation.rmi that implement ObjectFields in com.sun.corba.ee.impl.presentation.rmi declared as ObjectMethods in com.sun.corba.ee.impl.presentation.rmi that return ObjectModifier and TypeMethodDescriptionabstract Object
StubFactoryDynamicBase.makeStub()
StubFactoryStaticImpl.makeStub()
ReflectiveTie.thisObject()
Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type ObjectModifier and TypeMethodDescriptionstatic StubIORImpl
StubConnectImpl.connect
(StubIORImpl ior, Object proxy, ObjectImpl stub, ORB orb) Connect the stub to the orb if necessary.Constructors in com.sun.corba.ee.impl.presentation.rmi with parameters of type ObjectModifierConstructorDescriptionStubInvocationHandlerImpl
(PresentationManager pm, PresentationManager.ClassData classData, Object stub) -
Uses of Object in com.sun.corba.ee.impl.presentation.rmi.codegen
Classes in com.sun.corba.ee.impl.presentation.rmi.codegen that implement ObjectMethods in com.sun.corba.ee.impl.presentation.rmi.codegen that return ObjectMethods in com.sun.corba.ee.impl.presentation.rmi.codegen with parameters of type ObjectModifier and TypeMethodDescriptionprivate static StubDelegateImpl
CodegenStubBase.getStubDelegateImpl
(Object stub) private static StubDelegateImpl
CodegenStubBase.getStubDelegateImplField
(Object stub) private static void
CodegenStubBase.setDefaultDelegate
(Object stub) -
Uses of Object in com.sun.corba.ee.impl.presentation.rmi.proxy
Methods in com.sun.corba.ee.impl.presentation.rmi.proxy that return Object -
Uses of Object in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that return ObjectMethods in com.sun.corba.ee.impl.protocol with parameters of type ObjectModifier and TypeMethodDescriptionClientDelegateImpl.create_request
(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result) ClientDelegateImpl.create_request
(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) boolean
This method overrides the org.omg.CORBA.portable.Delegate.equals method, and does the equality check based on IOR equality.ClientDelegateImpl.get_codebase
(Object self) ClientDelegateImpl.get_interface_def
(Object obj) int
int
FullServantCacheLocalCRDImpl.internalPreinvoke
(Object self, String operation, Class expectedType) InfoOnlyServantCacheLocalCRDImpl.internalPreinvoke
(Object self, String operation, Class expectedType) protected ServantObject
LocalClientRequestDispatcherBase.internalPreinvoke
(Object self, String operation, Class expectedType) MinimalServantCacheLocalCRDImpl.internalPreinvoke
(Object self, String operation, Class expectedType) POALocalCRDImpl.internalPreinvoke
(Object self, String operation, Class expectedType) ClientDelegateImpl.invoke
(Object self, OutputStream output) boolean
boolean
ClientDelegateImpl.is_equivalent
(Object obj, Object ref) boolean
Returns true if this object is implemented by a local servant.boolean
boolean
boolean
ClientDelegateImpl.non_existent
(Object obj) void
void
ClientDelegateImpl.releaseReply
(Object self, InputStream input) void
ClientDelegateImpl.servant_postinvoke
(Object self, ServantObject servant) void
FullServantCacheLocalCRDImpl.servant_postinvoke
(Object self, ServantObject servantobj) void
InfoOnlyServantCacheLocalCRDImpl.servant_postinvoke
(Object self, ServantObject servantobj) void
JIDLLocalCRDImpl.servant_postinvoke
(Object self, ServantObject servant) void
MinimalServantCacheLocalCRDImpl.servant_postinvoke
(Object self, ServantObject servantobj) void
NotLocalLocalCRDImpl.servant_postinvoke
(Object self, ServantObject servant) void
POALocalCRDImpl.servant_postinvoke
(Object self, ServantObject servantobj) ClientDelegateImpl.servant_preinvoke
(Object self, String operation, Class expectedType) JIDLLocalCRDImpl.servant_preinvoke
(Object self, String operation, Class expectedType) LocalClientRequestDispatcherBase.servant_preinvoke
(Object self, String operation, Class expectedType) NotLocalLocalCRDImpl.servant_preinvoke
(Object self, String operation, Class expectedType) boolean
LocalClientRequestDispatcherBase.useLocalInvocation
(Object self) boolean
NotLocalLocalCRDImpl.useLocalInvocation
(Object self) -
Uses of Object in com.sun.corba.ee.impl.resolver
Fields in com.sun.corba.ee.impl.resolver with type parameters of type ObjectModifier and TypeFieldDescription(package private) ConcurrentHashMap
<String, org.glassfish.pfl.basic.func.NullaryFunction<Object>> LocalResolverImpl.nameToClosure
Methods in com.sun.corba.ee.impl.resolver that return ObjectModifier and TypeMethodDescriptionprivate Object
INSURLOperationImpl.getIORFromString
(String str) This static method takes a Stringified IOR and converts it into IOR object.private Object
INSURLOperationImpl.getIORUsingCorbaloc
(INSURL corbalocObject) This is an internal method to get the IOR from the CorbalocURL object.private Object
INSURLOperationImpl.resolveCorbaloc
(CorbalocURL theCorbaLocObject) resolves a corbaloc: url that is encapsulated in a CorbalocURL object.private Object
INSURLOperationImpl.resolveCorbaname
(CorbanameURL theCorbaName) resolves a corbaname: url that is encapsulated in a CorbanameURL object.private Object
INSURLOperationImpl.resolveINSURL
(INSURL theURLObject) Method parameters in com.sun.corba.ee.impl.resolver with type arguments of type Object -
Uses of Object in com.sun.corba.ee.impl.txpoa
Classes in com.sun.corba.ee.impl.txpoa that implement Object -
Uses of Object in com.sun.corba.ee.impl.util
Fields in com.sun.corba.ee.impl.util declared as ObjectMethods in com.sun.corba.ee.impl.util with parameters of type ObjectConstructors in com.sun.corba.ee.impl.util with parameters of type Object -
Uses of Object in com.sun.corba.ee.org.omg.CORBA
Methods in com.sun.corba.ee.org.omg.CORBA with parameters of type ObjectModifier and TypeMethodDescriptionvoid
ORB.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.ee.spi.extension
Classes in com.sun.corba.ee.spi.extension that implement ObjectModifier and TypeClassDescriptionclass
Policy used to specify the copyObject implementation to use.class
Policy used to support the request partitioning feature and to specify the partition to use.class
Policy used to support the request partitioning feature and to specify the partition to use.class
Policy used to implement servant caching optimization in the POA.class
Policy used to implement zero IIOP port policy in the POA. -
Uses of Object in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return Object -
Uses of Object in com.sun.corba.ee.spi.oa
Classes in com.sun.corba.ee.spi.oa that implement ObjectMethods in com.sun.corba.ee.spi.oa that return ObjectModifier and TypeMethodDescriptionObjectAdapter.getLocalServant
(byte[] objectId) Get the servant corresponding to the given objectId, if this is supported.abstract Object
ObjectAdapterBase.getLocalServant
(byte[] objectId) final Object
ObjectAdapterBase.makeObject
(String repId, byte[] oid) -
Uses of Object in com.sun.corba.ee.spi.oa.rfm
Subinterfaces of Object in com.sun.corba.ee.spi.oa.rfmModifier and TypeInterfaceDescriptioninterface
interface
ReferenceFactoryManager uses the ORB POA to create a specialized reference factory.Methods in com.sun.corba.ee.spi.oa.rfm that return ObjectModifier and TypeMethodDescriptionReferenceFactory.createReference
(byte[] key) Create an object reference with the given key and repository ID. -
Uses of Object in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb with parameters of type Object -
Uses of Object in com.sun.corba.ee.spi.presentation.rmi
Subinterfaces of Object in com.sun.corba.ee.spi.presentation.rmiModifier and TypeInterfaceDescriptioninterface
Interface used to support dynamically generated stubs.Classes in com.sun.corba.ee.spi.presentation.rmi that implement ObjectModifier and TypeClassDescriptionclass
Wrapper that can take any stub (object x such that StubAdapter.isStub(x)) and treat it as a DynamicStub.Fields in com.sun.corba.ee.spi.presentation.rmi declared as ObjectMethods in com.sun.corba.ee.spi.presentation.rmi that return ObjectModifier and TypeMethodDescriptionStubWrapper._duplicate()
StubWrapper._get_interface_def()
StubWrapper._set_policy_override
(Policy[] policies, SetOverrideType set_add) static Object
StubAdapter.activateServant
(Servant servant) Use implicit activation to get an object reference for the servant.static Object
StubAdapter.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.ee.spi.presentation.rmi with parameters of type ObjectConstructors in com.sun.corba.ee.spi.presentation.rmi with parameters of type Object -
Uses of Object in com.sun.corba.ee.spi.protocol
Fields in com.sun.corba.ee.spi.protocol declared as ObjectMethods in com.sun.corba.ee.spi.protocol that return ObjectMethods in com.sun.corba.ee.spi.protocol with parameters of type ObjectModifier and TypeMethodDescriptionboolean
void
LocalClientRequestDispatcher.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.boolean
LocalClientRequestDispatcher.useLocalInvocation
(Object self) Constructors in com.sun.corba.ee.spi.protocol with parameters of type Object -
Uses of Object in com.sun.corba.ee.spi.resolver
Methods in com.sun.corba.ee.spi.resolver that return ObjectModifier and TypeMethodDescriptionLook up the name using this resolver and return the CORBA object reference bound to this name, if any.Method parameters in com.sun.corba.ee.spi.resolver with type arguments of type Object -
Uses of Object in com.sun.org.omg.CORBA
Subinterfaces of Object in com.sun.org.omg.CORBAMethods 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 TypeInterfaceDescriptioninterface
com/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 TypeClassDescriptionclass
com/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 PDTclass
com/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 TypeClassDescriptionclass
Base 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.glassfish.corba.org.omg.CORBA
Classes in org.glassfish.corba.org.omg.CORBA that implement ObjectModifier and TypeClassDescriptionclass
com/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 PDT -
Uses of Object in org.glassfish.jndi.cosnaming
Methods in org.glassfish.jndi.cosnaming with parameters of type Object -
Uses of Object in org.glassfish.jndi.toolkit.corba
Methods in org.glassfish.jndi.toolkit.corba that return ObjectModifier and TypeMethodDescriptionstatic Object
CorbaUtils.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 org.omg.CORBA
Subinterfaces of Object in org.omg.CORBAModifier and TypeInterfaceDescriptioninterface
org/omg/CORBA/AliasDef.java .interface
org/omg/CORBA/ArrayDef.java .interface
org/omg/CORBA/AttributeDef.java .interface
org/omg/CORBA/ConstantDef.java .interface
org/omg/CORBA/Contained.java .interface
org/omg/CORBA/Container.java .interface
Interfaces 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.interface
Provides mechanisms for establishing and navigating relationships to superior and subordinate domains, as well as for creating and accessing policies.interface
Deprecated.Use the new DynAny insteadinterface
Deprecated.Use the new DynArray insteadinterface
Deprecated.Use the new DynEnum insteadinterface
Deprecated.Use the new DynFixed insteadinterface
Deprecated.Use the new DynSequence insteadinterface
Deprecated.Use the new DynStruct insteadinterface
Deprecated.Use the new DynUnion insteadinterface
Deprecated.Use the new DynValue insteadinterface
org/omg/CORBA/EnumDef.java .interface
org/omg/CORBA/ExceptionDef.java .interface
An abstract interface inherited by all Interface Repository (IR) objects that represent OMG IDL types.interface
org/omg/CORBA/InterfaceDef.java .interface
An IRObject IDL interface represents the most generic interface from which all other Interface Repository interfaces are derived, even the Repository itself.interface
org/omg/CORBA/ModuleDef.java .interface
org/omg/CORBA/NativeDef.java .interface
org/omg/CORBA/OperationDef.java .interface
Interfaces derived from the Policy interface allow an ORB or CORBA service access to certain choices that affect its operation.interface
org/omg/CORBA/PrimitiveDef.java .interface
org/omg/CORBA/Repository.java .interface
org/omg/CORBA/SequenceDef.java .interface
org/omg/CORBA/StringDef.java .interface
org/omg/CORBA/StructDef.java .interface
org/omg/CORBA/TypedefDef.java .interface
org/omg/CORBA/UnionDef.java .interface
org/omg/CORBA/ValueBoxDef.java .interface
org/omg/CORBA/ValueDef.java .interface
org/omg/CORBA/ValueMemberDef.java .Classes in org.omg.CORBA that implement ObjectModifier and TypeClassDescriptionclass
org/omg/CORBA/_AliasDefStub.java .class
org/omg/CORBA/_ArrayDefStub.java .class
org/omg/CORBA/_AttributeDefStub.java .class
org/omg/CORBA/_ConstantDefStub.java .class
org/omg/CORBA/_ContainedStub.java .class
org/omg/CORBA/_ContainerStub.java .class
org/omg/CORBA/_EnumDefStub.java .class
org/omg/CORBA/_ExceptionDefStub.java .class
The Stub for IDLType.class
org/omg/CORBA/_InterfaceDefStub.java .class
org/omg/CORBA/_ModuleDefStub.java .class
org/omg/CORBA/_NativeDefStub.java .class
org/omg/CORBA/_OperationDefStub.java .class
The Stub for Policy.class
org/omg/CORBA/_PrimitiveDefStub.java .class
org/omg/CORBA/_RepositoryStub.java .class
org/omg/CORBA/_SequenceDefStub.java .class
org/omg/CORBA/_StringDefStub.java .class
org/omg/CORBA/_StructDefStub.java .class
org/omg/CORBA/_TypedefDefStub.java .class
org/omg/CORBA/_UnionDefStub.java .class
org/omg/CORBA/_ValueBoxDefStub.java .class
org/omg/CORBA/_ValueDefStub.java .class
org/omg/CORBA/_ValueMemberDefStub.java .class
Deprecated.org.omg.CORBA.DynamicImplementationclass
Used 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.value
TheObject
value held by thisObjectHolder
object.Methods in org.omg.CORBA that return ObjectModifier and TypeMethodDescriptionLocalObject._duplicate()
Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Object
method.Object._duplicate()
Returns a duplicate of this CORBA object reference.LocalObject._get_interface()
Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.LocalObject._get_interface_def()
Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Object
method.Object._get_interface_def()
Obtains anInterfaceDef
for the object implementation referenced by this object reference.LocalObject._set_policy_override
(Policy[] policies, SetOverrideType set_add) Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." This method does not apply to local objects and is therefore not implemented.Object._set_policy_override
(Policy[] policies, SetOverrideType set_add) Returns a newObject
with the given policies either replacing any existing policies in thisObject
or with the given policies added to the existing ones, depending on the value of the givenSetOverrideType
object.static Object
abstract Object
Any.extract_Object()
Extracts theorg.omg.CORBA.Object
in thisAny
object'svalue
field.DynAny.get_reference()
Deprecated.Retrieves theorg.omg.CORBA.Other
contained in thisDynAny
object.static Object
ObjectHelper.read
(InputStream istream) DataInputStream.read_Object()
Reads an IDL CORBA::Object from the input stream.abstract Object
ORB.resolve_initial_references
(String object_name) Resolves a specific object reference from the set of available initial service names.abstract Object
ORB.string_to_object
(String str) Converts a string produced by the methodobject_to_string
back to a CORBA object reference.abstract Object
Request.target()
Retrieves the the target object reference.Methods in org.omg.CORBA with parameters of type ObjectModifier and TypeMethodDescriptionboolean
LocalObject._is_equivalent
(Object that) Determines whether the two object references are equivalent, so far as the ORB can easily determine.boolean
Object._is_equivalent
(Object other) Determines whether the two object references are equivalent, so far as the ORB can easily determine.void
Connects 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 anNVList
initialized with argument descriptions for the operation described in the givenOperationDef
object.void
ORB.disconnect
(Object obj) Disconnects the given servant object from the ORB.static void
abstract void
Any.insert_Object
(Object o) Inserts the givenorg.omg.CORBA.Object
object into thisAny
object'svalue
field.abstract void
Any.insert_Object
(Object o, TypeCode t) Inserts the givenorg.omg.CORBA.Object
object into thisAny
object'svalue
field.void
DynAny.insert_reference
(Object value) Deprecated.Inserts the givenorg.omg.CORBA.Object
as the value for thisDynAny
object.static AliasDef
static ArrayDef
static AttributeDef
static ConstantDef
static Contained
static Container
static Current
static EnumDef
static ExceptionDef
static IDLType
static InterfaceDef
static ModuleDef
static NativeDef
static OperationDef
static Policy
static PrimitiveDef
static Repository
static SequenceDef
static StringDef
static StructDef
static TypedefDef
static UnionDef
static ValueBoxDef
static ValueDef
static ValueMemberDef
abstract String
ORB.object_to_string
(Object obj) Converts the given CORBA object reference to a string.static AliasDef
AliasDefHelper.unchecked_narrow
(Object obj) static ArrayDef
ArrayDefHelper.unchecked_narrow
(Object obj) static AttributeDef
AttributeDefHelper.unchecked_narrow
(Object obj) static ConstantDef
ConstantDefHelper.unchecked_narrow
(Object obj) static Contained
ContainedHelper.unchecked_narrow
(Object obj) static Container
ContainerHelper.unchecked_narrow
(Object obj) static EnumDef
EnumDefHelper.unchecked_narrow
(Object obj) static ExceptionDef
ExceptionDefHelper.unchecked_narrow
(Object obj) static InterfaceDef
InterfaceDefHelper.unchecked_narrow
(Object obj) static ModuleDef
ModuleDefHelper.unchecked_narrow
(Object obj) static NativeDef
NativeDefHelper.unchecked_narrow
(Object obj) static OperationDef
OperationDefHelper.unchecked_narrow
(Object obj) static PrimitiveDef
PrimitiveDefHelper.unchecked_narrow
(Object obj) static Repository
RepositoryHelper.unchecked_narrow
(Object obj) static SequenceDef
SequenceDefHelper.unchecked_narrow
(Object obj) static StringDef
StringDefHelper.unchecked_narrow
(Object obj) static StructDef
StructDefHelper.unchecked_narrow
(Object obj) static TypedefDef
TypedefDefHelper.unchecked_narrow
(Object obj) static UnionDef
UnionDefHelper.unchecked_narrow
(Object obj) static ValueBoxDef
ValueBoxDefHelper.unchecked_narrow
(Object obj) static ValueDef
ValueDefHelper.unchecked_narrow
(Object obj) static ValueMemberDef
ValueMemberDefHelper.unchecked_narrow
(Object obj) static void
ObjectHelper.write
(OutputStream ostream, Object value) void
DataOutputStream.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 newObjectHolder
object with itsvalue
field 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 TypeClassDescriptionclass
ObjectImpl 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.portable
Classes in org.omg.CORBA.portable that implement ObjectModifier and TypeClassDescriptionclass
The common base class for all stub classes; provides default implementations of theorg.omg.CORBA.Object
methods.Methods in org.omg.CORBA.portable that return ObjectModifier and TypeMethodDescriptionObjectImpl._duplicate()
Returns a duplicate of thisObjectImpl
object.ObjectImpl._get_interface_def()
Retrieves the interface definition for thisObjectImpl
object.ObjectImpl._set_policy_override
(Policy[] policies, SetOverrideType set_add) Sets thisObjectImpl
object's override type for the given policies to the given instance ofSetOverrideType
.abstract Object
Returns a duplicate of the object reference provided.abstract Object
Delegate.get_interface_def
(Object self) Return an InterfaceDef for the object reference provided.abstract Object
InputStream.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 TypeMethodDescriptionboolean
ObjectImpl._is_equivalent
(Object that) Checks whether the the givenObjectImpl
object is equivalent to thisObjectImpl
object.abstract Request
Delegate.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 Request
Delegate.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 Object
Returns a duplicate of the object reference provided.boolean
Provides the implementation to override the equals(java.lang.Object obj) method of the delegating CORBA object.Delegate.get_domain_managers
(Object self) Retrieves theDomainManagers
of this object.abstract Object
Delegate.get_interface_def
(Object self) Return an InterfaceDef for the object reference provided.Delegate.get_policy
(Object self, int policy_type) Returns thePolicy
object of the specified type which applies to this object.abstract int
Returns an ORB-internal identifier (hashcode) for this object reference.int
Provides 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 boolean
Checks if the object reference is an instance of the given interface.abstract boolean
Delegate.is_equivalent
(Object obj, Object other) Determines if the two object references are equivalent.boolean
Returns true if this object is implemented by a local servant.abstract boolean
Delegate.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 void
Releases resources associated with the object reference provided.void
Delegate.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 Request
Creates a Request instance for use in the Dynamic Invocation Interface.request is called by a stub to obtain an OutputStream for marshaling arguments.void
Delegate.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.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 void
OutputStream.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 TypeInterfaceDescriptioninterface
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.interface
A naming context is an object that contains a set of name bindings in which each name is unique.interface
NamingContextExt
is the extension ofNamingContext
which contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service.Classes in org.omg.CosNaming that implement ObjectModifier and TypeClassDescriptionclass
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.class
NamingContextExt
is the extension ofNamingContext
which contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service.class
A naming context is an object that contains a set of name bindings in which each name is unique.Methods in org.omg.CosNaming that return 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.void
NamingContextExtPOATie.bind
(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context.void
NamingContextOperations.bind
(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context.void
NamingContextPOATie.bind
(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context.static BindingIterator
static NamingContextExt
static NamingContext
void
_NamingContextExtStub.rebind
(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context even if the name is already bound in the context.void
_NamingContextStub.rebind
(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context even if the name is already bound in the context.void
NamingContextExtPOATie.rebind
(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context even if the name is already bound in the context.void
NamingContextOperations.rebind
(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context even if the name is already bound in the context.void
NamingContextPOATie.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 BindingIterator
BindingIteratorHelper.unchecked_narrow
(Object obj) static NamingContextExt
NamingContextExtHelper.unchecked_narrow
(Object obj) static NamingContext
NamingContextHelper.unchecked_narrow
(Object obj) -
Uses of Object in org.omg.CosTransactions
Subinterfaces of Object in org.omg.CosTransactionsModifier and TypeInterfaceDescriptioninterface
org/omg/CosTransactions/Control.java .interface
org/omg/CosTransactions/Coordinator.java .interface
org/omg/CosTransactions/Current.java .interface
org/omg/CosTransactions/InvocationPolicy.java .interface
org/omg/CosTransactions/NonTxTargetPolicy.java .interface
org/omg/CosTransactions/OTSPolicy.java .interface
org/omg/CosTransactions/RecoveryCoordinator.java .interface
org/omg/CosTransactions/Resource.java .interface
org/omg/CosTransactions/SubtransactionAwareResource.java .interface
org/omg/CosTransactions/Synchronization.java .interface
org/omg/CosTransactions/Terminator.java .interface
org/omg/CosTransactions/TransactionalObject.java .interface
org/omg/CosTransactions/TransactionFactory.java .Classes in org.omg.CosTransactions that implement ObjectModifier and TypeClassDescriptionclass
org/omg/CosTransactions/_ControlStub.java .class
org/omg/CosTransactions/_CoordinatorStub.java .class
org/omg/CosTransactions/_CurrentStub.java .class
org/omg/CosTransactions/_InvocationPolicyStub.java .class
org/omg/CosTransactions/_NonTxTargetPolicyStub.java .class
org/omg/CosTransactions/_OTSPolicyStub.java .class
org/omg/CosTransactions/_RecoveryCoordinatorStub.java .class
org/omg/CosTransactions/_ResourceStub.java .class
org/omg/CosTransactions/_SubtransactionAwareResourceStub.java .class
org/omg/CosTransactions/_SynchronizationStub.java .class
org/omg/CosTransactions/_TerminatorStub.java .class
org/omg/CosTransactions/_TransactionalObjectStub.java .class
org/omg/CosTransactions/_TransactionFactoryStub.java .Methods in org.omg.CosTransactions with parameters of type ObjectModifier and TypeMethodDescriptionstatic Control
static Coordinator
static Current
static InvocationPolicy
static NonTxTargetPolicy
static OTSPolicy
static RecoveryCoordinator
static Resource
static SubtransactionAwareResource
static Synchronization
static Terminator
static TransactionalObject
static TransactionFactory
static Control
ControlHelper.unchecked_narrow
(Object obj) static Coordinator
CoordinatorHelper.unchecked_narrow
(Object obj) static Current
CurrentHelper.unchecked_narrow
(Object obj) static InvocationPolicy
InvocationPolicyHelper.unchecked_narrow
(Object obj) static NonTxTargetPolicy
NonTxTargetPolicyHelper.unchecked_narrow
(Object obj) static OTSPolicy
OTSPolicyHelper.unchecked_narrow
(Object obj) static RecoveryCoordinator
RecoveryCoordinatorHelper.unchecked_narrow
(Object obj) static Resource
ResourceHelper.unchecked_narrow
(Object obj) static SubtransactionAwareResource
SubtransactionAwareResourceHelper.unchecked_narrow
(Object obj) static Synchronization
SynchronizationHelper.unchecked_narrow
(Object obj) static Terminator
TerminatorHelper.unchecked_narrow
(Object obj) static TransactionalObject
TransactionalObjectHelper.unchecked_narrow
(Object obj) static TransactionFactory
TransactionFactoryHelper.unchecked_narrow
(Object obj) -
Uses of Object in org.omg.DynamicAny
Subinterfaces of Object in org.omg.DynamicAnyModifier and TypeInterfaceDescriptioninterface
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.interface
DynAny objects can be created by invoking operations on the DynAnyFactory object.interface
DynArray objects support the manipulation of IDL arrays.interface
DynEnum objects support the manipulation of IDL enumerated values.interface
DynFixed objects support the manipulation of IDL fixed values.interface
DynSequence objects support the manipulation of IDL sequences.interface
DynStruct objects support the manipulation of IDL struct and exception values.interface
DynUnion objects support the manipulation of IDL unions.interface
DynValue objects support the manipulation of IDL non-boxed value types.interface
DynValueBox objects support the manipulation of IDL boxed value types.interface
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.Classes in org.omg.DynamicAny that implement ObjectModifier and TypeClassDescriptionclass
DynAny objects can be created by invoking operations on the DynAnyFactory object.class
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.class
DynArray objects support the manipulation of IDL arrays.class
DynEnum objects support the manipulation of IDL enumerated values.class
DynFixed objects support the manipulation of IDL fixed values.class
DynSequence objects support the manipulation of IDL sequences.class
DynStruct objects support the manipulation of IDL struct and exception values.class
DynUnion objects support the manipulation of IDL unions.class
DynValueBox objects support the manipulation of IDL boxed value types.class
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.class
DynValue 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.void
DynAnyOperations.insert_reference
(Object value) Inserts a reference to a CORBA object into the DynAny.void
DynAnyPOATie.insert_reference
(Object value) Inserts a reference to a CORBA object into the DynAny.void
DynArrayPOATie.insert_reference
(Object value) Inserts a reference to a CORBA object into the DynAny.void
DynEnumPOATie.insert_reference
(Object value) Inserts a reference to a CORBA object into the DynAny.void
DynFixedPOATie.insert_reference
(Object value) Inserts a reference to a CORBA object into the DynAny.void
DynSequencePOATie.insert_reference
(Object value) Inserts a reference to a CORBA object into the DynAny.void
DynStructPOATie.insert_reference
(Object value) Inserts a reference to a CORBA object into the DynAny.void
DynUnionPOATie.insert_reference
(Object value) Inserts a reference to a CORBA object into the DynAny.void
DynValueBoxPOATie.insert_reference
(Object value) Inserts a reference to a CORBA object into the DynAny.void
DynValueCommonPOATie.insert_reference
(Object value) Inserts a reference to a CORBA object into the DynAny.void
DynValuePOATie.insert_reference
(Object value) Inserts a reference to a CORBA object into the DynAny.static DynAnyFactory
static DynAny
static DynArray
static DynEnum
static DynFixed
static DynSequence
static DynStruct
static DynUnion
static DynValueBox
static DynValueCommon
static DynValue
static DynAnyFactory
DynAnyFactoryHelper.unchecked_narrow
(Object obj) static DynAny
DynAnyHelper.unchecked_narrow
(Object obj) static DynArray
DynArrayHelper.unchecked_narrow
(Object obj) static DynEnum
DynEnumHelper.unchecked_narrow
(Object obj) static DynFixed
DynFixedHelper.unchecked_narrow
(Object obj) static DynSequence
DynSequenceHelper.unchecked_narrow
(Object obj) static DynStruct
DynStructHelper.unchecked_narrow
(Object obj) static DynUnion
DynUnionHelper.unchecked_narrow
(Object obj) static DynValueBox
DynValueBoxHelper.unchecked_narrow
(Object obj) static DynValueCommon
DynValueCommonHelper.unchecked_narrow
(Object obj) static DynValue
DynValueHelper.unchecked_narrow
(Object obj) -
Uses of Object in org.omg.IOP
Subinterfaces of Object in org.omg.IOPModifier and TypeInterfaceDescriptioninterface
The formats of IOR components and service context data used by ORB services are often defined as CDR encapsulations encoding instances of IDL defined data types.interface
Codecs
are obtained from theCodecFactory
.Methods in org.omg.IOP with parameters of type ObjectModifier and TypeMethodDescriptionstatic CodecFactory
static Codec
static CodecFactory
CodecFactoryHelper.unchecked_narrow
(Object obj) static Codec
CodecHelper.unchecked_narrow
(Object obj) -
Uses of Object in org.omg.Messaging
Subinterfaces of Object in org.omg.MessagingModifier and TypeInterfaceDescriptioninterface
org/omg/Messaging/MaxHopsPolicy.java .interface
org/omg/Messaging/QueueOrderPolicy.java .interface
org/omg/Messaging/RebindPolicy.java .interface
org/omg/Messaging/RelativeRequestTimeoutPolicy.java .interface
org/omg/Messaging/RelativeRoundtripTimeoutPolicy.java .interface
org/omg/Messaging/ReplyEndTimePolicy.java .interface
org/omg/Messaging/ReplyPriorityPolicy.java .interface
org/omg/Messaging/ReplyStartTimePolicy.java .interface
org/omg/Messaging/RequestEndTimePolicy.java .interface
org/omg/Messaging/RequestPriorityPolicy.java .interface
org/omg/Messaging/RequestStartTimePolicy.java .interface
org/omg/Messaging/RoutingPolicy.java .interface
org/omg/Messaging/SyncScopePolicy.java .Classes in org.omg.Messaging that implement ObjectModifier and TypeClassDescriptionclass
org/omg/Messaging/_MaxHopsPolicyStub.java .class
org/omg/Messaging/_QueueOrderPolicyStub.java .class
org/omg/Messaging/_RebindPolicyStub.java .class
org/omg/Messaging/_RelativeRequestTimeoutPolicyStub.java .class
org/omg/Messaging/_RelativeRoundtripTimeoutPolicyStub.java .class
org/omg/Messaging/_ReplyEndTimePolicyStub.java .class
org/omg/Messaging/_ReplyPriorityPolicyStub.java .class
org/omg/Messaging/_ReplyStartTimePolicyStub.java .class
org/omg/Messaging/_RequestEndTimePolicyStub.java .class
org/omg/Messaging/_RequestPriorityPolicyStub.java .class
org/omg/Messaging/_RequestStartTimePolicyStub.java .class
org/omg/Messaging/_RoutingPolicyStub.java .class
org/omg/Messaging/_SyncScopePolicyStub.java .Methods in org.omg.Messaging with parameters of type ObjectModifier and TypeMethodDescriptionstatic MaxHopsPolicy
static QueueOrderPolicy
static RebindPolicy
static RelativeRequestTimeoutPolicy
static ReplyEndTimePolicy
static ReplyPriorityPolicy
static ReplyStartTimePolicy
static RequestEndTimePolicy
static RequestPriorityPolicy
static RequestStartTimePolicy
static RoutingPolicy
static SyncScopePolicy
static MaxHopsPolicy
MaxHopsPolicyHelper.unchecked_narrow
(Object obj) static QueueOrderPolicy
QueueOrderPolicyHelper.unchecked_narrow
(Object obj) static RebindPolicy
RebindPolicyHelper.unchecked_narrow
(Object obj) static RelativeRequestTimeoutPolicy
RelativeRequestTimeoutPolicyHelper.unchecked_narrow
(Object obj) RelativeRoundtripTimeoutPolicyHelper.unchecked_narrow
(Object obj) static ReplyEndTimePolicy
ReplyEndTimePolicyHelper.unchecked_narrow
(Object obj) static ReplyPriorityPolicy
ReplyPriorityPolicyHelper.unchecked_narrow
(Object obj) static ReplyStartTimePolicy
ReplyStartTimePolicyHelper.unchecked_narrow
(Object obj) static RequestEndTimePolicy
RequestEndTimePolicyHelper.unchecked_narrow
(Object obj) static RequestPriorityPolicy
RequestPriorityPolicyHelper.unchecked_narrow
(Object obj) static RequestStartTimePolicy
RequestStartTimePolicyHelper.unchecked_narrow
(Object obj) static RoutingPolicy
RoutingPolicyHelper.unchecked_narrow
(Object obj) static SyncScopePolicy
SyncScopePolicyHelper.unchecked_narrow
(Object obj) -
Uses of Object in org.omg.PortableInterceptor
Subinterfaces of Object in org.omg.PortableInterceptorModifier and TypeInterfaceDescriptioninterface
Request Information, accessible to client-side request interceptors.interface
Client-side request interceptor.interface
Portable 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.interface
All Portable Interceptors implement Interceptor.interface
Provides the server-side ORB service with access to the applicable policies during IOR construction and the ability to add components.interface
Interceptor used to establish tagged components in the profiles within an IOR.interface
org/omg/PortableInterceptor/IORInterceptor_3_0.java .interface
Facilitates interceptor registration and ORB initialization.interface
Passed to eachORBInitializer
, allowing it to to register interceptors and perform other duties while the ORB is initializing.interface
Enables policy types to be constructed usingCORBA.ORB.create_policy
.interface
Request Information, accessible to Interceptors.interface
Request Information, accessible to server-side request interceptors.interface
Server-side request interceptor.Fields in org.omg.PortableInterceptor declared as ObjectModifier and TypeFieldDescriptionForwardRequest.forward
The 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_status
attribute 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 ClientRequestInfo
static ClientRequestInterceptor
static Current
static Interceptor
static IORInfo
static IORInterceptor_3_0
static IORInterceptor
static ORBInitializer
static ORBInitInfo
static PolicyFactory
static RequestInfo
static ServerRequestInfo
static ServerRequestInterceptor
void
ORBInitInfoOperations.register_initial_reference
(String id, Object obj) Identical toORB.register_initial_reference
.static ClientRequestInfo
ClientRequestInfoHelper.unchecked_narrow
(Object obj) static ClientRequestInterceptor
ClientRequestInterceptorHelper.unchecked_narrow
(Object obj) static Current
CurrentHelper.unchecked_narrow
(Object obj) static Interceptor
InterceptorHelper.unchecked_narrow
(Object obj) static IORInfo
IORInfoHelper.unchecked_narrow
(Object obj) static IORInterceptor_3_0
IORInterceptor_3_0Helper.unchecked_narrow
(Object obj) static IORInterceptor
IORInterceptorHelper.unchecked_narrow
(Object obj) static ORBInitializer
ORBInitializerHelper.unchecked_narrow
(Object obj) static ORBInitInfo
ORBInitInfoHelper.unchecked_narrow
(Object obj) static PolicyFactory
PolicyFactoryHelper.unchecked_narrow
(Object obj) static RequestInfo
RequestInfoHelper.unchecked_narrow
(Object obj) static ServerRequestInfo
ServerRequestInfoHelper.unchecked_narrow
(Object obj) static ServerRequestInterceptor
ServerRequestInterceptorHelper.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 TypeInterfaceDescriptioninterface
An 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.interface
The PortableServer::Current interface, derived from CORBA::Current, provides method implementations with access to the identity of the object on which the method was invoked.interface
IdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.interface
The IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.interface
This policy specifies whether implicit activation of servants is supported in the created POA.interface
The LifespanPolicy specifies the lifespan of the objects implemented in the created POA.interface
A POA object manages the implementation of a collection of objects.interface
Each POA object has an associated POAManager object.interface
This policy specifies how requests are processed by the created POA.interface
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.interface
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.interface
A servant manager supplies a POA with the ability to activate objects on demand when the POA receives a request targeted at an inactive object.interface
This policy specifies whether the created POA retains active servants in an Active Object Map.interface
The ThreadPolicy specifies the threading model used with the created POA.Classes in org.omg.PortableServer that implement ObjectModifier and TypeClassDescriptionclass
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.class
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.Fields in org.omg.PortableServer declared as ObjectMethods in org.omg.PortableServer that return ObjectModifier and TypeMethodDescriptionServant._get_interface_def()
Returns anInterfaceDef
object as aCORBA::Object
that defines the runtime type of theCORBA::Object
implemented by theServant
.final Object
Servant._this_object()
Allows the servant to obtain the object reference for the target CORBA object it is incarnating for that request.final Object
Servant._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 POA
static ServantActivator
static ServantLocator
byte[]
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 ServantActivator
ServantActivatorHelper.unchecked_narrow
(Object obj) static ServantLocator
ServantLocatorHelper.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 TypeInterfaceDescriptioninterface
org/omg/SendingContext/CodeBase.java .interface
org/omg/SendingContext/RunTime.java .Classes in org.omg.SendingContext that implement ObjectModifier and TypeClassDescriptionclass
org/omg/SendingContext/_CodeBaseStub.java .class
org/omg/SendingContext/_RunTimeStub.java .Methods in org.omg.SendingContext with parameters of type Object -
Uses of Object in org.omg.stub.java.rmi
Classes in org.omg.stub.java.rmi that implement ObjectModifier and TypeClassDescriptionfinal class
This class provides the Stub for the Remote Type.