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

A

activeJacobThread() - Static method in class org.apache.ode.jacob.vpu.JacobVPU
Get the active Jacob thread, i.e. the one associated with the current Java thread.
add(Comm) - Method in class org.apache.ode.jacob.soup.CommGroup
 
add(CommChannel) - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
 
add(CommGroup) - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
 
add(CommChannel) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
add(CommGroup) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
addReaction(JacobObject, Method, Object[], String) - Method in class org.apache.ode.jacob.vpu.JacobVPU
Add an item to the run queue.

B

BadInheritsBad - Interface in org.apache.ode.jacob.classgen.testtypes
DOCUMENTME.
BadRetVal - Interface in org.apache.ode.jacob.classgen.testtypes
DOCUMENTME.
BadThrows - Interface in org.apache.ode.jacob.classgen.testtypes
DOCUMENTME.
bar() - Method in interface org.apache.ode.jacob.classgen.testtypes.BadRetVal
 
bar() - Method in interface org.apache.ode.jacob.classgen.testtypes.BadThrows
 
bar() - Method in interface org.apache.ode.jacob.classgen.testtypes.Good1
 
bar() - Method in interface org.apache.ode.jacob.classgen.testtypes.GoodInherit
 
byTarget - Variable in class org.apache.ode.jacob.vpu.Statistics
Total time spent in each org.apache.ode.jacob.JavaMethodBody method.

C

Cell - Interface in org.apache.ode.jacob.examples.cell
Channel type for a cell.
CELL_<T> - Class in org.apache.ode.jacob.examples.cell
Cell process template Java representation.
CELL_(CellChannel, T) - Constructor for class org.apache.ode.jacob.examples.cell.CELL_
 
CellChannel - Interface in org.apache.ode.jacob.examples.cell
An auto-generated channel interface for the channel type Cell.
CellChannelListener - Class in org.apache.ode.jacob.examples.cell
An auto-generated channel listener abstract class for the Cell channel type.
CellChannelListener(CellChannel) - Constructor for class org.apache.ode.jacob.examples.cell.CellChannelListener
 
Channel - Interface in org.apache.ode.jacob
Interface implemented by channel proxies.
ChannelFactory - Class in org.apache.ode.jacob.vpu
 
ChannelFactory() - Constructor for class org.apache.ode.jacob.vpu.ChannelFactory
 
ChannelFactory.ChannelInvocationHandler - Class in org.apache.ode.jacob.vpu
 
ChannelListener<CT extends Channel> - Class in org.apache.ode.jacob
Base-class for method-list objects.
ChannelListener(CT) - Constructor for class org.apache.ode.jacob.ChannelListener
 
channelsCreated - Variable in class org.apache.ode.jacob.vpu.Statistics
Number of channels created.
Comm - Class in org.apache.ode.jacob.soup
DOCUMENTME.
Comm() - Constructor for class org.apache.ode.jacob.soup.Comm
 
Comm(CommGroup, CommChannel) - Constructor for class org.apache.ode.jacob.soup.Comm
 
CommChannel - Class in org.apache.ode.jacob.soup
DOCUMENTME.
CommChannel(Class) - Constructor for class org.apache.ode.jacob.soup.CommChannel
 
CommGroup - Class in org.apache.ode.jacob.soup
DOCUMENTME.
CommGroup(boolean) - Constructor for class org.apache.ode.jacob.soup.CommGroup
 
CommRecv - Class in org.apache.ode.jacob.soup
Persistent store representation of an object (i.e. channel read) waiting for a message (i.e. channel write / method application).
CommRecv() - Constructor for class org.apache.ode.jacob.soup.CommRecv
 
CommRecv(CommChannel, ChannelListener) - Constructor for class org.apache.ode.jacob.soup.CommRecv
 
CommSend - Class in org.apache.ode.jacob.soup
Persistent store representation of a message (i.e. method application / channel write) waiting for a corresponding object (i.e. channel read).
CommSend() - Constructor for class org.apache.ode.jacob.soup.CommSend
 
