Index of all Fields and Methods
All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

addSerializer(Class, JadaSerializer). Static method in class jada.Jada
Adds a new serializer to the system at run time.
addSerializer(Class, JadaSerializer). Static method in class jada.Jada
Adds a new serializer to the system at run time.

B

buildItem(InputStream). Method in interface jada.JadaItem
Restore the field of this object reading dumped data from is.
buildItem(InputStream). Method in interface jada.JadaItem
Restore the field of this object reading dumped data from is.
buildItem(InputStream). Method in class jada.Tuple
From the JadaItem interface: builds this tuple from an input stream
buildItem(InputStream). Method in class jada.Tuple
From the JadaItem interface: builds this tuple from an input stream

C

cloneItem(Object). Method in interface jada.JadaItem
Clone this item from a "source" one.
cloneItem(Object). Method in interface jada.JadaItem
Clone this item from a "source" one.
cloneItem(Object). Method in class jada.Tuple
From the JadaItem interface: clone a tuple given a "source" one
cloneItem(Object). Method in class jada.Tuple
From the JadaItem interface: clone a tuple given a "source" one
close(). Method in class jada.net.JadaNetIO
Closes the actual connection.
close(). Method in class jada.net.JadaNetIO
Closes the actual connection.
close(). Method in class jada.net.ObjectClient
Use this method when you know you will not access the object space for long time (or you will not access it anymore).
close(). Method in class jada.net.ObjectClient
Use this method when you know you will not access the object space for long time (or you will not access it anymore).

D

default_net_retry_attempts. Variable in class jada.Jada
default_net_retry_attempts. Variable in class jada.Jada
default_net_retry_delay. Variable in class jada.Jada
default_net_retry_delay. Variable in class jada.Jada
DEFAULT_PORT. Static variable in interface jada.JadaNetConst
The default port.
DEFAULT_PORT. Static variable in interface jada.JadaNetConst
The default port.
doInRead(Object[], int, boolean, boolean, long). Method in class jada.net.ObjectClient
Overrides ObjectSpace:doInRead: sends the operation request to the remote object server.
doInRead(Object[], int, boolean, boolean, long). Method in class jada.net.ObjectClient
Overrides ObjectSpace:doInRead: sends the operation request to the remote object server.
doInRead(Object[], int, boolean, boolean, long). Method in class jada.ObjectSpace
Actually performs in and read operations both blocking and non-blocking from a object array.
doInRead(Object[], int, boolean, boolean, long). Method in class jada.ObjectSpace
Actually performs in and read operations both blocking and non-blocking from a object array.
doOut(Object[], int). Method in class jada.net.ObjectClient
Sends the out request to the remote object server.
doOut(Object[], int). Method in class jada.net.ObjectClient
Sends the out request to the remote object server.
doOut(Object[], int). Method in class jada.ObjectSpace
Actually performs the out operations (out methods are just wrapper for this one).
doOut(Object[], int). Method in class jada.ObjectSpace
Actually performs the out operations (out methods are just wrapper for this one).
dump(Object, OutputStream). Method in class jada.FloatSerializer
dump(Object, OutputStream). Method in class jada.FloatSerializer
dump(Object, OutputStream). Method in class jada.IntegerSerializer
dump(Object, OutputStream). Method in class jada.IntegerSerializer
dump(Object, OutputStream). Method in interface jada.JadaSerializer
serialize the object object to the stream os
dump(Object, OutputStream). Method in interface jada.JadaSerializer
serialize the object object to the stream os
dump(Object, OutputStream). Method in class jada.StringSerializer
dump(Object, OutputStream). Method in class jada.StringSerializer
dump(Object, OutputStream). Method in class jada.VectorSerializer
dump(Object, OutputStream). Method in class jada.VectorSerializer
dumpItem(OutputStream). Method in interface jada.JadaItem
Dumps this object into os.
dumpItem(OutputStream). Method in interface jada.JadaItem
Dumps this object into os.
dumpItem(OutputStream). Method in class jada.Tuple
From the JadaItem interface: dumps this tuple to a output stream
dumpItem(OutputStream). Method in class jada.Tuple
From the JadaItem interface: dumps this tuple to a output stream

E

