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
-
cookieLn
-
-
host
-
-
parameter
-
-
SCActivationData(BAReq, String, String)
- Object contructor
cookieLn
public String cookieLn
parameter
public BAReq parameter
host
public String host
SCActivationData
public SCActivationData(BAReq param,
String line,
String hostId)
- 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