|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.messaging.subscription.SubscribableEvent
public class SubscribableEvent
The client representation of a subscription event
Constructor Summary | |
---|---|
SubscribableEvent(String event,
boolean isCascadable,
boolean cascadeOnly)
Constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
String |
getEvent()
Gets the subscribable event |
int |
hashCode()
Return a hash code value for the object. |
boolean |
isCascadable()
Gets whether the event can cascade |
boolean |
isCascadeOnly()
Gets whether the event is cascade only |
String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SubscribableEvent(String event, boolean isCascadable, boolean cascadeOnly)
event
- The subscribable eventisCascadable
- Whether the event can cascade to child itemscascadeOnly
- Whether the event is a cascade only eventMethod Detail |
---|
public String getEvent()
public boolean isCascadable()
public boolean isCascadeOnly()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |