org.drools.semantics.base
Class MapSemaphore

java.lang.Object
  extended by org.drools.semantics.base.MapSemaphore
All Implemented Interfaces:
Serializable, Semaphore

public class MapSemaphore
extends Object
implements Semaphore

See Also:
Serialized Form

Field Summary
(package private)  String identifer
           
(package private)  Map value
           
 
Constructor Summary
MapSemaphore(String identifier)
           
MapSemaphore(String identifier, Map value)
           
 
Method Summary
 String getIdentifier()
           
 Map getValue()
           
 void setValue(Map value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

identifer

String identifer

value

Map value
Constructor Detail

MapSemaphore

public MapSemaphore(String identifier)

MapSemaphore

public MapSemaphore(String identifier,
                    Map value)
Method Detail

getIdentifier

public String getIdentifier()
Specified by:
getIdentifier in interface Semaphore

setValue

public void setValue(Map value)

getValue

public Map getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2005 The Codehaus. All Rights Reserved.