end(). Method in class jada.net.ObjectClient
Sends the end request to the remote object server.
end(). Method in class jada.net.ObjectClient
Sends the end request to the remote object server.
errPrint(String). Static method in class jada.Jada
If the error reporting flag is set to true, prints s to System.err using print
errPrint(String). Static method in class jada.Jada
If the error reporting flag is set to true, prints s to System.err using print
errPrintln(String). Static method in class jada.Jada
If the error reporting flag is set to true, prints s to System.err using println
errPrintln(String). Static method in class jada.Jada
If the error reporting flag is set to true, prints s to System.err using println

F

F(). Static method in class jada.Jada
Short form of Float
F(). Static method in class jada.Jada
Short form of Float
finalize(). Method in class jada.net.JadaNetIO
finalize(). Method in class jada.net.JadaNetIO
Float(). Static method in class jada.Jada
Returns the formal for a Float object
Float(). Static method in class jada.Jada
Returns the formal for a Float object
FloatSerializer(). Constructor for class jada.FloatSerializer
FloatSerializer(). Constructor for class jada.FloatSerializer
formal(). Static method in class jada.Tuple
Returns the Class for a tuple, useful when we want a tuple as a formal field for another tuple.
formal(). Static method in class jada.Tuple
Returns the Class for a tuple, useful when we want a tuple as a formal field for another tuple.

G

getIndex(). Method in class jada.ObjectSpace
Returns the index of the matching object of the last multiple in/read operation.
getIndex(). Method in class jada.ObjectSpace
Returns the index of the matching object of the last multiple in/read operation.
getIndex(). Method in class jada.Tuple
Returns the index of this tuple if it is a result for a multiple in or read operation.
getIndex(). Method in class jada.Tuple
Returns the index of this tuple if it is a result for a multiple in or read operation.
getInputStream(). Method in class jada.net.JadaNetIO
Returns the actual DataInputStream object used.
getInputStream(). Method in class jada.net.JadaNetIO
Returns the actual DataInputStream object used.
getItem(int). Method in class jada.Tuple
Returns the Object at the given position.
getItem(int). Method in class jada.Tuple
Returns the Object at the given position.
getNetRetryAttempts(). Static method in class jada.Jada
Returns the current number of retry attempts when a network error arises.
getNetRetryAttempts(). Static method in class jada.Jada
Returns the current number of retry attempts when a network error arises.
getNetRetryDelay(). Static method in class jada.Jada
Returns the current delay between retries when a network error arises.
getNetRetryDelay(). Static method in class jada.Jada
Returns the current delay between retries when a network error arises.
getObjectSpace(). Method in class jada.net.ObjectServer
Return the ObjectSpace object used by the server
getObjectSpace(). Method in class jada.net.ObjectServer
Return the ObjectSpace object used by the server
getOutputStream(). Method in class jada.net.JadaNetIO
Returns the actual DataOutputStream object used.
getOutputStream(). Method in class jada.net.JadaNetIO
Returns the actual DataOutputStream object used.
getSerializer(Class). Static method in class jada.Jada
Returns the serializer (if any) for the class aclass.
getSerializer(Class). Static method in class jada.Jada
Returns the serializer (if any) for the class aclass.
getSocket(). Method in class jada.net.JadaNetIO
Returns the actual Socket object used.
getSocket(). Method in class jada.net.JadaNetIO
Returns the actual Socket object used.

I

I(). Static method in class jada.Jada
Short form of Integer
I(). Static method in class jada.Jada
Short form of Integer
I(). Static method in class jada.Tuple
Short form for IntegerClass.
I(). Static method in class jada.Tuple
Short form for IntegerClass.
in(Object). Method in class jada.ObjectSpace
Performs the in linda operation.
in(Object). Method in class jada.ObjectSpace
Performs the in linda operation.
in(Object, long). Method in class jada.ObjectSpace
Performs the in linda operation.
in(Object, long). Method in class jada.ObjectSpace
Performs the in linda operation.
in(Object[], int). Method in class jada.ObjectSpace
Performs the in linda operation on a object array.
in(Object[], int). Method in class jada.ObjectSpace
Performs the in linda operation on a object array.
in(Object[], int, long). Method in class jada.ObjectSpace
Performs the in linda operation on a object array.
in(Object[], int, long). Method in class jada.ObjectSpace
Performs the in linda operation on a object array.
in_nb(Object). Method in class jada.ObjectSpace
Performs the non-blocking in linda operation.
in_nb(Object). Method in class jada.ObjectSpace
Performs the non-blocking in linda operation.
in_nb(Object[], int). Method in class jada.ObjectSpace
Performs the non-blocking in linda operation on a object array.
in_nb(Object[], int). Method in class jada.ObjectSpace
Performs the non-blocking in linda operation on a object array.
initFromString(String). Method in class jada.Tuple
Allocates basic data and sets the tuple reading its regular string representation.
initFromString(String). Method in class jada.Tuple
Allocates basic data and sets the tuple reading its regular string representation.
Integer(). Static method in class jada.Jada
Returns the formal for a Integer object
Integer(). Static method in class jada.Jada
Returns the formal for a Integer object
IntegerClass(). Static method in class jada.Tuple
Returns the Class for an Integer object.
IntegerClass(). Static method in class jada.Tuple
Returns the Class for an Integer object.
IntegerSerializer(). Constructor for class jada.IntegerSerializer
IntegerSerializer(). Constructor for class jada.IntegerSerializer
isServerAlive(). Method in class jada.net.ObjectClient
Use this method to know if the remote object server is up and running before performing requests which could fail
isServerAlive(). Method in class jada.net.ObjectClient
Use this method to know if the remote object server is up and running before performing requests which could fail