CommSend(CommChannel, Method, Object[]) - Constructor for class org.apache.ode.jacob.soup.CommSend
 
consumeExport(String) - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
 
consumeExport(String) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
Continuation - Class in org.apache.ode.jacob.soup
DOCUMENTME.
Continuation(JacobObject, Method, Object[]) - Constructor for class org.apache.ode.jacob.soup.Continuation
 
createChannel(CommChannel, Class) - Static method in class org.apache.ode.jacob.vpu.ChannelFactory
 
createExport(CommChannel) - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
 
createExport(CommChannel) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
cycle() - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
 
cycle() - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 

D

DebugInfo - Class in org.apache.ode.jacob
Standard debug information for channels, objects (channel reads), and messages (channel writes).
DebugInfo() - Constructor for class org.apache.ode.jacob.DebugInfo
 
dequeueReaction() - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
 
dequeueReaction() - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
doStep(int, SynchChannel) - Method in class org.apache.ode.jacob.examples.sequence.Sequence
Execute a step
dumpState(PrintStream) - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
 
dumpState(PrintStream) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
dumpState() - Method in class org.apache.ode.jacob.vpu.JacobVPU
Dump the state of the VPU for debugging purposes.

E

enqueueReaction(Continuation) - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
Add a continuation to the broth.
enqueueReaction(Continuation) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
equals(Object) - Method in class org.apache.ode.jacob.soup.ExecutionQueueObject
 
equals(Object) - Method in class org.apache.ode.jacob.vpu.ChannelFactory.ChannelInvocationHandler
 
execute() - Method in class org.apache.ode.jacob.vpu.JacobVPU
Execute one VPU cycle.
ExecutionQueue - Interface in org.apache.ode.jacob.soup
The soup, the reactive "broth" that underlies the JACOB system.
ExecutionQueueImpl - Class in org.apache.ode.jacob.vpu
A fast, in-memory ExecutionQueue implementation.
ExecutionQueueImpl(ClassLoader) - Constructor for class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
ExecutionQueueImpl.ExecutionQueueInputStream - Class in org.apache.ode.jacob.vpu
 
ExecutionQueueImpl.ExecutionQueueInputStream(InputStream) - Constructor for class org.apache.ode.jacob.vpu.ExecutionQueueImpl.ExecutionQueueInputStream
 
ExecutionQueueObject - Class in org.apache.ode.jacob.soup
Base class for items we find in the ExecutionQueue.
ExecutionQueueObject() - Constructor for class org.apache.ode.jacob.soup.ExecutionQueueObject
 
export() - Method in interface org.apache.ode.jacob.Channel
 
exportChannel(Channel) - Method in interface org.apache.ode.jacob.JacobThread
 

F

flush() - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
 
flush() - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
flush() - Method in class org.apache.ode.jacob.vpu.JacobVPU
 
foo() - Method in interface org.apache.ode.jacob.classgen.testtypes.Good
 

G

getArgs() - Method in class org.apache.ode.jacob.soup.CommSend
Get the arguments for the method application.
getArgs() - Method in class org.apache.ode.jacob.soup.Continuation
 
getAvgClientTimeMs() - Method in class org.apache.ode.jacob.vpu.Statistics
DOCUMENTME
getAvgContinuationSize() - Method in class org.apache.ode.jacob.vpu.Statistics
DOCUMENTME
getAvgKernelTimeMs() - Method in class org.apache.ode.jacob.vpu.Statistics
DOCUMENTME
getAvgRunTimeMs() - Method in class org.apache.ode.jacob.vpu.Statistics
DOCUMENTME
getAvgRunTimePerInvocation() - Method in class org.apache.ode.jacob.vpu.Statistics.PerTargetStatistics
 
getBackend(Channel) - Static method in class org.apache.ode.jacob.vpu.ChannelFactory
 
