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

buildItem(byte[]). Method in class jada.tuple.Tuple
From the TupleItem interface: build this tuple from a tuple array
buildItem(byte[]). Method in class jada.tuple.Tuple
From the TupleItem interface: build this tuple from a tuple array
buildItem(byte[]). Method in interface jada.tuple.TupleItem
Builds an item from a byte array representation.
buildItem(byte[]). Method in interface jada.tuple.TupleItem
Builds an item from a byte array representation.
buildItem(byte[], int). Method in class jada.tuple.Tuple
Builds this tuple from a tuple array starting at position from
buildItem(byte[], int). Method in class jada.tuple.Tuple
Builds this tuple from a tuple array starting at position from

C

cloneItem(Object). Method in class jada.tuple.Tuple
From the TupleItem interface: clone a tuple given a "source" one
cloneItem(Object). Method in class jada.tuple.Tuple
From the TupleItem interface: clone a tuple given a "source" one
cloneItem(Object). Method in interface jada.tuple.TupleItem
Clone this item from a "source" one.
cloneItem(Object). Method in interface jada.tuple.TupleItem
Clone this item from a "source" one.

D

DEFAULT_PORT. Static variable in interface jada.tuple.TupleNetConst
The default port.
DEFAULT_PORT. Static variable in interface jada.tuple.TupleNetConst
The default port.
dumpItem(). Method in class jada.tuple.Tuple
From the TupleItem interface: dumps this tuple to an array of bytes
dumpItem(). Method in class jada.tuple.Tuple
From the TupleItem interface: dumps this tuple to an array of bytes
dumpItem(). Method in interface jada.tuple.TupleItem
Returns a byte array representation for this item; if it is not possible for the item to do that the method returns null.
dumpItem(). Method in interface jada.tuple.TupleItem
Returns a byte array representation for this item; if it is not possible for the item to do that the method returns null.

E

end(). Method in class jada.client.TupleClient
Sends the end request to the remote tuple server.
end(). Method in class jada.client.TupleClient
Sends the end request to the remote tuple server.
END_OPCODE. Static variable in interface jada.tuple.TupleNetConst
END_OPCODE. Static variable in interface jada.tuple.TupleNetConst

F

formal(). Static method in class jada.tuple.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.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.tuple.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.Tuple
Returns the index of this tuple if it is a result for a multiple in or read operation.
getItem(int). Method in class jada.tuple.Tuple
Returns the Object at the given position.
getItem(int). Method in class jada.tuple.Tuple
Returns the Object at the given position.
getSize(). Method in class jada.tuple.Tuple
Returns the size (in bytes) of this object as used in the dumpItem method (Note: this method really calls dumpItem to calculate the size if it has not already been called and this may be time-consuming).
getSize(). Method in class jada.tuple.Tuple
Returns the size (in bytes) of this object as used in the dumpItem method (Note: this method really calls dumpItem to calculate the size if it has not already been called and this may be time-consuming).

I

I(). Static method in class jada.tuple.Tuple
Short form for IntegerClass.
I(). Static method in class jada.tuple.Tuple
Short form for IntegerClass.
in(Tuple). Method in class jada.tuple.TupleSpace
Performs the in linda operation.
in(Tuple). Method in class jada.tuple.TupleSpace
Performs the in linda operation.
in(Tuple[], int). Method in class jada.tuple.TupleSpace
Performs the in linda operation on a tuple array.
in(Tuple[], int). Method in class jada.tuple.TupleSpace
Performs the in linda operation on a tuple array.
in_nb(Tuple). Method in class jada.tuple.TupleSpace
Performs the non-blocking in linda operation.
in_nb(Tuple). Method in class jada.tuple.TupleSpace
Performs the non-blocking in linda operation.
in_nb(Tuple[], int). Method in class jada.tuple.TupleSpace
Performs the non-blocking in linda operation on a tuple array.
in_nb(Tuple[], int). Method in class jada.tuple.TupleSpace
Performs the non-blocking in linda operation on a tuple array.
IN_OPCODE. Static variable in interface jada.tuple.TupleNetConst
The server requests opcode.
IN_OPCODE. Static variable in interface jada.tuple.TupleNetConst
The server requests opcode.
initFromString(String). Method in class jada.tuple.Tuple
Allocates basic data and sets the tuple reading its regular string representation.
initFromString(String). Method in class jada.tuple.Tuple
Allocates basic data and sets the tuple reading its regular string representation.
inRead(Tuple[], int, boolean, boolean). Method in class jada.client.TupleClient
Overrides TupleSpace:inRead: sends the operation request to the remote tuple server.
inRead(Tuple[], int, boolean, boolean). Method in class jada.client.TupleClient
Overrides TupleSpace:inRead: sends the operation request to the remote tuple server.
inRead(Tuple[], int, boolean, boolean). Method in class jada.tuple.TupleSpace
Really performs in and read operationsm both blocking and non-blocking from a tuple array.
inRead(Tuple[], int, boolean, boolean). Method in class jada.tuple.TupleSpace
Really performs in and read operationsm both blocking and non-blocking from a tuple array.
IntegerClass(). Static method in class jada.tuple.Tuple
Returns the Class for an Integer object.
IntegerClass(). Static method in class jada.tuple.Tuple
Returns the Class for an Integer object.

M

main(String[]). Static method in class jada.server.TupleServer
TupleServer's entry point as standalone java program.
main(String[]). Static method in class jada.server.TupleServer
TupleServer's entry point as standalone java program.
matchesItem(Object). Method in class jada.tuple.Tuple
Checks for the given tuple to match the current one.
matchesItem(Object). Method in class jada.tuple.Tuple
Checks for the given tuple to match the current one.
matchesItem(Object). Method in interface jada.tuple.TupleItem
Returns true if this item matches the given one.
matchesItem(Object). Method in interface jada.tuple.TupleItem
Returns true if this item matches the given one.
MULTI_FLAG. Static variable in interface jada.tuple.TupleNetConst
MULTI_FLAG. Static variable in interface jada.tuple.TupleNetConst

N

NB_FLAG. Static variable in interface jada.tuple.TupleNetConst
NB_FLAG. Static variable in interface jada.tuple.TupleNetConst

O

out(Tuple). Method in class jada.client.TupleClient
Sends the out request to the remote tuple server.
out(Tuple). Method in class jada.client.TupleClient
Sends the out request to the remote tuple server.
out(Tuple). Method in class jada.tuple.TupleSpace
Performs the out linda operation.
out(Tuple). Method in class jada.tuple.TupleSpace
Performs the out linda operation.
out(Tuple[], int). Method in class jada.tuple.TupleSpace
Performs the out linda operation on a tuple array.
out(Tuple[], int). Method in class jada.tuple.TupleSpace
Performs the out linda operation on a tuple array.
OUT_OPCODE. Static variable in interface jada.tuple.TupleNetConst
OUT_OPCODE. Static variable in interface jada.tuple.TupleNetConst

P

print(). Method in class jada.client.TupleClient
The print request.
print(). Method in class jada.client.TupleClient
The print request.
print(). Method in class jada.tuple.TupleSpace
Prints the tuple space contents to System.out.
print(). Method in class jada.tuple.TupleSpace
Prints the tuple space contents to System.out.
PRINT_OPCODE. Static variable in interface jada.tuple.TupleNetConst
PRINT_OPCODE. Static variable in interface jada.tuple.TupleNetConst

R

read(InputStream). Method in class jada.tuple.Tuple
Read this tuple from the given InputStream.
read(InputStream). Method in class jada.tuple.Tuple
Read this tuple from the given InputStream.
read(Tuple). Method in class jada.tuple.TupleSpace
Performs the read linda operation.
read(Tuple). Method in class jada.tuple.TupleSpace
Performs the read linda operation.
read(Tuple[], int). Method in class jada.tuple.TupleSpace
Performs the read linda operation on a tuple array.
read(Tuple[], int). Method in class jada.tuple.TupleSpace
Performs the read linda operation on a tuple array.
read_nb(Tuple). Method in class jada.tuple.TupleSpace
Performs the non-blocking read linda operation.
read_nb(Tuple). Method in class jada.tuple.TupleSpace
Performs the non-blocking read linda operation.
read_nb(Tuple[], int). Method in class jada.tuple.TupleSpace
Performs the non-blocking read linda operation on a tuple array.
read_nb(Tuple[], int). Method in class jada.tuple.TupleSpace
Performs the non-blocking read linda operation on a tuple array.
READ_OPCODE. Static variable in interface jada.tuple.TupleNetConst
READ_OPCODE. Static variable in interface jada.tuple.TupleNetConst
reset(). Method in class jada.client.TupleClient
Sends the reset request to the remote tuple server.
reset(). Method in class jada.client.TupleClient
Sends the reset request to the remote tuple server.
reset(). Method in class jada.tuple.TupleSpace
Resets the tuple space (by deleting its contents)
reset(). Method in class jada.tuple.TupleSpace
Resets the tuple space (by deleting its contents)
RESET_OPCODE. Static variable in interface jada.tuple.TupleNetConst
RESET_OPCODE. Static variable in interface jada.tuple.TupleNetConst
run(). Method in class jada.server.TupleServer
The main loop: accepts socket connections and run new threads.
run(). Method in class jada.server.TupleServer
The main loop: accepts socket connections and run new threads.