J

JadaException(). Constructor for class jada.JadaException
JadaException(). Constructor for class jada.JadaException
JadaException(String). Constructor for class jada.JadaException
JadaException(String). Constructor for class jada.JadaException
JadaFormatException(). Constructor for class jada.JadaFormatException
JadaFormatException(). Constructor for class jada.JadaFormatException
JadaFormatException(String). Constructor for class jada.JadaFormatException
JadaFormatException(String). Constructor for class jada.JadaFormatException
JadaIOException(). Constructor for class jada.JadaIOException
JadaIOException(). Constructor for class jada.JadaIOException
JadaIOException(String). Constructor for class jada.JadaIOException
JadaIOException(String). Constructor for class jada.JadaIOException
JadaItemIsNotStreamableException(). Constructor for class jada.JadaItemIsNotStreamableException
JadaItemIsNotStreamableException(). Constructor for class jada.JadaItemIsNotStreamableException
JadaItemIsNotStreamableException(String). Constructor for class jada.JadaItemIsNotStreamableException
JadaItemIsNotStreamableException(String). Constructor for class jada.JadaItemIsNotStreamableException
JadaNetIO(InputStream). Constructor for class jada.net.JadaNetIO
Construtor.
JadaNetIO(InputStream). Constructor for class jada.net.JadaNetIO
Construtor.
JadaNetIO(InputStream, OutputStream). Constructor for class jada.net.JadaNetIO
Construtor.
JadaNetIO(InputStream, OutputStream). Constructor for class jada.net.JadaNetIO
Construtor.
JadaNetIO(OutputStream). Constructor for class jada.net.JadaNetIO
Construtor.
JadaNetIO(OutputStream). Constructor for class jada.net.JadaNetIO
Construtor.
JadaNetIO(Socket). Constructor for class jada.net.JadaNetIO
Construtor.
JadaNetIO(Socket). Constructor for class jada.net.JadaNetIO
Construtor.
JadaNetIO(String, int). Constructor for class jada.net.JadaNetIO
Constructor.
JadaNetIO(String, int). Constructor for class jada.net.JadaNetIO
Constructor.

M

main(String[]). Static method in class jada.net.ObjectServer
ObjectServer's entry point as standalone java program.
main(String[]). Static method in class jada.net.ObjectServer
ObjectServer's entry point as standalone java program.
matchesItem(JadaItem). Method in interface jada.JadaItem
Returns true if this item matches the given one.
matchesItem(JadaItem). Method in interface jada.JadaItem
Returns true if this item matches the given one.
matchesItem(JadaItem). Method in class jada.Tuple
Checks for the given tuple to match the current one.
matchesItem(JadaItem). Method in class jada.Tuple
Checks for the given tuple to match the current one.

O

