com.ibm.wsspi.session
Interface ActivityData
Deprecated.
- @Deprecated public interface ActivityData
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
Deprecated. Copyright
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getActivityId()
Deprecated. Get Activity Id.
|
|
getData(java.lang.Object key)
Deprecated. Get value by KEY from ActivityData.
|
|
getKeys()
Deprecated. Get keys for data other than session id, activity id, source comp name, target comp name
|
|
getParentActivityId()
Deprecated. Get Parent Activity Id, may be null.
|
|
getSessionId()
Deprecated. Get Session Id.
|
|
getSourceComponentName()
Deprecated. Get the name of the source component.
|
|
getTargetComponentName()
Deprecated. Get the name of the target component.
|
|
removeData(java.lang.Object key)
Deprecated. Remove the KEY value from ActivityData
|
|
setData(java.lang.Object key,java.io.Serializable value)
Deprecated. Set a property (KEY-VALUE pair) to ActivityData.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
Deprecated.
Copyright
See Also:
Method Detail
getSessionId
- java.lang.String getSessionId()
Deprecated.
Get Session Id.
Returns:
String
getActivityId
- java.lang.String getActivityId( )
Deprecated.
Get Activity Id.
Returns:
String
getParentActivityId
- java.lang.String getParentActivityId( )
Deprecated.
Get Parent Activity Id, may be null.
Returns:
String
getSourceComponentName
- java.lang.String getSourceComponentName( )
Deprecated.
Get the name of the source component.
Returns:
String
getTargetComponentName
- java.lang.String getTargetComponentName( )
Deprecated.
Get the name of the target component.
Returns:
String
setData
- void setData(java.lang.Object key,
- java.io.Serializable value)
Deprecated.
Set a property (KEY-VALUE pair) to ActivityData.
Parameters:
key
- value
- getData
- java.io.Serializable getData(java.lang.Object key)
Deprecated.
Get value by KEY from ActivityData.
Parameters:
key
- Returns:
Serializable
getKeys
- java.util.Enumeration getKeys()
Deprecated.
Get keys for data other than session id, activity id, source comp name, target comp name
Returns:
Enumeration
removeData
- void removeData(java.lang.Object key)
Deprecated.
Remove the KEY value from ActivityData
Parameters:
key
-