getChannel() - Method in class org.apache.ode.jacob.ChannelListener
 
getChannel() - Method in class org.apache.ode.jacob.soup.Comm
 
getClassName() - Method in class org.apache.ode.jacob.JacobObject
Get the unadorned (no package) name of this class.
getClosure() - Method in class org.apache.ode.jacob.soup.Continuation
 
getContinuation() - Method in class org.apache.ode.jacob.soup.CommRecv
Get the continuation for this object (channel read).
getCreator() - Method in class org.apache.ode.jacob.DebugInfo
 
getDescription() - Method in class org.apache.ode.jacob.soup.CommGroup
 
getDescription() - Method in class org.apache.ode.jacob.soup.ExecutionQueueObject
 
getElements() - Method in class org.apache.ode.jacob.soup.CommGroup
 
getExtension(Class) - Static method in class org.apache.ode.jacob.JacobObject
 
getExtension(Class) - Method in interface org.apache.ode.jacob.JacobThread
 
getGlobalData() - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
getGroup() - Method in class org.apache.ode.jacob.soup.Comm
 
getId() - Method in class org.apache.ode.jacob.soup.ExecutionQueueObject
 
getImplementedMethods() - Method in class org.apache.ode.jacob.ChannelListener
 
getImplementedMethods() - Method in class org.apache.ode.jacob.JacobObject
 
getImplementedMethods() - Method in class org.apache.ode.jacob.JacobRunnable
 
getIndex() - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
getKernelTimeMs() - Method in class org.apache.ode.jacob.vpu.Statistics
DOCUMENTME
getKey() - Method in interface org.apache.ode.jacob.IndexedObject
Get the value of the object's index.
getLocation() - Method in class org.apache.ode.jacob.DebugInfo
 
getMethod(String) - Method in class org.apache.ode.jacob.JacobObject
 
getMethod() - Method in class org.apache.ode.jacob.soup.CommSend
 
getMethod() - Method in class org.apache.ode.jacob.soup.Continuation
 
getOriginal(Object) - Method in interface org.apache.ode.jacob.soup.ReplacementMap
Get the original object for a given replacement object.
getReplacement(Object) - Method in interface org.apache.ode.jacob.soup.ReplacementMap
Get a replacement object for a given "original" object.
getSerializedChannels() - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl.ExecutionQueueInputStream
 
getType() - Method in class org.apache.ode.jacob.soup.CommChannel
 
Good - Interface in org.apache.ode.jacob.classgen.testtypes
DOCUMENT ME!
Good1 - Interface in org.apache.ode.jacob.classgen.testtypes
DOCUMENTME.
GoodInherit - Interface in org.apache.ode.jacob.classgen.testtypes
JACOB Test Type (Good w/ inheritence).
GoodMultInherit - Interface in org.apache.ode.jacob.classgen.testtypes
JACOB Test Type (Good w/ inheritence).

H

hashCode() - Method in class org.apache.ode.jacob.vpu.ChannelFactory.ChannelInvocationHandler
 
hasReactions() - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
Are there any reactions that can be executed in the broth?
hasReactions() - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 

I

importChannel(String, Class<T>) - Static method in class org.apache.ode.jacob.JacobObject
 
importChannel(String, Class) - Method in interface org.apache.ode.jacob.JacobThread
 
incRunTime(String, long) - Method in class org.apache.ode.jacob.vpu.Statistics
DOCUMENTME
IndexedObject - Interface in org.apache.ode.jacob
Interface implemented by JACOB objects that are to be indexed.
inject(JacobRunnable) - Method in class org.apache.ode.jacob.vpu.JacobVPU
Inject a concretion into the process context.
instance(JacobRunnable) - Static method in class org.apache.ode.jacob.JacobObject
Instantiation; the Java code instance(new F(x,y,z)) is equivalent to F(x,y,z) in the process calculus.
instance(JacobRunnable) - Method in interface org.apache.ode.jacob.JacobThread
Create a process instance i.e. a concretion of a process abstraction.
invocations - Variable in class org.apache.ode.jacob.vpu.Statistics.PerTargetStatistics
 
