public final class Signal
extends java.lang.Object
implements java.io.Serializable
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Signal()
Creates new instance. 
 | 
  | 
Signal(long id,
      ObjectValue value)
Creates new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
long | 
getId()
Returns the id. 
 | 
ObjectValue | 
getValue()
Returns the value. 
 | 
int | 
hashCode()  | 
protected Signal()
public Signal(long id,
              ObjectValue value)
id - value - public long getId()
public ObjectValue getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.