org.drools.semantics.base
Class MapSemaphore
java.lang.Object
org.drools.semantics.base.MapSemaphore
- All Implemented Interfaces:
- java.io.Serializable, Semaphore
public class MapSemaphore
- extends java.lang.Object
- implements Semaphore
- See Also:
- Serialized Form
Constructor Summary |
MapSemaphore(java.lang.String identifier)
|
MapSemaphore(java.lang.String identifier,
java.util.Map value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MapSemaphore
public MapSemaphore(java.lang.String identifier)
MapSemaphore
public MapSemaphore(java.lang.String identifier,
java.util.Map value)
getIdentifier
public java.lang.String getIdentifier()
- Specified by:
getIdentifier
in interface Semaphore
setValue
public void setValue(java.util.Map value)
getValue
public java.util.Map getValue()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object