A B C D E F G H I L M N O P R S T U W

A

adapter - Variable in class org.objectweb.fractal.rmi.RmiBinder
The object adapter used to export objects before exporting them with this naming context.
adapter - Variable in class org.objectweb.fractal.rmi.RmiProtocol
The naming context used to decode the object key contained in request messages.
available() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
 

B

bind(String, Component) - Method in interface org.objectweb.fractal.rmi.registry.NamingService
Associates the given name with the given component, if and only if the given name is not already in use in the naming service.
bind(String, Component) - Method in class org.objectweb.fractal.rmi.registry.NamingServiceImpl
 
bindFc(String, Object) - Method in class org.objectweb.fractal.rmi.RmiAdapter
 
bindFc(String, Object) - Method in class org.objectweb.fractal.rmi.RmiBinder
 
bindFc(String, Object) - Method in class org.objectweb.fractal.rmi.RmiProtocol
 
bindFc(String, Object) - Method in class org.objectweb.fractal.rmi.io.RmiMarshallerFactory
 
bindFc(String, Object) - Method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
 
bytesRead() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Returns the number of bytes read since the beginning.

C

chunkFactory - Variable in class org.objectweb.fractal.rmi.io.RmiMarshaller
The chunk factory used to create new chunks to marshall data.
chunkFactory - Variable in class org.objectweb.fractal.rmi.io.RmiMarshallerFactory
The chunk factory to be used by the (un)marshallers created by this factory.
close() - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
 
close() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Closes this input stream and releases any system resources associated with the stream.
codeBase - Variable in class org.objectweb.fractal.rmi.io.RmiObjectInputStream
The code base to be used to load classes.
contextFactory - Variable in class org.objectweb.fractal.rmi.RmiBinder
The context factory used to create hints for various methods.
contextFactory - Variable in class org.objectweb.fractal.rmi.io.RmiMarshaller
The context factory used to create the context associated with this marshaller.
contextFactory - Variable in class org.objectweb.fractal.rmi.io.RmiMarshallerFactory
The context factory to be used by the (un)marshallers created by this factory.
contextFactory - Variable in class org.objectweb.fractal.rmi.io.RmiObjectInputStream
The context factory used to create hints for the bind method.
contextFactory - Variable in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
The context factory used to create the context associated with this marshaller.
createProtocolGraph(ProtocolGraph[], Context) - Method in class org.objectweb.fractal.rmi.RmiProtocol
Creates a new protocol graph with a number of given sub protocol graphs.
createRegistry(int) - Static method in class org.objectweb.fractal.rmi.registry.Registry
Creates NamingService component and exports its server interface.
createSessionIdentifier(Properties, SessionIdentifier[]) - Method in class org.objectweb.fractal.rmi.RmiProtocol
Creates a new session identifier with the provided info.

D

DEFAULT_PORT - Static variable in class org.objectweb.fractal.rmi.registry.Registry
The default port used to export the naming service interface.
decode(byte[], int, int) - Method in class org.objectweb.fractal.rmi.RmiAdapter
Decodes an identifier from a buffer portion.
decode(UnMarshaller) - Method in class org.objectweb.fractal.rmi.RmiAdapter
Decodes an identifier from the provided unmarshaller.
decode(byte[], int, int) - Method in class org.objectweb.fractal.rmi.RmiBinder
Decodes an identifier from a buffer portion.
decode(UnMarshaller) - Method in class org.objectweb.fractal.rmi.RmiBinder
Decodes an identifier from the provided unmarshaller.
domain - Variable in class org.objectweb.fractal.rmi.io.RmiMarshaller
The domain used to instantiate os.
domain - Variable in class org.objectweb.fractal.rmi.io.RmiMarshallerFactory
The domain to be used by the (un)marshallers created by this factory.
domain - Variable in class org.objectweb.fractal.rmi.io.RmiObjectInputStream
The naming context used to decode the identifiers contained in Ref objects.
domain - Variable in class org.objectweb.fractal.rmi.io.RmiObjectOutputStream
The naming context used to export local interfaces, to make them remotely accessible.
domain - Variable in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
The domain used to instantiate is.
drain() - Method in class org.objectweb.fractal.rmi.io.RmiObjectOutputStream
Drain any buffered data in this stream.

