org.apache.ode.jacob.soup
Class CommGroup

java.lang.Object
  extended by org.apache.ode.jacob.soup.ExecutionQueueObject
      extended by 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)
           
 
Method Summary
 void add(Comm comm)
           
 java.lang.String getDescription()
           
 java.util.Iterator<Comm> getElements()
           
 boolean isReplicated()
          Read the value of the replication operator flag.
 java.lang.String toString()
           
 
Methods inherited from class org.apache.ode.jacob.soup.ExecutionQueueObject
equals, getId, setDescription, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommGroup

public CommGroup(boolean replicated)
Method Detail

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()