Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.apitransport | |
com.bmc.arsys.apitransport.session |
Modifier and Type | Method and Description |
---|---|
void |
ProxyJRpc.ARSetSessionConfiguration(ApiUserContextI context,
int tag,
ApiValueBase value) |
void |
Proxy.ARSetSessionConfiguration(ApiUserContextI ctx,
int tag,
ApiValueBase value) |
Modifier and Type | Field and Description |
---|---|
Map<Integer,ApiValueBase> |
ApiUserContextBase.userSession |
Modifier and Type | Method and Description |
---|---|
Map<Integer,ApiValueBase> |
ApiUserContextI.getUserSession() |
Map<Integer,ApiValueBase> |
ApiUserContextBase.getUserSession() |
Modifier and Type | Method and Description |
---|---|
void |
ApiProxyI.ARSetSessionConfiguration(ApiUserContextI ctx,
int tag,
ApiValueBase value)
Allows session variables to be set.
|
abstract void |
ApiProxyBase.ARSetSessionConfiguration(ApiUserContextI ctx,
int tag,
ApiValueBase value) |
Modifier and Type | Method and Description |
---|---|
void |
ApiUserContextBase.setUserSession(Map<Integer,ApiValueBase> userSession) |
Modifier and Type | Method and Description |
---|---|
ApiValueBase |
ArRpcCallContext.getSessionVariable(int tag)
Get session variable for a given session id.
|
Modifier and Type | Method and Description |
---|---|
void |
ArRpcCallContext.setSessionVariable(int variableId,
ApiValueBase value)
Sets the session variable of the current call context
|
? Copyright 2013 BMC Software, Inc.