ObjectClient(). Constructor for class jada.net.ObjectClient
Constructor: builds an object client to connect a server on host localhost
ObjectClient(). Constructor for class jada.net.ObjectClient
Constructor: builds an object client to connect a server on host localhost
ObjectClient(String). Constructor for class jada.net.ObjectClient
Constructor: builds an object client to connect a server with given hostname
ObjectClient(String). Constructor for class jada.net.ObjectClient
Constructor: builds an object client to connect a server with given hostname
ObjectClient(String, int). Constructor for class jada.net.ObjectClient
Constructor: builds an object client to connect a server with given hostname and port
ObjectClient(String, int). Constructor for class jada.net.ObjectClient
Constructor: builds an object client to connect a server with given hostname and port
ObjectServer(). Constructor for class jada.net.ObjectServer
Constructor: builds a new object server listening at the default port.
ObjectServer(). Constructor for class jada.net.ObjectServer
Constructor: builds a new object server listening at the default port.
ObjectServer(int). Constructor for class jada.net.ObjectServer
Constructor: builds a new object server listening at given port.
ObjectServer(int). Constructor for class jada.net.ObjectServer
Constructor: builds a new object server listening at given port.
ObjectSpace(). Constructor for class jada.ObjectSpace
Constructor.
ObjectSpace(). Constructor for class jada.ObjectSpace
Constructor.
out(Object). Method in class jada.ObjectSpace
Performs the out linda operation.
out(Object). Method in class jada.ObjectSpace
Performs the out linda operation.
out(Object[], int). Method in class jada.ObjectSpace
Performs the out linda operation on a object array.
out(Object[], int). Method in class jada.ObjectSpace
Performs the out linda operation on a object array.

P

ping(). Method in class jada.net.ObjectClient
Send a "ping" message to the server.
ping(). Method in class jada.net.ObjectClient
Send a "ping" message to the server.
print(). Method in class jada.net.ObjectClient
The print request.
print(). Method in class jada.net.ObjectClient
The print request.
print(). Method in class jada.ObjectSpace
Prints the object space contents to System.out.
print(). Method in class jada.ObjectSpace
Prints the object space contents to System.out.

R

read(). Method in class jada.net.JadaNetIO
Reads a single byte from the input stream.
read(). Method in class jada.net.JadaNetIO
Reads a single byte from the input stream.
read(Object). Method in class jada.ObjectSpace
Performs the read linda operation.
read(Object). Method in class jada.ObjectSpace
Performs the read linda operation.
read(Object, long). Method in class jada.ObjectSpace
Performs the read linda operation.
read(Object, long). Method in class jada.ObjectSpace
Performs the read linda operation.
read(Object[], int). Method in class jada.ObjectSpace
Performs the read linda operation on a object array.
read(Object[], int). Method in class jada.ObjectSpace
Performs the read linda operation on a object array.
read(Object[], int, long). Method in class jada.ObjectSpace
Performs the read linda operation on a object array.
read(Object[], int, long). Method in class jada.ObjectSpace
Performs the read linda operation on a object array.
read_nb(Object). Method in class jada.ObjectSpace
Performs the non-blocking read linda operation.
read_nb(Object). Method in class jada.ObjectSpace
Performs the non-blocking read linda operation.
read_nb(Object[], int). Method in class jada.ObjectSpace
Performs the non-blocking read linda operation on a object array.
read_nb(Object[], int). Method in class jada.ObjectSpace
Performs the non-blocking read linda operation on a object array.
readObject(). Method in class jada.net.JadaNetIO
Reads an object from the input stream.
readObject(). Method in class jada.net.JadaNetIO
Reads an object from the input stream.
removeSerializer(Class). Static method in class jada.Jada
Removes the serializer for the class aclass (if any).
removeSerializer(Class). Static method in class jada.Jada
Removes the serializer for the class aclass (if any).
reportErrors(boolean). Static method in class jada.Jada
Sets the error reporting flag for Jada.
reportErrors(boolean). Static method in class jada.Jada
Sets the error reporting flag for Jada.
reset(). Method in class jada.net.ObjectClient
Sends the reset request to the remote object server.
reset(). Method in class jada.net.ObjectClient
Sends the reset request to the remote object server.
reset(). Method in class jada.ObjectSpace
Resets the object space (by deleting its contents) Note: although the interface allows this method to throw a JadaException exception this never actually happens using ObjectSpace but can happen using its derived class ObjectClient
reset(). Method in class jada.ObjectSpace
Resets the object space (by deleting its contents) Note: although the interface allows this method to throw a JadaException exception this never actually happens using ObjectSpace but can happen using its derived class ObjectClient
restore(InputStream). Method in class jada.FloatSerializer
restore(InputStream). Method in class jada.FloatSerializer
restore(InputStream). Method in class jada.IntegerSerializer
restore(InputStream). Method in class jada.IntegerSerializer
restore(InputStream). Method in interface jada.JadaSerializer
return the object another serializer put into the is stream
restore(InputStream). Method in interface jada.JadaSerializer
return the object another serializer put into the is stream
restore(InputStream). Method in class jada.StringSerializer
restore(InputStream). Method in class jada.StringSerializer
restore(InputStream). Method in class jada.VectorSerializer
restore(InputStream). Method in class jada.VectorSerializer
run(). Method in class jada.net.ObjectServer
The main loop: accepts socket connections and run new threads.
run(). Method in class jada.net.ObjectServer
The main loop: accepts socket connections and run new threads.

