org.logicblaze.lingo.util.locks
Interface ConnectionManager

All Known Implementing Classes:
ConditionManagerImpl

public interface ConnectionManager

A manager of Condition objects.

Version:
$Revision$

Method Summary
 edu.emory.mathcs.backport.java.util.concurrent.locks.Condition getCondition(java.lang.String id)
          Gets the condition for the given ID lazily creating one if required.
 boolean removeCondition(java.lang.String id)
          Removes the condition of the given ID
 

Method Detail

getCondition

edu.emory.mathcs.backport.java.util.concurrent.locks.Condition getCondition(java.lang.String id)
Gets the condition for the given ID lazily creating one if required.


removeCondition

boolean removeCondition(java.lang.String id)
Removes the condition of the given ID



Copyright © 2011 LogicBlaze, Inc.. All Rights Reserved.