E

equals(Object) - Method in class org.objectweb.fractal.rmi.stub.Stub
Tests if the given object is equal to this stub.
exception - Variable in class org.objectweb.fractal.rmi.RemoteException
The exception that caused the remote method invocation failure.
export(Object, Context) - Method in class org.objectweb.fractal.rmi.RmiAdapter
Creates a new identifier for the object interface designated by the obj parameter.
export(Object, Context) - Method in class org.objectweb.fractal.rmi.RmiBinder
Creates a new identifier for the object interface designated by the obj parameter.

F

finalize() - Method in class org.objectweb.fractal.rmi.stub.Stub
Finalizes this object.

G

generateConstructor(ClassVisitor, String) - Method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
Generates an empty constructor for the given class.
generateSkeletonClass(ClassVisitor, Class) - Method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
Generates a skeleton class for the given Java interface.
generateSkeletonMethod(ClassVisitor, String, Class) - Method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
Generates a skeleton's send method.
generateStubClass(ClassVisitor, Class) - Method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
Generates a stub class for the given Java interface.
generateStubMethod(ClassVisitor, String, Method, int) - Method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
Generates a stub method.
getContext() - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Returns a Context associated with this marshaller.
getContext() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Returns a Context associated with this unmarshaller.
getFcItfName() - Method in class org.objectweb.fractal.rmi.stub.Stub
 
getFcItfOwner() - Method in class org.objectweb.fractal.rmi.stub.Stub
 
getFcItfType() - Method in class org.objectweb.fractal.rmi.stub.Stub
 
getIdentifiers() - Method in class org.objectweb.fractal.rmi.stub.Stub
Returns the set of identifiers associated with this reference.
getOffset() - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Returns the position in the message at which the next byte will be written.
getPersistenceFileName() - Method in interface org.objectweb.fractal.rmi.registry.NamingServiceAttributes
 
getPersistenceFileName() - Method in class org.objectweb.fractal.rmi.registry.NamingServiceImpl
 
getPersistenceMode() - Method in interface org.objectweb.fractal.rmi.registry.NamingServiceAttributes
 
getPersistenceMode() - Method in class org.objectweb.fractal.rmi.registry.NamingServiceImpl
 
getRegistry() - Static method in class org.objectweb.fractal.rmi.registry.Registry
Returns a reference to the NamingService on the local host, for the default port.
getRegistry(String) - Static method in class org.objectweb.fractal.rmi.registry.Registry
Returns a reference to the NamingService on the given host, for the default port.
getRegistry(String, int) - Static method in class org.objectweb.fractal.rmi.registry.Registry
Returns a reference to the NamingService on the given host and port.
getRegistry(String, NamingContext) - Static method in class org.objectweb.fractal.rmi.registry.Registry
Returns a reference to the NamingService on the given host, for the default port.
getRegistry(String, int, NamingContext) - Static method in class org.objectweb.fractal.rmi.registry.Registry
Returns a reference to the NamingService on the given host and port.
getState() - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Returns the state of the message as a (chain of) chunk(s).
getTarget() - Method in class org.objectweb.fractal.rmi.stub.Skeleton
Returns the target object represented by this request session.

H

handleException(Exception, ReplySession) - Method in class org.objectweb.fractal.rmi.stub.Skeleton
Handles an exception that happened in this skeleton.
handleException(Exception) - Method in class org.objectweb.fractal.rmi.stub.Stub
Handles an exception that happen in this stub.
handleInterfaceMethods(UnMarshaller, ReplySession, int) - Method in class org.objectweb.fractal.rmi.stub.Skeleton
Handles invocations messages corresponding to methods of the Interface interface.
hashCode() - Method in class org.objectweb.fractal.rmi.stub.Stub
Returns the hashcode of this stub.

I

id - Variable in class org.objectweb.fractal.rmi.io.Ref
The encoded form of an Identifier designating a remote interface.
id - Variable in class org.objectweb.fractal.rmi.stub.Stub
The identifier of the remote object to which this stub gives access.
initObjectStream() - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Instantiates the delegate object output stream os.
initObjectStream() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Instantiates the delegate object input stream is.
inputStream() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Returns an input stream to read data from the unmarshaller.
invoke(Marshaller) - Method in class org.objectweb.fractal.rmi.stub.Stub
Sends the marshaller with the invocation data down the protocol stack.
is - Variable in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
The object input stream used to unmarshall object values.
isAnInvocationProtocol() - Method in class org.objectweb.fractal.rmi.RmiProtocol
Returns true if the target protocol is an invocation protocol.
isClassParameter(Method, int) - Method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
Returns true if the specified parameter contains the name of a class.
isFcInternalItf() - Method in class org.objectweb.fractal.rmi.stub.Stub
 
isLittleEndian() - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Returns true if this marshaller is little-endian, false otherwise.
isLittleEndian() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Returns true if this unmarshaller is little-endian, false otherwise.

L

list() - Method in interface org.objectweb.fractal.rmi.registry.NamingService
Gets the list of names currently present in the naming service.
list() - Method in class org.objectweb.fractal.rmi.registry.NamingServiceImpl
 
listFc() - Method in class org.objectweb.fractal.rmi.RmiAdapter
 
listFc() - Method in class org.objectweb.fractal.rmi.RmiBinder
 
listFc() - Method in class org.objectweb.fractal.rmi.RmiProtocol
 
listFc() - Method in class org.objectweb.fractal.rmi.io.RmiMarshallerFactory
 
listFc() - Method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
 
logger - Variable in class org.objectweb.fractal.rmi.RmiAdapter
The logger used to log messages.
logger - Variable in class org.objectweb.fractal.rmi.RmiBinder
The logger used to log messages.
logger - Variable in class org.objectweb.fractal.rmi.RmiProtocol
The logger used to log messages.
logger - Variable in class org.objectweb.fractal.rmi.stub.RmiStubFactory
The logger used to log messages.
loggerFactory - Variable in class org.objectweb.fractal.rmi.RmiAdapter
The optional logger factory used to get a logger for this component.
loggerFactory - Variable in class org.objectweb.fractal.rmi.RmiBinder
The optional logger factory used to get a logger for this component.
loggerFactory - Variable in class org.objectweb.fractal.rmi.RmiProtocol
The optional logger factory used to get a logger for this component.
loggerFactory - Variable in class org.objectweb.fractal.rmi.stub.RmiStubFactory
The optional logger factory used to get a logger for this component.
lookup(String) - Method in interface org.objectweb.fractal.rmi.registry.NamingService
Looks for a component.
lookup(String) - Method in class org.objectweb.fractal.rmi.registry.NamingServiceImpl
 
lookupFc(String) - Method in class org.objectweb.fractal.rmi.RmiAdapter
 
lookupFc(String) - Method in class org.objectweb.fractal.rmi.RmiBinder
 
lookupFc(String) - Method in class org.objectweb.fractal.rmi.RmiProtocol
 
lookupFc(String) - Method in class org.objectweb.fractal.rmi.io.RmiMarshallerFactory
 
lookupFc(String) - Method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
 

M

main(String[]) - Static method in class org.objectweb.fractal.rmi.registry.Registry
Launches a Fractal registry on the local host.
marshallerFactory - Variable in class org.objectweb.fractal.rmi.RmiProtocol
The marshaller factory used to create request or reply messages.
marshallerFactory - Variable in class org.objectweb.fractal.rmi.stub.RmiStubFactory
The marshaller factory to be used by the stubs created by this factory.
marshallerFactory - Variable in class org.objectweb.fractal.rmi.stub.Stub
The marshaller factory to be used to create new invocation messages.

N

NAMING_SERVICE - Static variable in interface org.objectweb.fractal.rmi.registry.NamingService
Interface name for naming service.
NamingService - interface org.objectweb.fractal.rmi.registry.NamingService.
Typical naming service interface, inspired from Java RMI Registry's interface.
NamingServiceAttributes - interface org.objectweb.fractal.rmi.registry.NamingServiceAttributes.
Attribute controller of the NamingService component.
NamingServiceImpl - class org.objectweb.fractal.rmi.registry.NamingServiceImpl.
Vanilla implementation of a naming service component.
NamingServiceImpl() - Constructor for class org.objectweb.fractal.rmi.registry.NamingServiceImpl
 
