| Package | Description |
|---|---|
| org.apache.ode.jacob | |
| org.apache.ode.jacob.examples.cell | |
| org.apache.ode.jacob.examples.eratosthenes | |
| org.apache.ode.jacob.examples.synch | |
| org.apache.ode.jacob.soup |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchChannelListener
An auto-generated channel listener abstract class for the
Synch channel type. |
class |
ValChannelListener
An auto-generated channel listener abstract class for the
Val channel type. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ChannelListener> |
ChannelListener.or(ChannelListener other) |
java.util.Set<ChannelListener> |
ChannelListener.or(java.util.Set<ChannelListener> other) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
JacobObject.object(boolean replication,
ChannelListener methodList) |
void |
JacobThread.object(boolean replicate,
ChannelListener methodList)
Receive a message on a channel, allowing for possible replication.
|
protected static void |
JacobObject.object(boolean replication,
ChannelListener[] methodLists) |
void |
JacobThread.object(boolean reaplicate,
ChannelListener[] methodLists) |
protected static <T extends Channel> |
JacobObject.object(ChannelListener<T> methodList)
Object; the Java code "object(x, ChannelListener)" is equivalent to
x ? ChannelListener in the process algebra. |
java.util.Set<ChannelListener> |
ChannelListener.or(ChannelListener other) |
protected static <T extends Channel> |
JacobObject.replication(ChannelListener<T> methodList) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
JacobObject.object(boolean replication,
java.util.Set<ChannelListener> methodLists) |
java.util.Set<ChannelListener> |
ChannelListener.or(java.util.Set<ChannelListener> other) |
| Modifier and Type | Class and Description |
|---|---|
class |
CellChannelListener
An auto-generated channel listener abstract class for the
Cell channel type. |
| Modifier and Type | Class and Description |
|---|---|
class |
NaturalNumberStreamChannelListener
An auto-generated channel listener abstract class for the
NaturalNumberStream channel type. |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchPrintChannelListener
An auto-generated channel listener abstract class for the
SynchPrint channel type. |
| Modifier and Type | Method and Description |
|---|---|
ChannelListener |
CommRecv.getContinuation()
Get the continuation for this object (channel read).
|
| Constructor and Description |
|---|
CommRecv(CommChannel chnl,
ChannelListener continuation) |
Copyright © 2018 WSO2. All Rights Reserved.