Java Platform 1.2
Beta 4

Uses of Interface
org.omg.CORBA.Object

Packages that use Object
org.omg.CORBA   
org.omg.CORBA.portable   
org.omg.CosNaming   
 

Uses of Object in org.omg.CORBA
 

Subinterfaces of Object in org.omg.CORBA
  AliasDef
          An AliasDef represents an OMG IDL typedef that aliases other definition.
  ArrayDef
          An ArrayDef represents an OMG IDL array type.
  AttributeDef
          An AttributeDef represents the information that defines an attribute of an interface.
  ConstantDef
          A ConstantDef object defines a named constant.
  ConstructionPolicy
          The ConstructionPolicy object allows callers to specify that when instances of a particular interface are created, they should be automatically assigned membership in a newly created domain at creation time.
  Contained
          The Contained Interface is inherited by all Interface Repository interfaces that are contained by other objects.
  Container
          The Container interface is used to form a containment hierarchy in the Interface Repository.
  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.
  DomainManager
          The DomainManager has associated with it the policy objects for a particular domain.
  DynAny
          org.omg.
  DynArray
          The DynArray interface represents a DynAny object which is associated with an array.
  DynEnum
          The DynEnum interface represents a DynAny object which is associated with an IDL enum.
  DynFixed
          The DynFixed interface represents a DynAny object which is associated with an IDL fixed type.
  DynSequence
          The DynArray interface represents a DynAny object which is associated with an IDL sequence.
  DynStruct
          The DynStruct interface represents a DynAny object which is associated with an IDL struct.
  DynUnion
          The DynUnion interface represents a DynAny object which is associated with an IDL union.
  DynValue
           
  EnumDef
          A EnumDef represents an OMG IDL enum definition.
  ExceptionDef
          An ExceptionDef represents an exception definition.
  IDLType
          The IDLType interface is an abstract interface inherited by all IR objects that represent the OMG IDL types.
  ImplementationDef
          ImplementationDef is an object in the Implementation Repository that describes a particular object implementation.
  InitializerDef
           
  InterfaceDef
          An InterfaceDef object represents an interface definition.
  IRObject
          An IRObject IDL interface represents the most generic interface from which all other Interface Repository interfaces are derived, even the Repository itself.
  ModuleDef
          A ModuleDef can contain constants, typedefs, exceptions, interfaces, and other module objects.
  OperationDef
          An OperationDef represents the information that defines an operation of an interface.
  Policy
          The Policy interface provides a mechanism for ORBs and Object Services to allow access to certain choices that affect their operation.
  PrimitiveDef
          A PrimitiveDef represents one of the IDL primitive types.
  Repository
          Repository is an interface that provides global access to the Interface Repository.
  SequenceDef
          A SequenceDef represents an OMG IDL sequence type.
  StringDef
          A StringDef represents an OMG IDL string type.
  StructDef
          A StructDef represents an OMG IDL structure definition.
  TypedefDef
          TypedefDef is an abstract interface used as a base interface for all named non-object types(structures, unions, enumerations, aliases).
  UnionDef
          A UnionDef represents an OMG IDL union definition.
  ValueBoxDef
           
  ValueDef
           
  ValueMemberDef
           
 

Classes in org.omg.CORBA that implement Object
  DynamicImplementation
          The base class for all object implementations using the DSI. It defines a single abstract method, invoke, that a dynamic servant needs to implement.
 

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 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()
           
abstract  Object Any.extract_Object()
           
 Object Object._duplicate()
          Returns a duplicate of this CORBA object reference.
 Object Object._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 

Methods in org.omg.CORBA with parameters of type Object
abstract  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. The servant class must extend the ImplBase class corresponding to the interface that is supported by the server.
abstract  void ORB.disconnect(Object obj)
          Disconnects the given servant object from the ORB. After this method returns, the ORB will reject incoming remote requests for the disconnected servant and will send the exception org.omg.
abstract  String ORB.object_to_string(Object obj)
          Converts the given CORBA object reference to a string.
 void DynAny.insert_reference(Object value)
           
abstract  void Any.insert_Object(Object o)
           
abstract  void Any.insert_Object(Object o, TypeCode t)
           
 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
  ObjectImpl
          The ObjectImpl class provides default implementations of the org.omg.
 

Methods in org.omg.CORBA.portable that return Object
 Object ObjectImpl._duplicate()
          default implementation of the org.omg.
 Object ObjectImpl._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
abstract  Object Delegate.duplicate(Object obj)
          Return 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.
abstract  void OutputStream.write_Object(Object value)
           
abstract  ImplementationDef Delegate.get_implementation(Object obj)
          Return an ImplementationDef for the object reference provided.
abstract  InterfaceDef Delegate.get_interface(Object obj)
          Return an InterfaceDef for the object reference provided.
abstract  Object Delegate.duplicate(Object obj)
          Return a duplicate of the object reference provided.
abstract  void Delegate.release(Object obj)
          Release 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)
          Create 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)
          Create 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)
           
 DomainManager[] Delegate.get_domain_managers(Object self)
           
 Object Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add)
           
 boolean Delegate.is_local(Object self)
           
 ServantObject Delegate.servant_preinvoke(Object self, String operation, Class expectedType)
           
 void Delegate.servant_postinvoke(Object self, ServantObject servant)
           
 

Uses of Object in org.omg.CosNaming
 

Subinterfaces of Object in org.omg.CosNaming
  BindingIterator
          Provides methods that allow a client to iterate through a list of bindings in a naming context.
  NamingContext
          Provides a directory-like structure for the name service used in Java IDL. See the comments for the package org.omg.
 

Classes in org.omg.CosNaming that implement Object
  _BindingIteratorImplBase
           
  _NamingContextImplBase
           
 

Methods in org.omg.CosNaming that return Object
 Object NamingContext.resolve(NameComponent[] n)
          Retrieves the object reference bound to the given name.
 

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 relative to this naming context.
 void NamingContext.rebind(NameComponent[] n, Object obj)
          Unbinds the given name from an object and rebinds it to the given object.
static BindingIterator BindingIteratorHelper.narrow(Object that)
           
static NamingContext NamingContextHelper.narrow(Object that)
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.