Java RMI API 1.0.4.Final
C D E G H I J L M N O P R S T U V W 

C

ClassDesc - Class in javax.rmi.CORBA
This class is used to marshal java.lang.Class objects over IIOP.
ClassDesc() - Constructor for class javax.rmi.CORBA.ClassDesc
 
connect(Remote, Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
connect(ORB) - Method in class javax.rmi.CORBA.Stub
Connects this stub to an ORB.
connect(Stub, ORB) - Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for Stub.connect(org.omg.CORBA.ORB).
connect(Remote, Remote) - Static method in class javax.rmi.PortableRemoteObject
Makes a Remote object ready for remote communication.
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
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
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) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Delegation call for exportObject(java.rmi.Remote).
exportObject(Remote) - Static method in class javax.rmi.PortableRemoteObject
Makes a server object ready to receive remote calls.

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
getMaximumStreamFormatVersion() - Method in interface javax.rmi.CORBA.ValueHandlerMultiFormat
Returns the maximum stream format version for RMI/IDL custom value types that is supported by this ValueHandler object.
GetPropertyAction - Class in javax.rmi.CORBA
A convenience class for retrieving the string value of a system property as a privileged action.
GetPropertyAction(String) - Constructor for class javax.rmi.CORBA.GetPropertyAction
Constructor that takes the name of the system property whose string value needs to be determined.
GetPropertyAction(String, String) - Constructor for class javax.rmi.CORBA.GetPropertyAction
Constructor that takes the name of the system property and the default value of that property.
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
The isLocal method has the same semantics as the ObjectImpl._is_local method, except that it can throw a RemoteException.
isLocal(Stub) - Method in interface javax.rmi.CORBA.UtilDelegate

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

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

N

narrow(Object, Class<?>) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
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.

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 in javax.rmi
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 in javax.rmi.CORBA
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
readObject(Stub, ObjectInputStream) - Method in interface javax.rmi.CORBA.StubDelegate
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
run() - Method in class javax.rmi.CORBA.GetPropertyAction
Determines the string value of the system property whose name was specified in the constructor.

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 in javax.rmi.CORBA
Base class from which all RMI-IIOP stubs must inherit.
Stub() - Constructor for class javax.rmi.CORBA.Stub
 
StubDelegate - Interface in javax.rmi.CORBA
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 in javax.rmi.CORBA
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) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Delegation call for toStub(java.rmi.Remote).
toStub(Remote) - Static method in class javax.rmi.PortableRemoteObject
Returns a stub for the given server object.

U

unexportObject(Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Delegation call for unexportObject(java.rmi.Remote).
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.UtilDelegate
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.
Util - Class in javax.rmi.CORBA
Provides utility methods that can be used by stubs and ties to perform common operations.
UtilDelegate - Interface in javax.rmi.CORBA
Supports delegation for method implementations in Util.

V

ValueHandler - Interface in javax.rmi.CORBA
Defines methods which allow serialization of Java objects to and from GIOP streams.
ValueHandlerMultiFormat - Interface in javax.rmi.CORBA
Java to IDL ptc 02-01-12 1.5.1.5

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
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
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
writeObject(Stub, ObjectOutputStream) - Method in interface javax.rmi.CORBA.StubDelegate
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
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.
writeValue(OutputStream, Serializable, byte) - Method in interface javax.rmi.CORBA.ValueHandlerMultiFormat
Allows the ORB to pass the stream format version for RMI/IDL custom value types.
C D E G H I J L M N O P R S T U V W 
Java RMI API 1.0.4.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.