newMarshaller() - Method in class org.objectweb.fractal.rmi.io.RmiMarshallerFactory
Returns a new marshaller.
newSkeleton(Object) - Method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
 
newSkeleton(Object) - Method in interface org.objectweb.fractal.rmi.stub.SkeletonFactory
Creates a new skeleton implementing the RequestSession interface.
newStub(SessionIdentifier, Identifier[], Context) - Method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
Creates a new stub.
newUnMarshaller(ChunkProvider) - Method in class org.objectweb.fractal.rmi.io.RmiMarshallerFactory
Returns a new unmarshaller, using the provided chunk provider as a data source.
newUnMarshaller(Chunk, int) - Method in class org.objectweb.fractal.rmi.io.RmiMarshallerFactory
Returns a new unmarshaller, using the provided chunk(s) as a data source.

O

org.objectweb.fractal.rmi - package org.objectweb.fractal.rmi
Provides a protocol, an object adapter and a binder component.
org.objectweb.fractal.rmi.io - package org.objectweb.fractal.rmi.io
Provides a marshaller and unmarshaller factory component.
org.objectweb.fractal.rmi.registry - package org.objectweb.fractal.rmi.registry
Provides a Fractal components registry component.
org.objectweb.fractal.rmi.stub - package org.objectweb.fractal.rmi.stub
Provides a stub and skeleton factory component based on ASM.
os - Variable in class org.objectweb.fractal.rmi.io.RmiMarshaller
The object output stream used to marshall object values.
outputStream() - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Returns an output stream to write into the message.

P

prepareInvocation(Marshaller) - Method in class org.objectweb.fractal.rmi.stub.Stub
Prepares the marshaller prior to marshalling invocation data.

R

Ref - class org.objectweb.fractal.rmi.io.Ref.
A typed encoded Identifier that can be sent over a network.
Ref() - Constructor for class org.objectweb.fractal.rmi.io.Ref
Constructs an uninitialized Ref object.
Registry - class org.objectweb.fractal.rmi.registry.Registry.
Provides static methods to launch and get access to a Fractal registry.
RemoteException - exception org.objectweb.fractal.rmi.RemoteException.
Thrown when a remote method invocation fails for a "non functional" reason.
RemoteException(String, Exception) - Constructor for class org.objectweb.fractal.rmi.RemoteException
Constructs a new RemoteException.
RmiAdapter - class org.objectweb.fractal.rmi.RmiAdapter.
Provides a very simple object adapter component.
RmiAdapter() - Constructor for class org.objectweb.fractal.rmi.RmiAdapter
Constructs a new RmiAdapter.
RmiBinder - class org.objectweb.fractal.rmi.RmiBinder.
Provides a very simple binder component to create distributed bindings.
RmiBinder() - Constructor for class org.objectweb.fractal.rmi.RmiBinder
Constructs a new RmiBinder.
RmiMarshaller - class org.objectweb.fractal.rmi.io.RmiMarshaller.
A Marshaller that uses an RmiObjectOutputStream to marshall object values.
RmiMarshaller(NamingContext, ChunkFactory, ContextFactory) - Constructor for class org.objectweb.fractal.rmi.io.RmiMarshaller
Constructs a new RmiMarshaller.
RmiMarshallerFactory - class org.objectweb.fractal.rmi.io.RmiMarshallerFactory.
Provides a factory for creating marshallers and unmarshallers.
RmiMarshallerFactory() - Constructor for class org.objectweb.fractal.rmi.io.RmiMarshallerFactory
Constructs a new RmiMarshallerFactory.
RmiObjectInputStream - class org.objectweb.fractal.rmi.io.RmiObjectInputStream.
An ObjectInputStream that replaces Ref objects with stubs.
RmiObjectInputStream(InputStream, NamingContext, ContextFactory) - Constructor for class org.objectweb.fractal.rmi.io.RmiObjectInputStream
Constructs a new RmiObjectInputStream.
RmiObjectOutputStream - class org.objectweb.fractal.rmi.io.RmiObjectOutputStream.
An ObjectOutputStream that replaces interface references with Ref objects.
RmiObjectOutputStream(OutputStream, NamingContext) - Constructor for class org.objectweb.fractal.rmi.io.RmiObjectOutputStream
Constructs a new RmiObjectOutputStream.
RmiProtocol - class org.objectweb.fractal.rmi.RmiProtocol.
Provides a very simple invocation protocol component.
RmiProtocol() - Constructor for class org.objectweb.fractal.rmi.RmiProtocol
Constructs a new RmiProtocol.
RmiStubFactory - class org.objectweb.fractal.rmi.stub.RmiStubFactory.
A stub and skeleton factory based on ASM.
RmiStubFactory() - Constructor for class org.objectweb.fractal.rmi.stub.RmiStubFactory
Constructs a new RmiStubFactory.
RmiUnMarshaller - class org.objectweb.fractal.rmi.io.RmiUnMarshaller.
An UnMarshaller that uses an RmiObjectInputStream to unmarshall object values.
RmiUnMarshaller(NamingContext, ContextFactory, Chunk, int) - Constructor for class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Constructs a new RmiUnMarshaller.
RmiUnMarshaller(NamingContext, ContextFactory, ChunkProvider) - Constructor for class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Constructs a new RmiUnMarshaller.
read() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
 
