public class ActivityHandleImple extends Object implements ActivityHandle
Constructor and Description |
---|
ActivityHandleImple(ActivityImple curr) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Although users won't typically care what the underlying implementation
of a context is, they will need to do comparisons.
|
ActivityImple |
getActivity() |
int |
getTimeout() |
int |
hashCode()
Although users won't typically care what the underlying implementation
of a context is, they will need to do comparisons.
|
String |
tid() |
String |
toString() |
boolean |
valid() |
public ActivityHandleImple(ActivityImple curr)
public boolean equals(Object obj)
equals
in interface ActivityHandle
equals
in class Object
true
if the two objects are the same,
false
otherwise.public int hashCode()
hashCode
in interface ActivityHandle
hashCode
in class Object
public boolean valid()
valid
in interface ActivityHandle
public int getTimeout()
getTimeout
in interface ActivityHandle
public String tid()
tid
in interface ActivityHandle
public final ActivityImple getActivity()
Copyright © 2016 JBoss by Red Hat. All rights reserved.