invoke(Object, Method, Object[]) - Method in class org.apache.ode.jacob.vpu.ChannelFactory.ChannelInvocationHandler
 
isComplete() - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
 
isComplete() - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
isComplete() - Method in class org.apache.ode.jacob.vpu.JacobVPU
 
isReplaceable(Object) - Method in interface org.apache.ode.jacob.soup.ReplacementMap
Determine whether the given object is an object for which a replacement can be obtained.
isReplacement(Object) - Method in interface org.apache.ode.jacob.soup.ReplacementMap
Determine whether the given object is a replacement object obtained from this map.
isReplicated() - Method in class org.apache.ode.jacob.soup.CommGroup
Read the value of the replication operator flag.

J

JacobMessages - Class in org.apache.ode.jacob.vpu
Messages for the Jacob VPU.
JacobMessages() - Constructor for class org.apache.ode.jacob.vpu.JacobMessages
 
JacobObject - Class in org.apache.ode.jacob
Base class for constructs which rely on a Java method body to represent some aspect of the process.
JacobObject() - Constructor for class org.apache.ode.jacob.JacobObject
 
JacobRunnable - Class in org.apache.ode.jacob
Base class for process abstractions.
JacobRunnable() - Constructor for class org.apache.ode.jacob.JacobRunnable
 
JacobThread - Interface in org.apache.ode.jacob
Class exposing the JACOB operations.
JacobVPU - Class in org.apache.ode.jacob.vpu
The JACOB Virtual Processing Unit ("VPU").
JacobVPU() - Constructor for class org.apache.ode.jacob.vpu.JacobVPU
Default constructor.
JacobVPU(ExecutionQueue) - Constructor for class org.apache.ode.jacob.vpu.JacobVPU
Re-hydration constructor.
JacobVPU(ExecutionQueue, JacobRunnable) - Constructor for class org.apache.ode.jacob.vpu.JacobVPU
Instantiation constructor; used to initialize context with the concretion of a process abstraction.

L

log() - Method in class org.apache.ode.jacob.ChannelListener
 
log() - Method in class org.apache.ode.jacob.examples.cell.CellChannelListener
 
log() - Method in class org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStreamChannelListener
 
log() - Method in class org.apache.ode.jacob.examples.synch.SynchPrintChannelListener
 
log() - Method in class org.apache.ode.jacob.SynchChannelListener
 
log() - Method in class org.apache.ode.jacob.ValChannelListener
 

M

main(String[]) - Static method in class org.apache.ode.jacob.examples.eratosthenes.Sieve
 
main(String[]) - Static method in class org.apache.ode.jacob.examples.synch.SynchPrinter
 
maxRunTimeMs - Variable in class org.apache.ode.jacob.vpu.Statistics.PerTargetStatistics
 
message(Channel, Method, Object[]) - Method in interface org.apache.ode.jacob.JacobThread
Send a message (object invocation).
messagesRcvd - Variable in class org.apache.ode.jacob.vpu.Statistics
Number of messsages received.
messagesSent - Variable in class org.apache.ode.jacob.vpu.Statistics
Number of messages sent.
minRunTimeMs - Variable in class org.apache.ode.jacob.vpu.Statistics.PerTargetStatistics
 
msgClientMethodException(String, String) - Method in class org.apache.ode.jacob.vpu.JacobMessages
Error indicating that client-code (i.e. not the VPU kernel) threw an unexpected exception.
msgContDeHydrationErr(String, String) - Method in class org.apache.ode.jacob.vpu.JacobMessages
 
msgContHydrationErr(String, String) - Method in class org.apache.ode.jacob.vpu.JacobMessages
Error indicating that a re-hydration of a saved _continuation object could not be completed.
msgMethodNotAccessible(String, String) - Method in class org.apache.ode.jacob.vpu.JacobMessages
Internal error indicating that a required client method was not accessible due to security protections errors.

N

NaturalNumberStream - Interface in org.apache.ode.jacob.examples.eratosthenes
DOCUMENTME.
NaturalNumberStreamChannel - Interface in org.apache.ode.jacob.examples.eratosthenes
An auto-generated channel interface for the channel type NaturalNumberStream.
NaturalNumberStreamChannelListener - Class in org.apache.ode.jacob.examples.eratosthenes
An auto-generated channel listener abstract class for the NaturalNumberStream channel type.
NaturalNumberStreamChannelListener(NaturalNumberStreamChannel) - Constructor for class org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStreamChannelListener
 
newChannel(Class<T>) - Method in class org.apache.ode.jacob.JacobObject
 
newChannel(Class<T>, String) - Method in class org.apache.ode.jacob.JacobObject
Channel creation; the Java code Channel x = newChannel(XChannel.class) ...
newChannel(Class, String, String) - Method in interface org.apache.ode.jacob.JacobThread
Create a new channel.
notbad() - Method in interface org.apache.ode.jacob.classgen.testtypes.BadInheritsBad
 
numContinuations - Variable in class org.apache.ode.jacob.vpu.Statistics
Number of continuations.
numCycles - Variable in class org.apache.ode.jacob.vpu.Statistics
Number of VPU cycles.
numReductionsComm - Variable in class org.apache.ode.jacob.vpu.Statistics
Total number of communication reductions.
numReductionsStruct - Variable in class org.apache.ode.jacob.vpu.Statistics
Total number of structural reductions.

O

object(ChannelListener<T>) - Static method in class org.apache.ode.jacob.JacobObject
Object; the Java code "object(x, ChannelListener)" is equivalent to x ?
object(boolean, ChannelListener) - Static method in class org.apache.ode.jacob.JacobObject
 
object(boolean, ChannelListener[]) - Static method in class org.apache.ode.jacob.JacobObject
 
object(boolean, Set<ChannelListener>) - Static method in class org.apache.ode.jacob.JacobObject
 
object(boolean, ChannelListener) - Method in interface org.apache.ode.jacob.JacobThread
Receive a message on a channel, allowing for possible replication.
object(boolean, ChannelListener[]) - Method in interface org.apache.ode.jacob.JacobThread
 
or(ChannelListener) - Method in class org.apache.ode.jacob.ChannelListener
 
or(Set<ChannelListener>) - Method in class org.apache.ode.jacob.ChannelListener
 
org.apache.ode.jacob - package org.apache.ode.jacob
 
org.apache.ode.jacob.classgen.testtypes - package org.apache.ode.jacob.classgen.testtypes
 
org.apache.ode.jacob.examples.cell - package org.apache.ode.jacob.examples.cell
 
org.apache.ode.jacob.examples.eratosthenes - package org.apache.ode.jacob.examples.eratosthenes
 
org.apache.ode.jacob.examples.sequence - package org.apache.ode.jacob.examples.sequence
 
org.apache.ode.jacob.examples.synch - package org.apache.ode.jacob.examples.synch
 
org.apache.ode.jacob.soup - package org.apache.ode.jacob.soup
 
org.apache.ode.jacob.vpu - package org.apache.ode.jacob.vpu
 

P

print(String) - Method in interface org.apache.ode.jacob.examples.synch.SynchPrint
 
printStackTrace(PrintStream) - Method in class org.apache.ode.jacob.DebugInfo
 
printToStream(PrintStream) - Method in class org.apache.ode.jacob.vpu.Statistics
Print the statistics to an output stream in english human-readable form.

R

read(Val) - Method in interface org.apache.ode.jacob.examples.cell.Cell
Read the value of the cell.
read(InputStream) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
readClassDescriptor() - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl.ExecutionQueueInputStream
 
registerExtension(Class, Object) - Method in class org.apache.ode.jacob.vpu.JacobVPU
 
ReplacementMap - Interface in org.apache.ode.jacob.soup
Mapping used by the JACOB soup to replace large objects with (hopefully) smaller objets during the serialization process.
replication(ChannelListener<T>) - Static method in class org.apache.ode.jacob.JacobObject
 
replication(T) - Static method in class org.apache.ode.jacob.JacobObject
Obtain a replicated channel broadcaster.
resolveClass(ObjectStreamClass) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl.ExecutionQueueInputStream
 
resolveObject(Object) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl.ExecutionQueueInputStream
 
ret() - Method in interface org.apache.ode.jacob.Synch
 
run() - Method in class org.apache.ode.jacob.examples.cell.CELL_
 
run() - Method in class org.apache.ode.jacob.examples.eratosthenes.Sieve
 
run() - Method in class org.apache.ode.jacob.examples.sequence.Sequence
Process execution block
run() - Method in class org.apache.ode.jacob.examples.synch.SynchPrinter.SystemPrinter
 
run() - Method in class org.apache.ode.jacob.examples.synch.SynchPrinter.Tester
 
run() - Method in class org.apache.ode.jacob.JacobRunnable
Peform the template reduction, i.e. do whatever it is that the templetized process does.
runQueueEntries - Variable in class org.apache.ode.jacob.vpu.Statistics
Number of enqueues to the run queue.

S

Sequence - Class in org.apache.ode.jacob.examples.sequence
Abstract process that executes a number of steps sequentially.
Sequence(int, SynchChannel) - Constructor for class org.apache.ode.jacob.examples.sequence.Sequence
Create a Sequence with a number of steps.
setChannel(CT) - Method in class org.apache.ode.jacob.ChannelListener
 
setChannel(CommChannel) - Method in class org.apache.ode.jacob.soup.Comm
 
setClassLoader(ClassLoader) - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
 
setClassLoader(ClassLoader) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
setClassLoader(ClassLoader) - Method in class org.apache.ode.jacob.vpu.JacobVPU
 
setContext(ExecutionQueue) - Method in class org.apache.ode.jacob.vpu.JacobVPU
Set the state of of the VPU; this is analagous to loading a CPU with a thread's context (re-hydration).
setCreator(String) - Method in class org.apache.ode.jacob.DebugInfo
 
setDescription(String) - Method in class org.apache.ode.jacob.soup.ExecutionQueueObject
 
setGlobalData(Serializable) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
setGroup(CommGroup) - Method in class org.apache.ode.jacob.soup.Comm
 
setId(Object) - Method in class org.apache.ode.jacob.soup.ExecutionQueueObject
 
setLocation(StackTraceElement[]) - Method in class org.apache.ode.jacob.DebugInfo
 
setReplacementMap(ReplacementMap) - Method in interface org.apache.ode.jacob.soup.ExecutionQueue
 
setReplacementMap(ReplacementMap) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 
Sieve - Class in org.apache.ode.jacob.examples.eratosthenes
Sieve of Eratosthenes prime number generator.
Sieve() - Constructor for class org.apache.ode.jacob.examples.eratosthenes.Sieve
 
Sieve.Foo - Class in org.apache.ode.jacob.examples.eratosthenes
 
Sieve.Foo() - Constructor for class org.apache.ode.jacob.examples.eratosthenes.Sieve.Foo
 
Statistics - Class in org.apache.ode.jacob.vpu
Statistics for the Jacob VPU.
Statistics() - Constructor for class org.apache.ode.jacob.vpu.Statistics
 
Statistics.PerTargetStatistics - Class in org.apache.ode.jacob.vpu
 
Statistics.PerTargetStatistics() - Constructor for class org.apache.ode.jacob.vpu.Statistics.PerTargetStatistics
 
Synch - Interface in org.apache.ode.jacob
Synch represents a synchronous invocation callback notification.
SynchChannel - Interface in org.apache.ode.jacob
An auto-generated channel interface for the channel type Synch.
SynchChannelListener - Class in org.apache.ode.jacob
An auto-generated channel listener abstract class for the Synch channel type.
SynchChannelListener(SynchChannel) - Constructor for class org.apache.ode.jacob.SynchChannelListener
 
SynchPrint - Interface in org.apache.ode.jacob.examples.synch
DOCUMENTME.
SynchPrintChannel - Interface in org.apache.ode.jacob.examples.synch
An auto-generated channel interface for the channel type SynchPrint.
SynchPrintChannelListener - Class in org.apache.ode.jacob.examples.synch
An auto-generated channel listener abstract class for the SynchPrint channel type.
SynchPrintChannelListener(SynchPrintChannel) - Constructor for class org.apache.ode.jacob.examples.synch.SynchPrintChannelListener
 
SynchPrinter - Class in org.apache.ode.jacob.examples.synch
Example JACOB process illustrating the use of SynchPrint
SynchPrinter() - Constructor for class org.apache.ode.jacob.examples.synch.SynchPrinter
 
SynchPrinter.SystemPrinter - Class in org.apache.ode.jacob.examples.synch
 
SynchPrinter.SystemPrinter(SynchPrintChannel) - Constructor for class org.apache.ode.jacob.examples.synch.SynchPrinter.SystemPrinter
 
SynchPrinter.Tester - Class in org.apache.ode.jacob.examples.synch
 
SynchPrinter.Tester() - Constructor for class org.apache.ode.jacob.examples.synch.SynchPrinter.Tester
 

T

toString() - Method in class org.apache.ode.jacob.ChannelListener
Get a description of the object for debugging purposes.
toString() - Method in class org.apache.ode.jacob.examples.cell.CELL_
 
toString() - Method in class org.apache.ode.jacob.JacobObject
 
toString() - Method in class org.apache.ode.jacob.JacobRunnable
 
toString() - Method in class org.apache.ode.jacob.soup.Comm
 
toString() - Method in class org.apache.ode.jacob.soup.CommChannel
 
toString() - Method in class org.apache.ode.jacob.soup.CommGroup
 
toString() - Method in class org.apache.ode.jacob.soup.CommRecv
 
toString() - Method in class org.apache.ode.jacob.soup.CommSend
 
toString() - Method in class org.apache.ode.jacob.soup.Continuation
 
toString() - Method in class org.apache.ode.jacob.vpu.ChannelFactory.ChannelInvocationHandler
 
toString() - Method in class org.apache.ode.jacob.vpu.Statistics.PerTargetStatistics
 
totalClientTimeMs - Variable in class org.apache.ode.jacob.vpu.Statistics
Total time spent in client code (in ms).
totalContinuationBytes - Variable in class org.apache.ode.jacob.vpu.Statistics
Total size of all _continuation (in bytes).
totalRunTimeMs - Variable in class org.apache.ode.jacob.vpu.Statistics.PerTargetStatistics
 
totalRunTimeMs - Variable in class org.apache.ode.jacob.vpu.Statistics
Total VPU run time (in ms).

V

val(int, SynchChannel) - Method in interface org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream
 
Val - Interface in org.apache.ode.jacob
Generic return-value channel type.
val(Object) - Method in interface org.apache.ode.jacob.Val
 
ValChannel - Interface in org.apache.ode.jacob
An auto-generated channel interface for the channel type Val.
ValChannelListener - Class in org.apache.ode.jacob
An auto-generated channel listener abstract class for the Val channel type.
ValChannelListener(ValChannel) - Constructor for class org.apache.ode.jacob.ValChannelListener
 

W

write(Object) - Method in interface org.apache.ode.jacob.examples.cell.Cell
Write the value of the cell.
write(OutputStream) - Method in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 

_

_classDescriptors - Static variable in class org.apache.ode.jacob.vpu.ExecutionQueueImpl
 

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