Static Public Member Functions | |
Completion | giveCompletion (Exception exc) |
Completion | giveCompletion () |
CBDescOut | giveDescOut (CBDescIn descIn) |
void | respond (String returnValue, CBstring cb, CBDescIn descIn) |
void | respond (Exception exc, CBstring cb, CBDescIn descIn) |
void | respond (String[] returnValue, CBstringSeq cb, CBDescIn descIn) |
void | respond (Exception exc, CBstringSeq cb, CBDescIn descIn) |
void | respond (int returnValue, CBlong cb, CBDescIn descIn) |
void | respond (Exception exc, CBlong cb, CBDescIn descIn) |
void | respond (int[] returnValue, CBlongSeq cb, CBDescIn descIn) |
void | respond (Exception exc, CBlongSeq cb, CBDescIn descIn) |
void | respond (double returnValue, CBdouble cb, CBDescIn descIn) |
void | respond (Exception exc, CBdouble cb, CBDescIn descIn) |
void | respond (double[] returnValue, CBdoubleSeq cb, CBDescIn descIn) |
void | respond (Exception exc, CBdoubleSeq cb, CBDescIn descIn) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|