| 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.vpu |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelListener<CT extends Channel>
Base-class for method-list objects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SynchChannel
An auto-generated channel interface for the channel type
Synch. |
interface |
ValChannel
An auto-generated channel interface for the channel type
Val. |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Channel> |
JacobObject.importChannel(java.lang.String channelId,
java.lang.Class<T> channelClass) |
protected <T extends Channel> |
JacobObject.newChannel(java.lang.Class<T> channelType) |
protected <T extends Channel> |
JacobObject.newChannel(java.lang.Class<T> channelType,
java.lang.String description)
Channel creation; the Java code
Channel x = newChannel(XChannel.class) ...
is equivalent to (new x) ... |
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. |
protected static <T extends Channel> |
JacobObject.replication(ChannelListener<T> methodList) |
protected static <T extends Channel> |
JacobObject.replication(T channel)
Obtain a replicated channel broadcaster.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
JacobThread.importChannel(java.lang.String channelId,
java.lang.Class channelClass) |
Channel |
JacobThread.message(Channel channel,
java.lang.reflect.Method method,
java.lang.Object[] args)
Send a message (object invocation).
|
Channel |
JacobThread.newChannel(java.lang.Class channelType,
java.lang.String creator,
java.lang.String description)
Create a new channel.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
JacobThread.exportChannel(Channel channel) |
Channel |
JacobThread.message(Channel channel,
java.lang.reflect.Method method,
java.lang.Object[] args)
Send a message (object invocation).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CellChannel
An auto-generated channel interface for the channel type
Cell. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NaturalNumberStreamChannel
An auto-generated channel interface for the channel type
NaturalNumberStream. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SynchPrintChannel
An auto-generated channel interface for the channel type
SynchPrint. |
| Modifier and Type | Method and Description |
|---|---|
static Channel |
ChannelFactory.createChannel(CommChannel backend,
java.lang.Class type) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
ChannelFactory.getBackend(Channel channel) |
Copyright © 2015 WSO2. All Rights Reserved.