org.apache.ode.jacob.soup
Class CommGroup
java.lang.Object
org.apache.ode.jacob.soup.ExecutionQueueObject
org.apache.ode.jacob.soup.CommGroup
public class CommGroup
- extends ExecutionQueueObject
DOCUMENTME.
Created on Feb 16, 2004 at 9:13:39 PM.
Constructor Summary |
CommGroup(boolean replicated)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CommGroup
public CommGroup(boolean replicated)
isReplicated
public boolean isReplicated()
- Read the value of the replication operator flag. CommRecv (channel reads)
with the replication flag set are left in the queue indefinately.
- Returns:
- true or false
add
public void add(Comm comm)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getDescription
public java.lang.String getDescription()
- Overrides:
getDescription
in class ExecutionQueueObject
getElements
public java.util.Iterator<Comm> getElements()