|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ObjectOutputStream.annotateClass(Class)
callback.
ObjectOutputStream.annotateProxyClass(Class cl)
callback.
Interceptor
interface that is also Serializable
.InputStream
implementation that delegates all method calls to a provided InputStream
while timing all method calls and counting how many
bytes are read by this InputStream
.InputStream
.
OutputStream
implementation that delegates all method calls to a provided OutputStream
while timing all method calls and counting how many
bytes are written by this OutputStream
.OutputStream
.
RMISocketFactory
implementation
that uses CountOutputStream
and CountInputStream
to
record the time and number of bytes involved in the I/O operations
of any RMI implementation that uses RMISocketFactory
.RemoteCall
#done().
Remote
object.
Timer.start()
/Timer.stop()
pairs
accumulated by this Timer instance, not including nested Timer.start()
/Timer.stop()
pairs.
Method
.
ClassLoader
used for deserializing arguments
to methods of the exported object mapped to the given oid or
null if there is none.
Class
for a Method
having a
given hash.
Remote
object or null if
there is none.
Skeleton
for the given Remote
object.
Remote
object to a RemoteStub
instance.
RemoteCall.executeCall()
.
RemoteCall
object.
ObjectInput
interface, but
rather than deserializing objects from an InputStream
, this implementation reads objects from a list
created using ObjectOutputList
.ObjectInputList
instance that reads from
the given List
.
ObjectOutput
interface, but
rather than serializing objects to an OutputStream
,
this implementation appends to a list.ObjectOutputList
that appends its
output to the given list.
PortableRemoteObjectDelegate
interfaced provided by the javax.rmi.CORBA
package as a plugin point for RMI implementations.Server
.
InputStream
.
OutputStream
.
RemoteRef
interface for this
RMI implementation.ObjectInputStream.readClassDescriptor()
callback.
ObjectInputStream.readStreamHeader()
callback.
ObjectOutputStream.replaceObject(Object)
callback.
ObjectInputStream.resolveClass(ObjectStreamClass)
callback.
ObjectInputStream.resolveProxyClass(String[])
callback.
Remote
objects and
listens for connections from remote references.Interceptor
s.
Interceptor
s.
Interceptor
s.
Timer.start()
/Timer.stop()
pairs separated by a "/".
Server
as the context class loader during deserialization in order to find
classes accessible from both the remote object's class loader and
the context class loader at the time the remote object was
exported.ClassLoader
that tries to load classes
from both of the given ClassLoader
arguments.
Remote
object if it is being
exported by this Server.
Remote
object associated with the given
ObjID
if it is being exported by this Server.
ObjectOutputStream.writeClassDescriptor(ObjectStreamClass)
callback.
ObjectOutputStream.writeStreamHeader()
callback.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |