| Package | Description |
|---|---|
| ru.curs.celesta |
Root package of Celesta classes.
|
| Modifier and Type | Method and Description |
|---|---|
ICelesta |
CallContext.getCelesta()
Returns Celesta instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallContext.activate(ICelesta celesta,
String procName)
Activates CallContext with 'live' Celesta and procName.
|
| Constructor and Description |
|---|
CallContext(String userId,
ICelesta celesta,
String procName)
Creates activated context.
|
SystemCallContext(ICelesta celesta)
Creates and initializes system call context without call logging.
|
SystemCallContext(ICelesta celesta,
String procName)
Creates and initializes system call context.
|
Copyright © 2021 CURS. All rights reserved.