|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Class that represents a UserSession on the OpenWorldX Adapter.
This class can be created with the BoiToolkit, and holds userinformation. With a UserSession
Actions on the OpenWorldX Adapter (Managers) can be combined for one user. In case of Automatic
Backend Activation, Managers can be grouped together in an UserSession, and Backend Connections can be Pooled.
| Method Summary | |
void |
addManager(BusinessObjectManager p_manager)
Adds a manager to this UserSession. |
void |
enableLicenseOverride(java.lang.String p_key)
Enables the License Override Mechanism |
void |
enableLicenseOverrideWithId(java.lang.String p_key,
int p_licenseId)
Enables the License Override Mechanism, providing an override license |
java.lang.String |
getUserName()
Gets the name of the user out of the UserSession. |
| Method Detail |
public java.lang.String getUserName()
public void enableLicenseOverride(java.lang.String p_key)
p_key - The license override key
public void enableLicenseOverrideWithId(java.lang.String p_key,
int p_licenseId)
p_key - The license override keyp_licenseId - The Server license to be obtained at the server side
public void addManager(BusinessObjectManager p_manager)
throws BoiException
p_manager - The BusinessObjectManager to be added.BoiException - if Manager is alreay in a UserSession, or Manager is null.
|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||