|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the interface used by the boot runtime to communicate with an application-session of the runtime.
| Method Summary | |
AppContainer |
getAppContainer()
get the application container object, that holds information about this application |
java.lang.String |
getId()
Gets the id of the session; with http-comunication this is the session cookie. |
byte[] |
inverseTransform(java.lang.String transform,
byte[] data)
Reverse the transformations, e.g. compression, applied at the server. |
boolean |
login()
Deprecated. |
boolean |
login(java.util.Properties properties)
Login method for runtime version 1.7.0 and newer. |
void |
logout()
The boot runtime calls logout after the last component is closed and the application will be deleted. |
void |
setId(java.lang.String id)
Sets the id of the session; with http-comunication this is the session cookie. |
| Method Detail |
public boolean login()
public boolean login(java.util.Properties properties)
properties - All properties send to the first component.
The LoginModule can be parametrized by them.
public void logout()
public AppContainer getAppContainer()
public java.lang.String getId()
public void setId(java.lang.String id)
id - the new session id.
public byte[] inverseTransform(java.lang.String transform,
byte[] data)
transform - string encoded names of transformations applied at the serverdata - original data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||