|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExternalActivityHandle
A marker interface implemented by external activity handle implementations.
Instances implementing this interface are returned by
SleeConnection.createActivityHandle().
SleeConnection| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Compares this handle to another for equality. |
int |
hashCode()
Returns a hashcode for this handle. |
| Method Detail |
|---|
boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - an object to compare to
other refers to an ExternalActivityHandle
corresponding to the same underlying SLEE activity.Object.equals(Object)int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||