Avaya Business Communications Manager - PeriRDB Manual de usuario Pagina 54

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 60
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 53
PeriRDB User’s Guide
Page 54
PeriPro creates the vagorb and corba folders in the Global Data Folders
window for use during its interaction with corbaclnt. The folders are created
when the developer adds the first CORBA block specifying a valid Invoke
Operation. Users should not alter the contents of these folders.
The only timeout condition currently applicable to execution of a CORBA
block is vrto. The timer can be set in an Environment block using the option
vpsrcvtime in the "Vengine" Class. This corresponds to vengine command line
option - M.
Specifying Return Types
The user must specify the data type for every parameter which will be returned by the
operation.
The following table shows the primitive data types that are supported and any special
instructions to follow when specifying the return types. A "Return" datacard cannot be
an array element.
Name Meaning
short Specify a Characters datacard. A return type char indicates that the
parameter is one byte in length.
long Specify a Characters datacard. A return type char indicates that the
parameter is one byte in length.
float Specify a Characters datacard. A return type char indicates that the
parameter is one byte in length.
char Specify a Characters datacard. A return type char indicates that the
parameter is one byte in length.
boolean Specify a Characters datacard. A return type char indicates that the
parameter is one byte in length.
string Specify a Characters datacard. A return type char indicates that the
parameter is one byte in length.
void Server does not return a result. For return type void, do not specify a
target datacard. Precede the method name by the word "void", as in
the following example:
void methodname (long folder.data-1 in)
struct Return type struct is not currently implemented.
any For return type any, the datacards in the specified folder must be
consistent with (in type, size, and data names) the data components
returned by the method. The folder must be a non-empty "upper-level"
(01) folder that does not contain any subfolder(s).
Vista de pagina 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 60

Comentarios a estos manuales

Sin comentarios