S

S(). Static method in class jada.Jada
Short form of String
S(). Static method in class jada.Jada
Short form of String
S(). Static method in class jada.Tuple
Short form for StringClass.
S(). Static method in class jada.Tuple
Short form for StringClass.
setDebug(boolean). Method in class jada.net.ObjectServer
Sets the debug mode.
setDebug(boolean). Method in class jada.net.ObjectServer
Sets the debug mode.
setItem(int, Object). Method in class jada.Tuple
Sets an item of the tuple.
Watch out: just String, Integer and JadaItem are valid object types.
setItem(int, Object). Method in class jada.Tuple
Sets an item of the tuple.
Watch out: just String, Integer and JadaItem are valid object types.
setItems(int). Method in class jada.Tuple
Sets the number of items for this tuple.
setItems(int). Method in class jada.Tuple
Sets the number of items for this tuple.
setNetRetryAttempts(int). Static method in class jada.Jada
Changes the current number of retry attempts when a network error arises.
setNetRetryAttempts(int). Static method in class jada.Jada
Changes the current number of retry attempts when a network error arises.
setNetRetryDelay(long). Static method in class jada.Jada
Changes the current delay between retries when a network error arises.
setNetRetryDelay(long). Static method in class jada.Jada
Changes the current delay between retries when a network error arises.
setVerbose(boolean). Method in class jada.net.ObjectServer
Sets the verbose mode.
setVerbose(boolean). Method in class jada.net.ObjectServer
Sets the verbose mode.
String(). Static method in class jada.Jada
Returns the formal for a String object
String(). Static method in class jada.Jada
Returns the formal for a String object
StringClass(). Static method in class jada.Tuple
Returns the Class for a String object.
StringClass(). Static method in class jada.Tuple
Returns the Class for a String object.
StringSerializer(). Constructor for class jada.StringSerializer
StringSerializer(). Constructor for class jada.StringSerializer

T

toString(). Method in class jada.Tuple
Override Object.toString().
toString(). Method in class jada.Tuple
Override Object.toString().
Tuple(). Constructor for class jada.Tuple
Constructor: builds an empty tuple.
Tuple(). Constructor for class jada.Tuple
Constructor: builds an empty tuple.
Tuple(Object). Constructor for class jada.Tuple
Constructor: buils a tuple with the item item This is first of a set of 10 constructors that differ on the items number.
Tuple(Object). Constructor for class jada.Tuple
Constructor: buils a tuple with the item item This is first of a set of 10 constructors that differ on the items number.
Tuple(Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.Tuple
Tuple(Tuple). Constructor for class jada.Tuple
Constructor: build a tuple copying the given one.
Tuple(Tuple). Constructor for class jada.Tuple
Constructor: build a tuple copying the given one.
TupleString(). Constructor for class jada.TupleString
Default constructor.
TupleString(). Constructor for class jada.TupleString
Default constructor.
TupleString(String). Constructor for class jada.TupleString
Constructor: builds the tuple from the string representation.
TupleString(String). Constructor for class jada.TupleString
Constructor: builds the tuple from the string representation.

V

V(). Static method in class jada.Jada
Short form of Vector
V(). Static method in class jada.Jada
Short form of Vector
Vector(). Static method in class jada.Jada
Returns the formal for a Vector object
Vector(). Static method in class jada.Jada
Returns the formal for a Vector object
VectorSerializer(). Constructor for class jada.VectorSerializer
VectorSerializer(). Constructor for class jada.VectorSerializer

W

waitToStart(). Method in class jada.net.ObjectServer
This method returns when the server is up & running.
waitToStart(). Method in class jada.net.ObjectServer
This method returns when the server is up & running.
write(int). Method in class jada.net.JadaNetIO
Writes a single byte into the output stream.
write(int). Method in class jada.net.JadaNetIO
Writes a single byte into the output stream.
writeObject(Object). Method in class jada.net.JadaNetIO
Write a object into the output stream.
writeObject(Object). Method in class jada.net.JadaNetIO
Write a object into the output stream.