Static Public Member Functions

alma.acs.callbacks.ResponderUtil Class Reference

List of all members.

Static Public Member Functions

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

Detailed Description

Author:
mschilli

Member Function Documentation

static Completion alma.acs.callbacks.ResponderUtil.giveCompletion ( Exception  exc  )  [static]
static Completion alma.acs.callbacks.ResponderUtil.giveCompletion (  )  [static]
static CBDescOut alma.acs.callbacks.ResponderUtil.giveDescOut ( CBDescIn  descIn  )  [static]
static void alma.acs.callbacks.ResponderUtil.respond ( Exception  exc,
CBdouble  cb,
CBDescIn  descIn 
) [static]
Parameters:
exc 
cb 
descIn 
static void alma.acs.callbacks.ResponderUtil.respond ( double  returnValue,
CBdouble  cb,
CBDescIn  descIn 
) [static]
Parameters:
returnValue 
cb 
descIn 
static void alma.acs.callbacks.ResponderUtil.respond ( Exception  exc,
CBlongSeq  cb,
CBDescIn  descIn 
) [static]
Parameters:
exc 
cb 
descIn 
static void alma.acs.callbacks.ResponderUtil.respond ( int[]  returnValue,
CBlongSeq  cb,
CBDescIn  descIn 
) [static]
Parameters:
returnValue 
cb 
descIn 
static void alma.acs.callbacks.ResponderUtil.respond ( Exception  exc,
CBlong  cb,
CBDescIn  descIn 
) [static]
Parameters:
exc 
cb 
descIn 
static void alma.acs.callbacks.ResponderUtil.respond ( int  returnValue,
CBlong  cb,
CBDescIn  descIn 
) [static]
Parameters:
returnValue 
cb 
descIn 
static void alma.acs.callbacks.ResponderUtil.respond ( Exception  exc,
CBstringSeq  cb,
CBDescIn  descIn 
) [static]
Parameters:
exc 
cb 
descIn 
static void alma.acs.callbacks.ResponderUtil.respond ( String[]  returnValue,
CBstringSeq  cb,
CBDescIn  descIn 
) [static]
Parameters:
returnValue 
cb 
descIn 
static void alma.acs.callbacks.ResponderUtil.respond ( Exception  exc,
CBstring  cb,
CBDescIn  descIn 
) [static]
Parameters:
exc 
cb 
descIn 
static void alma.acs.callbacks.ResponderUtil.respond ( String  returnValue,
CBstring  cb,
CBDescIn  descIn 
) [static]
Parameters:
returnValue 
cb 
descIn 
static void alma.acs.callbacks.ResponderUtil.respond ( double[]  returnValue,
CBdoubleSeq  cb,
CBDescIn  descIn 
) [static]
Parameters:
returnValue 
cb 
descIn 
static void alma.acs.callbacks.ResponderUtil.respond ( Exception  exc,
CBdoubleSeq  cb,
CBDescIn  descIn 
) [static]
Parameters:
exc 
cb 
descIn 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties