C D E G H I J L M N O P R S T U V W

C

ClassDesc - class javax.rmi.CORBA.ClassDesc.
This class is used to marshal java.lang.Class objects over IIOP.
ClassDesc() - Constructor for class javax.rmi.CORBA.ClassDesc
Creates an uninitialized class descriptor object.
connect(ORB) - Method in class javax.rmi.CORBA.Stub
Connects this stub to an ORB.
connect(Remote, Remote) - Static method in class javax.rmi.PortableRemoteObject
Makes a Remote object ready for remote communication.
connect(Remote, Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Delegation call for PortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote).
connect(Stub, ORB) - Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for Stub.connect(org.omg.CORBA.ORB).
copyObject(Object, ORB) - Static method in class javax.rmi.CORBA.Util
Copies or connects an object.
copyObject(Object, ORB) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.copyObject(java.lang.Object, org.omg.CORBA.ORB).
copyObjects(Object[], ORB) - Static method in class javax.rmi.CORBA.Util
Copies or connects an array of objects.
copyObjects(Object[], ORB) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.copyObjects(java.lang.Object[], org.omg.CORBA.ORB).
createValueHandler() - Static method in class javax.rmi.CORBA.Util
Returns a singleton instance of a class that implements the ValueHandler interface.
createValueHandler() - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.createValueHandler().

D

deactivate() - Method in interface javax.rmi.CORBA.Tie
Deactivates the target object represented by this tie.

E

equals(Object) - Method in class javax.rmi.CORBA.Stub
Compares two stubs for equality.
equals(Stub, Object) - Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for Stub.equals(java.lang.Object).
exportObject(Remote) - Static method in class javax.rmi.PortableRemoteObject
Makes a server object ready to receive remote calls.
exportObject(Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Delegation call for PortableRemoteObject.exportObject(java.rmi.Remote).

G

getCodebase(Class) - Static method in class javax.rmi.CORBA.Util
Returns the codebase, if any, for the given class.
getCodebase(Class) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.getCodebase(java.lang.Class).
getRMIRepositoryID(Class) - Method in interface javax.rmi.CORBA.ValueHandler
Returns the CORBA RepositoryId for the given Java class.
getRunTimeCodeBase() - Method in interface javax.rmi.CORBA.ValueHandler
Returns the CodeBase for this ValueHandler.
getTarget() - Method in interface javax.rmi.CORBA.Tie
Returns the target for this tie.
getTie(Remote) - Static method in class javax.rmi.CORBA.Util
Returns the tie (if any) for a given target object.
getTie(Remote) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.getTie(java.rmi.Remote).

H

hashCode() - Method in class javax.rmi.CORBA.Stub
Returns a hash code value for the object which is the same for all stubs that represent the same remote object.
hashCode(Stub) - Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for Stub.hashCode().

I

isCustomMarshaled(Class) - Method in interface javax.rmi.CORBA.ValueHandler
Indicates whether the given class performs custom or default marshaling.
isLocal(Stub) - Static method in class javax.rmi.CORBA.Util
Returns true if the stub is in the same ORB instance as is the servant.
isLocal(Stub) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.isLocal(javax.rmi.CORBA.Stub).

J

javax.rmi - package javax.rmi
Contains user APIs for RMI-IIOP.
javax.rmi.CORBA - package javax.rmi.CORBA
Contains portability APIs for RMI-IIOP.

L

loadClass(String, String, ClassLoader) - Static method in class javax.rmi.CORBA.Util
Returns a class instance for the specified class.
loadClass(String, String, ClassLoader) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.loadClass(java.lang.String, java.lang.String, java.lang.ClassLoader).

M

mapSystemException(SystemException) - Static method in class javax.rmi.CORBA.Util
Maps a SystemException to a RemoteException.
mapSystemException(SystemException) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.mapSystemException(org.omg.CORBA.SystemException).

N

narrow(Object, Class) - Static method in class javax.rmi.PortableRemoteObject
Checks to ensure that an object of a remote or abstract interface type can be cast to a desired type.
narrow(Object, Class) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Delegation call for PortableRemoteObject.narrow(java.lang.Object, java.lang.Class).

O

orb() - Method in interface javax.rmi.CORBA.Tie
Returns the ORB for this tie.
orb(ORB) - Method in interface javax.rmi.CORBA.Tie
Sets the ORB for this tie.

P

PortableRemoteObject - class javax.rmi.PortableRemoteObject.
Server implementation objects may either inherit from javax.rmi.PortableRemoteObject or they may implement a remote interface and then use the exportObject method to register themselves as a server object.
PortableRemoteObject() - Constructor for class javax.rmi.PortableRemoteObject
Initializes the object by calling exportObject(this).
PortableRemoteObjectDelegate - interface javax.rmi.CORBA.PortableRemoteObjectDelegate.
Supports delegation for method implementations in PortableRemoteObject.

R

readAny(InputStream) - Static method in class javax.rmi.CORBA.Util
Reads a java.lang.Object as a CORBA any.
readAny(InputStream) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.readAny(org.omg.CORBA.portable.InputStream).
readObject(Stub, ObjectInputStream) - Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for Stub.readObject(java.io.ObjectInputStream).
readValue(InputStream, int, Class, String, RunTime) - Method in interface javax.rmi.CORBA.ValueHandler
Reads a value from the stream using Java semantics.
registerTarget(Tie, Remote) - Static method in class javax.rmi.CORBA.Util
Registers a target for a tie.
registerTarget(Tie, Remote) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote).

