com.ibm.wsspi.session

Interface ActivityData


Deprecated.
  1. @Deprecated
  2. public interface ActivityData
The interface to set/get activity data for a session activity

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
Deprecated. Copyright

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getActivityId()
Deprecated. Get Activity Id.
  1. java.io.Serializable
getData(java.lang.Object key)
Deprecated. Get value by KEY from ActivityData.
  1. java.util.Enumeration
getKeys()
Deprecated. Get keys for data other than session id, activity id, source comp name, target comp name
  1. java.lang.String
getParentActivityId()
Deprecated. Get Parent Activity Id, may be null.
  1. java.lang.String
getSessionId()
Deprecated. Get Session Id.
  1. java.lang.String
getSourceComponentName()
Deprecated. Get the name of the source component.
  1. java.lang.String
getTargetComponentName()
Deprecated. Get the name of the target component.
  1. void
removeData(java.lang.Object key)
Deprecated. Remove the KEY value from ActivityData
  1. void
setData(java.lang.Object key,java.io.Serializable value)
Deprecated. Set a property (KEY-VALUE pair) to ActivityData.

Field Detail

  1. static final java.lang.String COPYRIGHT
Deprecated.
Copyright
See Also:

Method Detail

getSessionId

  1. java.lang.String getSessionId()
Deprecated.
Get Session Id.
Returns:
String

getActivityId

  1. java.lang.String getActivityId( )
Deprecated.
Get Activity Id.
Returns:
String

getParentActivityId

  1. java.lang.String getParentActivityId( )
Deprecated.
Get Parent Activity Id, may be null.
Returns:
String

getSourceComponentName

  1. java.lang.String getSourceComponentName( )
Deprecated.
Get the name of the source component.
Returns:
String

getTargetComponentName

  1. java.lang.String getTargetComponentName( )
Deprecated.
Get the name of the target component.
Returns:
String

setData

  1. void setData(java.lang.Object key,
  2. java.io.Serializable value)
Deprecated.
Set a property (KEY-VALUE pair) to ActivityData.
Parameters:
key -
value -

getData

  1. java.io.Serializable getData(java.lang.Object key)
Deprecated.
Get value by KEY from ActivityData.
Parameters:
key -
Returns:
Serializable

getKeys

  1. java.util.Enumeration getKeys()
Deprecated.
Get keys for data other than session id, activity id, source comp name, target comp name
Returns:
Enumeration

removeData

  1. void removeData(java.lang.Object key)
Deprecated.
Remove the KEY value from ActivityData
Parameters:
key -