Uses of Interface org.omg.CORBA.Object

Uses in package org.omg.IOP

Methods with parameter type org.omg.CORBA.Object

CodecFactory
Cast the passed object into the CodecFactory.

Uses in package org.omg.CORBA_2_3.portable

Classes implementing org.omg.CORBA.Object

class
Extends the previous version of the CORBA object by one additional method, defined in CORBA 2_3 .

Methods with parameter type org.omg.CORBA.Object

String
Returns the codebase for the provided object reference.

Uses in package org.omg.CORBA.portable

Classes implementing org.omg.CORBA.Object

class
The basic implementation of the CORBA Object.

Methods with parameter type org.omg.CORBA.Object

boolean
Return true if the other object references are equivalent, so far as it is possible to determine this easily.
Request
Delegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns)
Create a request to invoke the method of this object.
Request
Delegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list)
Create a request to invoke the method of this object, specifying context list and the list of the expected exception.
Object
Duplicate the object reference.
boolean
Delegate.equals(Object self, Object other)
Compares two objects for equality.
DomainManager[]
Retrieve the domain managers for this object.
Object
Policy
Delegate.get_policy(Object target, int a_policy_type)
Returns the Policy, applying to this object.
int
Delegate.hash(Object target, int maximum)
Get the hashcode this object reference.
int
Return the hashcode for this CORBA object.
InputStream
Invoke the operation.
boolean
Delegate.is_a(Object target, String repositoryIdentifer)
Check if this object can be referenced by the given repository id.
boolean
Return true if the other object references are equivalent, so far as it is possible to determine this easily.
boolean
Returns true if the object is local.
boolean
Determines if the server object for this reference has already been destroyed.
ORB
Provides the reference to ORB.
void
Free resoureces, occupied by this reference.
void
Release the reply stream back to ORB after finishing reading the data from it.
Request
Delegate.request(Object target, String operation)
Create a request to invoke the method of this CORBA object.
OutputStream
Delegate.request(Object target, String operation, boolean response_expected)
Create a request to invoke the method of this CORBA object.
void
This method is always called after invoking the operation on the local servant.
ServantObject
Delegate.servant_preinvoke(Object self, String operation, Class expectedType)
Returns a servant that should be used for this request.
Object
Returns a new object with the new policies either replacing or extending the current policies, depending on the second parameter.
String
Return a string representation of the passed object.
void
Write CORBA (not java) Object.

Methods with return type org.omg.CORBA.Object

Object
Duplicate the object reference.
Object
Get the InterfaceDef for this Object.
Object
Returns a new object with the new policies either replacing or extending the current policies, depending on the second parameter.
Object
Duplicate the object reference.
Object
Object
Read a CORBA (not java) object
Object
Returns a new object with the new policies either replacing or extending the current policies, depending on the second parameter.

Uses in package org.omg.CosNaming

Classes implementing org.omg.CORBA.Object

class
The binding iterator implementation base.
class
The binding interator stub (proxy), used on the client side.
class
The extended naming context implementation base.
class
The extended naming context stub (proxy), used on the client side.
class
The naming context implementation base.
class
The naming context stub (proxy), used on the client side.

Methods with parameter type org.omg.CORBA.Object

void
NamingContext.bind(NameComponent[] a_name, Object an_object)
Gives the object a name, valid in this context.
void
Gives the object a name, valid in this context.
void
BindingIterator
Narrow the given object to the BindingIterator.
NamingContextExt
Cast the passed object into the NamingContextExt.
NamingContext
Cast the passed object into the NamingContext.
void
NamingContext.rebind(NameComponent[] a_name, Object an_object)
Names or renames the object.
void
Names or renames the object.
void

Methods with return type org.omg.CORBA.Object

Object
Get the object, bound to the specified name in this context.
Object
Get the object, bound to the specified name in this context.
Object
Object
Resolve the name, represented in the form of the string.
Object

Uses in package org.omg.CORBA_2_3

Methods with return type org.omg.CORBA.Object

Object
ORB.get_value_def(String repository_id)
Should return a defintion of the value type as described in the interface repository.

Uses in package org.omg.CORBA

Classes implementing org.omg.CORBA.Object

class
This class was probably originally thinked as a base of all CORBA object implementations.
class
An object, formally implementing the CORBA Object, but actually handling all invocations locally.
class
The stub for the IDL type.
class
The Policy stub (proxy), used on the client side.

Constructors with parameter type org.omg.CORBA.Object

Constructs an instance of ObjectHolder, initializing value to the given org.omg.CORBA.Object.

Fields of type org.omg.CORBA.Object

Object
The org.omg.CORBA.Object (CORBA Object) value, held by this ObjectHolder.

Methods with parameter type org.omg.CORBA.Object

boolean
Determines if the object is equal to another object, so far as it is possible to determine easily.
boolean
Return true if the other object references are equivalent, so far as it is possible to determine this easily.
void
ORB.connect(Object object)
Connect the given CORBA object to this ORB.
void
Disconnect the given CORBA object from this ORB.
void
Insert the object into the given Any.
void
Insert the CORBA Object into this Any
void
Insert the CORBA Object into this Any
Current
Cast the passed object into the Current.
IDLType
Narrows the CORBA object into the IDL type.
Policy
Cast the passed object into the Policy.
void
Write the object into the given CDR output stream.
void
Write CORBA object reference to the output stream.

Methods with return type org.omg.CORBA.Object

Object
This method is not appropriate for the local objects and just throws an exception.
Object
Duplicate the object reference.
Object
This method is not appropriate for the local objects and just throws an exception.
Object
Get the InterfaceDef for this Object.
Object
This method is not appropriate for the local objects and just throws an exception.
Object
Extract the array of object from the given Any.
Object
Extract the CORBA Object from this Any
Object
Read the object from the given CDR input stream.
Object
Read CORBA object.
Object
Return the CORBA object on that the method would be invoked.