S

S(). Static method in class jada.tuple.Tuple
Short form for StringClass.
S(). Static method in class jada.tuple.Tuple
Short form for StringClass.
setItem(int, Object). Method in class jada.tuple.Tuple
Sets an item of the tuple.
Watch out: just String, Integer and TupleItem are valid object types.
setItem(int, Object). Method in class jada.tuple.Tuple
Sets an item of the tuple.
Watch out: just String, Integer and TupleItem are valid object types.
setVerbose(boolean). Method in class jada.server.TupleServer
Sets the verbose mode.
setVerbose(boolean). Method in class jada.server.TupleServer
Sets the verbose mode.
StringClass(). Static method in class jada.tuple.Tuple
Returns the Class for a String object.
StringClass(). Static method in class jada.tuple.Tuple
Returns the Class for a String object.

T

toString(). Method in class jada.tuple.Tuple
Override Object.toString().
toString(). Method in class jada.tuple.Tuple
Override Object.toString().
Tuple(). Constructor for class jada.tuple.Tuple
Constructor: builds an empty tuple.
Tuple(). Constructor for class jada.tuple.Tuple
Constructor: builds an empty tuple.
Tuple(byte[]). Constructor for class jada.tuple.Tuple
Constructor: builds the tuple from a byte array calling buildItem.
Tuple(byte[]). Constructor for class jada.tuple.Tuple
Constructor: builds the tuple from a byte array calling buildItem.
Tuple(int). Constructor for class jada.tuple.Tuple
Constructor: builds the tuple calling init(int).
Tuple(int). Constructor for class jada.tuple.Tuple
Constructor: builds the tuple calling init(int).
Tuple(Object). Constructor for class jada.tuple.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.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
Tuple(Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object). Constructor for class jada.tuple.Tuple
Tuple(Tuple). Constructor for class jada.tuple.Tuple
Constructor: build a tuple copying the given one.
Tuple(Tuple). Constructor for class jada.tuple.Tuple
Constructor: build a tuple copying the given one.
TupleClient(). Constructor for class jada.client.TupleClient
Constructor: builds a tuple client to connect a server on host localhost.
TupleClient(). Constructor for class jada.client.TupleClient
Constructor: builds a tuple client to connect a server on host localhost.
TupleClient(String). Constructor for class jada.client.TupleClient
Constructor: builds a tuple client to connect a server with given hostname
TupleClient(String). Constructor for class jada.client.TupleClient
Constructor: builds a tuple client to connect a server with given hostname
TupleClient(String, int). Constructor for class jada.client.TupleClient
Constructor: builds a tuple client to connect a server with given hostname and port
TupleClient(String, int). Constructor for class jada.client.TupleClient
Constructor: builds a tuple client to connect a server with given hostname and port
TupleServer(). Constructor for class jada.server.TupleServer
Constructor: builds a new tuple server listening at the default port.
TupleServer(). Constructor for class jada.server.TupleServer
Constructor: builds a new tuple server listening at the default port.
TupleServer(int). Constructor for class jada.server.TupleServer
Constructor: builds a new tuple server listening at given port.
TupleServer(int). Constructor for class jada.server.TupleServer
Constructor: builds a new tuple server listening at given port.
TupleSpace(). Constructor for class jada.tuple.TupleSpace
Constructor.
TupleSpace(). Constructor for class jada.tuple.TupleSpace
Constructor.
TupleString(). Constructor for class jada.tuple.TupleString
Default constructor.
TupleString(). Constructor for class jada.tuple.TupleString
Default constructor.
TupleString(String). Constructor for class jada.tuple.TupleString
Constructor: builds the tuple from the string representation.
TupleString(String). Constructor for class jada.tuple.TupleString
Constructor: builds the tuple from the string representation.

W

waitToStart(). Method in class jada.server.TupleServer
This method returns when the server is up & running.
waitToStart(). Method in class jada.server.TupleServer
This method returns when the server is up & running.
write(OutputStream). Method in class jada.tuple.Tuple
Write this tuple to the given OutputStream.
write(OutputStream). Method in class jada.tuple.Tuple
Write this tuple to the given OutputStream.