Class semper.SemperClient.SCActivationData
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.SemperClient.SCActivationData

java.lang.Object
   |
   +----semper.SemperClient.SCActivationData

public class SCActivationData
extends Object
Implements a storage structure neccessary for the execution of a specific BA
See Also:
run

Variable Index

 o cookieLn
 o parameter

Constructor Index

 o SCActivationData(BAReq, String)
Object contructor

Variables

 o cookieLn
  public String cookieLn
 o parameter
  public BAReq parameter

Constructors

 o SCActivationData
  public SCActivationData(BAReq param,
                          String line)
Object contructor
Parameters:
param - the BAReq storage structure
line - dedicated to keep the cookie-state of the client
See Also:
ParseRequest

All Packages  Class Hierarchy  This Package  Previous  Next  Index