read(byte[], int, int) - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
 
readBoolean() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads a boolean.
readByte() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads a byte.
readByteArray(byte[], int, int) - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads an array of bytes.
readChar16() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads a 16 bits char.
readChar8() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads a 8 bits char.
readDouble() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads a double.
readExternal(ObjectInput) - Method in class org.objectweb.fractal.rmi.io.Ref
 
readFloat() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads a float.
readInt() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads an int.
readLong() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads a long.
readReference() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads a reference to an object.
readShort() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads a short.
readString16() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads a string composed of 16 bits chars.
readString8() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads a string composed of 8 bits chars.
readValue() - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Reads a value.
rebind(String, Component) - Method in interface org.objectweb.fractal.rmi.registry.NamingService
Associates the given name with the given component, replacing any existing association using the same name.
rebind(String, Component) - Method in class org.objectweb.fractal.rmi.registry.NamingServiceImpl
 
replaceClassName(Object) - Method in class org.objectweb.fractal.rmi.stub.Skeleton
 
replaceClassName(Object) - Method in class org.objectweb.fractal.rmi.stub.Stub
 
replaceClassValue(Object) - Method in class org.objectweb.fractal.rmi.stub.Skeleton
 
replaceClassValue(Object) - Method in class org.objectweb.fractal.rmi.stub.Stub
 
replaceObject(Object) - Method in class org.objectweb.fractal.rmi.io.RmiObjectOutputStream
Replaces component interfaces with Ref objects.
request() - Method in class org.objectweb.fractal.rmi.stub.Stub
Obtains a marshaller for marshalling invocation data.
reset() - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Resets this marshaller.
resolveClass(ObjectStreamClass) - Method in class org.objectweb.fractal.rmi.io.RmiObjectInputStream
 
resolveObject(Object) - Method in class org.objectweb.fractal.rmi.io.RmiObjectInputStream
Replaces Ref objects with corresponding stubs.
rmi - Variable in class org.objectweb.fractal.rmi.RmiBinder
The invocation protocol used to send invocation messages.
run() - Method in class org.objectweb.fractal.rmi.RmiAdapter
Blocks the caller thread.

S

Skeleton - class org.objectweb.fractal.rmi.stub.Skeleton.
Super class of the skeleton classes generated by the RmiStubFactory.
Skeleton() - Constructor for class org.objectweb.fractal.rmi.stub.Skeleton
Constructs a new Skeleton.
SkeletonFactory - interface org.objectweb.fractal.rmi.stub.SkeletonFactory.
A factory to create skeletons.
Stub - class org.objectweb.fractal.rmi.stub.Stub.
Super class of the stub classes generated by the RmiStubFactory.
Stub() - Constructor for class org.objectweb.fractal.rmi.stub.Stub
Constructs a new Stub.
sameContents(Marshaller) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Checks if the given marshaller has the same content as this one.
scheduler - Variable in class org.objectweb.fractal.rmi.RmiProtocol
The scheduler used to synchronized threads for waiting reply messages.
send(UnMarshaller, ReplySession) - Method in class org.objectweb.fractal.rmi.stub.Skeleton
Sends a message (a request) to its recipient.
session - Variable in class org.objectweb.fractal.rmi.stub.Stub
The session that gives access to the remote object.
sessionId - Variable in class org.objectweb.fractal.rmi.stub.Stub
The identifier of the session that gives access to the remote object.
setByteOrder(boolean) - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Sets the byte order of this unmarshaller.
setIdentifiers(Identifier[]) - Method in class org.objectweb.fractal.rmi.stub.Stub
Sets the set of identifiers associated with this reference.
setOffset(int) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Sets the offset in the message.
setPersistenceFileName(String) - Method in interface org.objectweb.fractal.rmi.registry.NamingServiceAttributes
 
setPersistenceFileName(String) - Method in class org.objectweb.fractal.rmi.registry.NamingServiceImpl
 
setPersistenceMode(boolean) - Method in interface org.objectweb.fractal.rmi.registry.NamingServiceAttributes
 
setPersistenceMode(boolean) - Method in class org.objectweb.fractal.rmi.registry.NamingServiceImpl
 
setSize(int) - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
Sets the number of bytes readable from the unmarshaller.
skeletonFactory - Variable in class org.objectweb.fractal.rmi.RmiAdapter
The skeleton factory used to create skeletons for the exported objects.
skip(long) - Method in class org.objectweb.fractal.rmi.io.RmiUnMarshaller
 
sort(Method[]) - Static method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
Sorts the given methods.
stubFactory - Variable in class org.objectweb.fractal.rmi.RmiBinder
The factory used to create bindings to the objects identified by the names managed by this context.

T

target - Variable in class org.objectweb.fractal.rmi.stub.Skeleton
The local server interface to which this skeleton gives access.
tcp - Variable in class org.objectweb.fractal.rmi.RmiBinder
The transport protocol used by the invocation protocol to send its messages.
type - Variable in class org.objectweb.fractal.rmi.io.Ref
The fully qualified name of the interface designated by id.

U

unbind(String) - Method in interface org.objectweb.fractal.rmi.registry.NamingService
Removes a name from the naming service.
unbind(String) - Method in class org.objectweb.fractal.rmi.registry.NamingServiceImpl
 
unbindFc(String) - Method in class org.objectweb.fractal.rmi.RmiAdapter
 
unbindFc(String) - Method in class org.objectweb.fractal.rmi.RmiBinder
 
unbindFc(String) - Method in class org.objectweb.fractal.rmi.RmiProtocol
 
unbindFc(String) - Method in class org.objectweb.fractal.rmi.io.RmiMarshallerFactory
 
unbindFc(String) - Method in class org.objectweb.fractal.rmi.stub.RmiStubFactory
 

W

write(Chunk) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes a chunk in the message.
write(int) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
 
write(byte[], int, int) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
 
writeBoolean(boolean) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes a boolean.
writeByte(byte) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes a byte.
writeByteArray(byte[], int, int) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes an array of bytes.
writeChar16(char) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes a 16 bits char.
writeChar8(char) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes an 8 bits char.
writeDouble(double) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes a double.
writeExternal(ObjectOutput) - Method in class org.objectweb.fractal.rmi.io.Ref
 
writeFloat(float) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes a float.
writeInt(int) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes an int.
writeLong(long) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes a long.
writeReference(Object) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes an object reference in the marshaller.
writeShort(short) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes a short.
writeString16(String) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes a string of 16 bits chars.
writeString8(String) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes a string of 8 bits chars.
writeValue(Object) - Method in class org.objectweb.fractal.rmi.io.RmiMarshaller
Writes a value in the marshaller.

A B C D E F G H I L M N O P R S T U W