Class semper.SemperServer.SSActivationData
All Packages Class Hierarchy This Package Previous Next Index
Class semper.SemperServer.SSActivationData
java.lang.Object
|
+----semper.SemperServer.SSActivationData
- public class SSActivationData
- extends Object
Implements a storage structure neccessary for the
execution of a specific BA
- See Also:
- run
-
cookieLn
-
-
host
-
-
parameter
-
-
SSActivationData(BAReq, String, String)
- Object contructor
cookieLn
public String cookieLn
parameter
public BAReq parameter
host
public String host
SSActivationData
public SSActivationData(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