JavaTM 2 Platform
Standard Edition

Uses of Interface
org.omg.CORBA.Object

Packages that use Object
org.omg.CORBA 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). 
org.omg.CORBA.portable 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. 
org.omg.CosNaming Provides the naming service for Java IDL. 
 

Uses of Object in org.omg.CORBA
 

Subinterfaces of Object in org.omg.CORBA
 interface Current
          An interface that makes it possible to access information associated with a particular thread of execution, such as security information or a transaction identifier.
 interface DomainManager
          The DomainManager has associated with it the policy objects for a particular domain.
 interface DynAny
          An object that enables the dynamic management of Any values.
 interface DynArray
          The DynArray interface represents a DynAny object which is associated with an array.
 interface DynEnum
          The DynEnum interface represents a DynAny object which is associated with an IDL enum.
 interface DynFixed
          The DynFixed interface represents a DynAny object which is associated with an IDL fixed type.
 interface DynSequence
          The DynArray interface represents a DynAny object which is associated with an IDL sequence.
 interface DynStruct
          The DynStruct interface represents a DynAny object which is associated with an IDL struct.
 interface DynUnion
          The DynUnion interface represents a DynAny object that is associated with an IDL union.
 interface DynValue
           
 interface IDLType
          An abstract interface inherited by all Interface Repository (IR) objects that represent OMG IDL types.
 interface IRObject
          An IRObject IDL interface represents the most generic interface from which all other Interface Repository interfaces are derived, even the Repository itself.
 interface Policy
          The Policy interface provides a mechanism for ORBs and Object Services to allow access to certain choices that affect their operation.
 

Classes in org.omg.CORBA that implement Object
 class DynamicImplementation
          The base class for all object implementations using the DSI.
 

Fields in org.omg.CORBA declared as Object
 Object ObjectHolder.value
          The Object value held by this ObjectHolder object.
 

Methods in org.omg.CORBA that return Object
abstract  Object Request.target()
          Retrieves the the target object reference.
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 method object_to_string back to a CORBA object reference.
 Object DynAny.get_reference()
          Retrieves the org.omg.CORBA.Other contained in this DynAny object.
abstract  Object Any.extract_Object()
          Extracts the org.omg.CORBA.Object in this Any object's value field.
 Object Object._duplicate()
          Returns a duplicate of this CORBA object reference.
 Object Object._get_interface_def()
          Obtains an InterfaceDef for the object implementation referenced by this object reference.
 Object Object._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 

Methods in org.omg.CORBA with parameters of type Object
 void ORB.connect(Object obj)
          Connects the given servant object (a Java object that is an instance of the server implementation class) to the ORB.
 void ORB.disconnect(Object obj)
          Disconnects the given servant object from the ORB.
abstract  String ORB.object_to_string(Object obj)
          Converts the given CORBA object reference to a string.
 NVList ORB.create_operation_list(Object oper)
          Creates an NVList initialized with argument descriptions for the operation described in the given OperationDef object.
 void DynAny.insert_reference(Object value)
          Inserts the given org.omg.CORBA.Object as the value for this DynAny object.
abstract  void Any.insert_Object(Object o)
          Inserts the given org.omg.CORBA.Object object into this Any object's value field.
abstract  void Any.insert_Object(Object o, TypeCode t)
          Inserts the given org.omg.CORBA.Object object into this Any object's value field.
 boolean Object._is_equivalent(Object other)
          Determines whether the two object references are equivalent, so far as the ORB can easily determine.
 

Constructors in org.omg.CORBA with parameters of type Object
ObjectHolder.ObjectHolder(Object initial)
          Constructs a new ObjectHolder object with its value field initialized to the given Object.
 

Uses of Object in org.omg.CORBA.portable
 

Classes in org.omg.CORBA.portable that implement Object
 class ObjectImpl
          The ObjectImpl class provides default implementations of the org.omg.CORBA.Object methods.
 

Methods in org.omg.CORBA.portable that return Object
 Object ObjectImpl._duplicate()
          default implementation of the org.omg.CORBA.Object method.
 Object ObjectImpl._get_interface_def()
          default implementation of the org.omg.CORBA.Object method.
 Object ObjectImpl._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 Object Delegate.get_interface_def(Object self)
          Return an InterfaceDef for the object reference provided.
abstract  Object Delegate.duplicate(Object obj)
          Returns a duplicate of the object reference provided.
 Object Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add)
           
abstract  Object InputStream.read_Object()
           
 Object InputStream.read_Object(Class clz)
          read_Object unmarshals an object and returns a CORBA Object which is an instance of the class passed as its argument.
 

Methods in org.omg.CORBA.portable with parameters of type Object
 boolean ObjectImpl._is_equivalent(Object that)
          default implementation of the org.omg.CORBA.Object method.
abstract  void OutputStream.write_Object(Object value)
           
 Object Delegate.get_interface_def(Object self)
          Return an InterfaceDef for the object reference provided.
abstract  Object Delegate.duplicate(Object obj)
          Returns a duplicate of the object reference provided.
abstract  void Delegate.release(Object obj)
          Releases resources associated with the object reference provided.
abstract  boolean Delegate.is_a(Object obj, String repository_id)
          Check if the object reference is an instance of the given interface.
abstract  boolean Delegate.non_existent(Object obj)
          Determines whether the server object for the object reference has been destroyed.
abstract  boolean Delegate.is_equivalent(Object obj, Object other)
          Determines if the two object references are equivalent.
abstract  int Delegate.hash(Object obj, int max)
          Returns an ORB-internal identifier (hashcode) for this object reference.
abstract  Request Delegate.request(Object obj, String operation)
          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)
          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)
          Create a Request instance for use in the Dynamic Invocation Interface.
 ORB Delegate.orb(Object obj)
          Return the ORB that created this delegate.
 Policy Delegate.get_policy(Object self, int policy_type)
          Returns the Policy object of the specified type which applies to this object.
 DomainManager[] Delegate.get_domain_managers(Object self)
          Retrieves the DomainManagers of this object.
 Object Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add)
           
 boolean Delegate.is_local(Object self)
          Returns true if this object is implemented by a local servant.
 ServantObject Delegate.servant_preinvoke(Object self, String operation, Class expectedType)
          Returns a Java reference to the servant which should be used for this request.
 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.
 OutputStream Delegate.request(Object self, String operation, boolean responseExpected)
          request is called by a stub to obtain an OutputStream for marshaling arguments.
 InputStream Delegate.invoke(Object self, OutputStream output)
          invoke is called by a stub to invoke an operation.
 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.
 String Delegate.toString(Object self)
           
 int Delegate.hashCode(Object self)
           
 boolean Delegate.equals(Object self, Object obj)
           
 

Uses of Object in org.omg.CosNaming
 

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

Classes in org.omg.CosNaming that implement Object
 class _BindingIteratorImplBase
           
 class _BindingIteratorStub
           
 class _NamingContextImplBase
           
 class _NamingContextStub
           
 

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

Methods in org.omg.CosNaming with parameters of type Object
 void NamingContext.bind(NameComponent[] n, Object obj)
          Creates a binding of a name and an object in the naming context.
 void NamingContext.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.narrow(Object that)
           
 void _NamingContextStub.bind(NameComponent[] n, Object obj)
           
 void _NamingContextStub.rebind(NameComponent[] n, Object obj)
           
static NamingContext NamingContextHelper.narrow(Object that)
           
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.