S

setTarget(Remote) - Method in interface javax.rmi.CORBA.Tie
Called by Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote) to set the target for this tie.
Stub - class javax.rmi.CORBA.Stub.
Base class from which all RMI-IIOP stubs must inherit.
Stub() - Constructor for class javax.rmi.CORBA.Stub
Creates an RMI-IIOP stub and sets its delegate if necessary.
StubDelegate - interface javax.rmi.CORBA.StubDelegate.
Supports delegation for method implementations in Stub.

T

thisObject() - Method in interface javax.rmi.CORBA.Tie
Returns an object reference for the target object represented by this tie.
Tie - interface javax.rmi.CORBA.Tie.
Defines methods which all RMI-IIOP server side ties must implement.
toString() - Method in class javax.rmi.CORBA.Stub
Returns a string representation of this stub.
toString(Stub) - Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for Stub.toString().
toStub(Remote) - Static method in class javax.rmi.PortableRemoteObject
Returns a stub for the given server object.
toStub(Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Delegation call for PortableRemoteObject.toStub(java.rmi.Remote).

U

unexportObject(Remote) - Static method in class javax.rmi.PortableRemoteObject
Deregisters a server object from the runtime, allowing the object to become available for garbage collection.
unexportObject(Remote) - Static method in class javax.rmi.CORBA.Util
Removes the associated tie from an internal table and calls Tie.deactivate() to deactivate the object.
unexportObject(Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Delegation call for PortableRemoteObject.unexportObject(java.rmi.Remote).
unexportObject(Remote) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.unexportObject(java.rmi.Remote).
Util - class javax.rmi.CORBA.Util.
Provides utility methods that can be used by stubs and ties to perform common operations.
UtilDelegate - interface javax.rmi.CORBA.UtilDelegate.
Supports delegation for method implementations in Util.

V

ValueHandler - interface javax.rmi.CORBA.ValueHandler.
Defines methods which allow serialization of Java objects to and from GIOP streams.

W

wrapException(Throwable) - Static method in class javax.rmi.CORBA.Util
Wraps an exception thrown by an implementation method.
wrapException(Throwable) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.wrapException(java.lang.Throwable).
writeAbstractObject(OutputStream, Object) - Static method in class javax.rmi.CORBA.Util
Writes a java.lang.Object as either a value or a CORBA Object.
writeAbstractObject(OutputStream, Object) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.writeAbstractObject(org.omg.CORBA.portable.OutputStream, java.lang.Object).
writeAny(OutputStream, Object) - Static method in class javax.rmi.CORBA.Util
Writes any java.lang.Object as a CORBA any.
writeAny(OutputStream, Object) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.writeAny(org.omg.CORBA.portable.OutputStream, java.lang.Object).
writeObject(Stub, ObjectOutputStream) - Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for Stub.writeObject(java.io.ObjectOutputStream).
writeRemoteObject(OutputStream, Object) - Static method in class javax.rmi.CORBA.Util
Writes a java.lang.Object as a CORBA Object.
writeRemoteObject(OutputStream, Object) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.writeRemoteObject(org.omg.CORBA.portable.OutputStream, java.lang.Object).
writeReplace(Serializable) - Method in interface javax.rmi.CORBA.ValueHandler
If the value contains a writeReplace method then the result is returned.
writeValue(OutputStream, Serializable) - Method in interface javax.rmi.CORBA.ValueHandler
Writes a value to the stream using Java semantics.

C D E G H I J L M N O P R S T U V W