Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
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
 
codebase - Variable in class javax.rmi.CORBA.ClassDesc
Space separeted list of URL's from where the code can be downloaded.
connect(Remote, Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Makes the remote object target ready for remote communication using the same communications runtime as for the passed source parameter.
connect(ORB) - Method in class javax.rmi.CORBA.Stub
Finds the suitable Tie for this Stub and connects it to the given ORB.
connect(Stub, ORB) - Method in interface javax.rmi.CORBA.StubDelegate
Makes the stub ready for remote communication using the given ORB.
copyObject(Object, ORB) - Static method in class javax.rmi.CORBA.Util
Used by local stubs to create a copy of the object.
copyObject(Object, ORB) - Method in interface javax.rmi.CORBA.UtilDelegate
Used by local stubs to create a copy of the object.
copyObjects(Object[], ORB) - Static method in class javax.rmi.CORBA.Util
Used by local stubs to create a multiple copies of the object, preserving sharing accross the parameters if necessary.
copyObjects(Object[], ORB) - Method in interface javax.rmi.CORBA.UtilDelegate
Used by local stubs to create a multiple copies of the object, preserving sharing accross the parameters if necessary.
createValueHandler() - Static method in class javax.rmi.CORBA.Util
Get the value handler that Serializes Java objects to and from CDR (GIOP) streams.
createValueHandler() - Method in interface javax.rmi.CORBA.UtilDelegate
Get the value handler that Serializes Java objects to and from CDR (GIOP) streams.

D

deactivate() - Method in interface javax.rmi.CORBA.Tie
Deactivate this Tie.
delegate - Static variable in class javax.rmi.CORBA.Stub
The associated delegate, responsible for the major of the functionality of this stub.
delegate - Static variable in class javax.rmi.CORBA.Util
The delegate, responsible for all functionality.

E

equals(Object) - Method in class javax.rmi.CORBA.Stub
The stubs are equal if they point to the same remote object.
equals(Stub, Object) - Method in interface javax.rmi.CORBA.StubDelegate
The objects stubs are equal if they refer the same remote object.
exportObject(Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Register the passed object with the ORB runtimes, making it remotely accessible.

G

getCodebase(Class) - Static method in class javax.rmi.CORBA.Util
This call is finally delegated to RMIClassLoader.getClassAnnotation(java.lang.Class)>RMIClassLoader.getClassAnnotation(java.lang.Class) 55 ;
getCodebase(Class) - Method in interface javax.rmi.CORBA.UtilDelegate
 
getMaximumStreamFormatVersion() - Method in interface javax.rmi.CORBA.ValueHandlerMultiFormat
Get the maximal supported version for the value types, supported by this value handler.
getRMIRepositoryID(Class) - Method in interface javax.rmi.CORBA.ValueHandler
Get CORBA repository Id 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
Get the invocation target, where all method calls should be delegated.
getTie(Remote) - Static method in class javax.rmi.CORBA.Util
Get the Tie that handles invocations on the given target.
getTie(Remote) - Method in interface javax.rmi.CORBA.UtilDelegate
Get the Tie that handles invocations on the given target.

H

hashCode() - Method in class javax.rmi.CORBA.Stub
Returns the same hashcode for all stubs that point to the same remote object.
hashCode(Stub) - Method in interface javax.rmi.CORBA.StubDelegate
Get the hashcode fo this delegate.

I

isCustomMarshaled(Class) - Method in interface javax.rmi.CORBA.ValueHandler
Indicates that the given class is responsible itself for writing its content to the stream.
isLocal(Stub) - Static method in class javax.rmi.CORBA.Util
Checks if the given stub is local.
isLocal(Stub) - Method in interface javax.rmi.CORBA.UtilDelegate
Checks if the given stub is local.

J

javax.rmi.CORBA - package javax.rmi.CORBA
Java RMI over IIOP combines RMI technology with CORBA technology.

L

loadClass(String, String, ClassLoader) - Static method in class javax.rmi.CORBA.Util
Load the class.
loadClass(String, String, ClassLoader) - Method in interface javax.rmi.CORBA.UtilDelegate
 

M

m_hash - Variable in class javax.rmi.CORBA.Stub
The hashcode, computed once (expensive operation).
m_ior - Variable in class javax.rmi.CORBA.Stub
The stringified reference, computed once (expensive operation).
m_orb - Variable in class javax.rmi.CORBA.Stub
The ORB, where the stub is connected on the client side.
mapSystemException(SystemException) - Static method in class javax.rmi.CORBA.Util
Converts CORBA SystemException into RMI java.rmi.RemoteException.
mapSystemException(SystemException) - Method in interface javax.rmi.CORBA.UtilDelegate
Converts CORBA SystemException into RMI java.rmi.RemoteException.

N

narrow(Object, Class) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Narrows the passed object to conform to the given interface or IDL type.

O

ObjectImpl - class javax.rmi.CORBA.ObjectImpl.
XXX - Stub till we have org.omg.CORBA
ObjectImpl() - Constructor for class javax.rmi.CORBA.ObjectImpl
 
object_to_string(ObjectImpl) - Method in class javax.rmi.CORBA.ObjectImpl
 
orb() - Method in interface javax.rmi.CORBA.Tie
Get the ORB to that this Tie is connected.
orb(ORB) - Method in interface javax.rmi.CORBA.Tie
Connect this Tie to the given ORB.

P

PortableRemoteObjectDelegate - interface javax.rmi.CORBA.PortableRemoteObjectDelegate.
A delegate, implementing the functionality, provided by the PortableRemoteObject.

R

readAny(InputStream) - Static method in class javax.rmi.CORBA.Util
Read Any from the input stream.
readAny(InputStream) - Method in interface javax.rmi.CORBA.UtilDelegate
Read Any from the input stream.
readObject(ObjectInputStream) - Method in class javax.rmi.CORBA.Stub
Required by serialized form of Java API doc.
readObject(Stub, ObjectInputStream) - Method in interface javax.rmi.CORBA.StubDelegate
Read this stub from the object input stream.
readValue(InputStream, int, Class, String, RunTime) - Method in interface javax.rmi.CORBA.ValueHandler
Read value from the CORBA input stream in the case when the value is not Streamable or CustomMarshall'ed.
registerTarget(Tie, Remote) - Static method in class javax.rmi.CORBA.Util
Register the Tie-target pair.
registerTarget(Tie, Remote) - Method in interface javax.rmi.CORBA.UtilDelegate
Register the Tie-target pair.
repid - Variable in class javax.rmi.CORBA.ClassDesc
The class repository Id.

S

Stub - class javax.rmi.CORBA.Stub.
A Stub descendants provide access to the object on the client side.
Stub() - Constructor for class javax.rmi.CORBA.Stub
 
StubDelegate - interface javax.rmi.CORBA.StubDelegate.
A delegate, implementing the functionality, provided by the Stub.
SystemException - exception javax.rmi.CORBA.SystemException.
XXX - Stub till we have org.omg.CORBA
SystemException() - Constructor for class javax.rmi.CORBA.SystemException
 
serialVersionUID - Static variable in class javax.rmi.CORBA.ClassDesc
Use serialVersionUID (V1.4) for interoperability.
serialVersionUID - Static variable in class javax.rmi.CORBA.Stub
For compatability with Sun's JDK 1.4.2 rev.
setTarget(Remote) - Method in interface javax.rmi.CORBA.Tie
Set the invocation target, where all method calls should be delegated.

T

Tie - interface javax.rmi.CORBA.Tie.
A Tie serves as a CORBA Servant or implementation base.
thisObject() - Method in interface javax.rmi.CORBA.Tie
Get the object that delegates calls to this tie.
toString() - Method in class javax.rmi.CORBA.Stub
Get the string representation of this Stub.
toString(Stub) - Method in interface javax.rmi.CORBA.StubDelegate
Get the string representation of this stub.
toStub(Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Takes a server implementation object and returns a stub object that can be used to access that server object (target).

U

Util - class javax.rmi.CORBA.Util.
Provides utility methods used by stubs and ties to perform common operations.
Util() - Constructor for class javax.rmi.CORBA.Util
Prevents this class from being instantiated.
UtilDelegate - interface javax.rmi.CORBA.UtilDelegate.
A delegate, implementing the functionality, provided by the Util.
unexportObject(Remote) - Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
Deregister a currently exported server object from the ORB runtimes.
unexportObject(Remote) - Static method in class javax.rmi.CORBA.Util
Deactivate the associated Tie, if it is found and is not connected to other registered targets.
unexportObject(Remote) - Method in interface javax.rmi.CORBA.UtilDelegate
Deactivate the associated Tie, if it is found and is not connected to other registered targets.

V

ValueHandler - interface javax.rmi.CORBA.ValueHandler.
Serializes Java objects to and from CDR (GIOP) streams.
ValueHandlerMultiFormat - interface javax.rmi.CORBA.ValueHandlerMultiFormat.
This interface extends the previous ValueHandler, supporting various stream format versions.

W

wrapException(Throwable) - Static method in class javax.rmi.CORBA.Util
Converts the exception that was thrown by the implementation method on a server side into RemoteException that can be transferred and re-thrown on a client side.
wrapException(Throwable) - Method in interface javax.rmi.CORBA.UtilDelegate
Converts the exception that was thrown by the implementation method on a server side into RemoteException that can be transferred and re-thrown on a client side.
writeAbstractObject(OutputStream, Object) - Static method in class javax.rmi.CORBA.Util
Write abstract interface to the CORBA output stream.
writeAbstractObject(OutputStream, Object) - Method in interface javax.rmi.CORBA.UtilDelegate
Write abstract interface to the CORBA output stream.
writeAny(OutputStream, Object) - Static method in class javax.rmi.CORBA.Util
Write the passed java object to the output stream in the form of the CORBA org.omg.CORBA.Any.
writeAny(OutputStream, Object) - Method in interface javax.rmi.CORBA.UtilDelegate
Write the passed java object to the output stream in the form of the CORBA org.omg.CORBA.Any.
writeObject(ObjectOutputStream) - Method in class javax.rmi.CORBA.Stub
Required by serialized form of Java API doc.
writeObject(Stub, ObjectOutputStream) - Method in interface javax.rmi.CORBA.StubDelegate
Write this stub to the object output stream.
writeRemoteObject(OutputStream, Object) - Static method in class javax.rmi.CORBA.Util
Write the passed parameter to the output stream as CORBA object.
writeRemoteObject(OutputStream, Object) - Method in interface javax.rmi.CORBA.UtilDelegate
Write the passed parameter to the output stream as CORBA object.
writeReplace(Serializable) - Method in interface javax.rmi.CORBA.ValueHandler
When the value provides the writeReplace method, the result of this method is written.
writeValue(OutputStream, Serializable) - Method in interface javax.rmi.CORBA.ValueHandler
Write value to CORBA output stream using java senmatics.
writeValue(OutputStream, Serializable, byte) - Method in interface javax.rmi.CORBA.ValueHandlerMultiFormat
Write the value type to the output stream using the given format version.

_

_orb() - Method in class javax.rmi.CORBA.ObjectImpl
 

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