IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.session
Interface SessionContextUtil


Deprecated.

@Deprecated
public interface SessionContextUtil

utility interface to get/set activity data from/to a sca message


Field Summary
static java.lang.String COPYRIGHT
          Deprecated. Copyright
static SessionContextUtil INSTANCE
          Deprecated. Comment for INSTANCE
 
Method Summary
 ActivityData getSessionContext(com.ibm.wsspi.sca.message.Message message)
          Deprecated. Get SessionContext from a Service message.
 void restoreSessionContext(com.ibm.wsspi.sca.message.Message msg)
          Deprecated. Restore SessionContext from SCA message to current work area.
 void setContextToMessage(com.ibm.wsspi.sca.message.Message msg, ActivityData theContext)
          Deprecated. Set SessionContext to a Service message.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
Deprecated. 
Copyright

See Also:
Constant Field Values

INSTANCE

static final SessionContextUtil INSTANCE
Deprecated. 
Comment for INSTANCE

Method Detail

getSessionContext

ActivityData getSessionContext(com.ibm.wsspi.sca.message.Message message)
Deprecated. 
Get SessionContext from a Service message.

Parameters:
message -
Returns:
ActivityData

setContextToMessage

void setContextToMessage(com.ibm.wsspi.sca.message.Message msg,
                         ActivityData theContext)
Deprecated. 
Set SessionContext to a Service message.

Parameters:
msg -
theContext -

restoreSessionContext

void restoreSessionContext(com.ibm.wsspi.sca.message.Message msg)
Deprecated. 
Restore SessionContext from SCA message to current work area.

Parameters:
msg -

IBM WebSphere Application ServerTM
Release 8