|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface ActivityData
The interface to set/get activity data for a session activity
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Deprecated. Copyright |
Method Summary | |
---|---|
java.lang.String |
getActivityId()
Deprecated. Get Activity Id. |
java.io.Serializable |
getData(java.lang.Object key)
Deprecated. Get value by KEY from ActivityData. |
java.util.Enumeration |
getKeys()
Deprecated. Get keys for data other than session id, activity id, source comp name, target comp name |
java.lang.String |
getParentActivityId()
Deprecated. Get Parent Activity Id, may be null. |
java.lang.String |
getSessionId()
Deprecated. Get Session Id. |
java.lang.String |
getSourceComponentName()
Deprecated. Get the name of the source component. |
java.lang.String |
getTargetComponentName()
Deprecated. Get the name of the target component. |
void |
removeData(java.lang.Object key)
Deprecated. Remove the KEY value from ActivityData |
void |
setData(java.lang.Object key,
java.io.Serializable value)
Deprecated. Set a property (KEY-VALUE pair) to ActivityData. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getSessionId()
java.lang.String getActivityId()
java.lang.String getParentActivityId()
java.lang.String getSourceComponentName()
java.lang.String getTargetComponentName()
void setData(java.lang.Object key, java.io.Serializable value)
key
- value
- java.io.Serializable getData(java.lang.Object key)
key
-
java.util.Enumeration getKeys()
void removeData(java.lang.Object key)
key
-
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |