Uses of Class
org.isam.exehda.services.CCManager.Tuple

Packages that use CCManager.Tuple
org.isam.exehda.services   
org.isam.exehda.services.cc   
 

Uses of CCManager.Tuple in org.isam.exehda.services
 

Methods in org.isam.exehda.services that return CCManager.Tuple
 CCManager.Tuple CCManager.in(java.lang.Object spaceId, CCManager.Tuple pattern, boolean remove, long timeout)
          Operation
 CCManager.Tuple CCManager.Tuple.add(java.lang.Object item)
          Operation
 CCManager.Tuple CCManager.TupleSpace.in(CCManager.Tuple pattern, boolean remove, long timeout)
          Operation
 

Methods in org.isam.exehda.services with parameters of type CCManager.Tuple
 CCManager.Tuple CCManager.in(java.lang.Object spaceId, CCManager.Tuple pattern, boolean remove, long timeout)
          Operation
 void CCManager.out(java.lang.Object spaceId, CCManager.Tuple t)
          Operation
 boolean CCManager.Tuple.matches(CCManager.Tuple pattern, int startIndex)
          Operation
 CCManager.Tuple CCManager.TupleSpace.in(CCManager.Tuple pattern, boolean remove, long timeout)
          Operation
 void CCManager.TupleSpace.out(CCManager.Tuple t)
          Operation
 

Uses of CCManager.Tuple in org.isam.exehda.services.cc
 

Methods in org.isam.exehda.services.cc that return CCManager.Tuple
 CCManager.Tuple HashTreeSpaceNode.findTuple(CCManager.Tuple pattern, boolean remove)
          Find a tuple in this node's tupleList that matches the given pattern.
 CCManager.Tuple CCManagerImpl.in(java.lang.Object spaceId, CCManager.Tuple pattern, boolean remove, long timeout)
           
 CCManager.Tuple HashTreeSpace.take(CCManager.Tuple pattern, long timeout)
          Gets a tuple that matches the given pattern from the TupleSpace.
 CCManager.Tuple HashTreeSpace.read(CCManager.Tuple pattern, long timeout)
          Gets a tuple that matches the given pattern from the tuple space.
 

Methods in org.isam.exehda.services.cc with parameters of type CCManager.Tuple
 HashTreeSpaceNode HashTreeSpaceNode.findParent(CCManager.Tuple pattern)
          Follows down this node subtree looking for the node that is the parent for tuples that match the given pattern.
 CCManager.Tuple HashTreeSpaceNode.findTuple(CCManager.Tuple pattern, boolean remove)
          Find a tuple in this node's tupleList that matches the given pattern.
 void HashTreeSpaceNode.insertTuple(CCManager.Tuple t)
           
 CCManager.Tuple CCManagerImpl.in(java.lang.Object spaceId, CCManager.Tuple pattern, boolean remove, long timeout)
           
 void CCManagerImpl.out(java.lang.Object spaceId, CCManager.Tuple t)
           
 CCManager.Tuple HashTreeSpace.take(CCManager.Tuple pattern, long timeout)
          Gets a tuple that matches the given pattern from the TupleSpace.
 CCManager.Tuple HashTreeSpace.read(CCManager.Tuple pattern, long timeout)
          Gets a tuple that matches the given pattern from the tuple space.
 void HashTreeSpace.put(CCManager.Tuple t)
          Inserts the given tuple into the space.