Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Method and Description |
---|---|
Code |
Code.clone()
Constructs a copy of this object and everything reachable from it.
|
static Code |
Code.copyOf(Code from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
Code |
TcapError.getErrorCode()
Get the error code of this error.
|
Code |
TcapOperation.getOperationCode()
Get the operation code of this operation.
|
Code |
Code.setGlobal(ObjectID value)
Sets the value of the ITU global object identifier alternative.
|
Code |
Code.setLocal(int value)
Sets the value of the ITU local integer alternative.
|
Modifier and Type | Method and Description |
---|---|
static Code |
Code.copyOf(Code from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
Constructor and Description |
---|
TcapError(TcapError parent,
String fieldName,
String protocolName,
String moduleName,
String valuerefName,
String apiName,
Code code,
String paramTypeName,
boolean paramOptional,
EventTypeID errorEventTypeID,
String errorEventClassName)
Creates a new TcapError.
|
TcapOperation(TcapOperation parent,
String fieldName,
String protocolName,
String moduleName,
String valuerefName,
String apiName,
Code code,
TcapOperation.OperationClass classOfOperation,
String argTypeName,
boolean argOptional,
String resultTypeName,
boolean resultOptional,
TcapError[] errors,
TcapOperation[] linkedOperations,
EventTypeID invokeEventTypeID,
String invokeEventClassName,
EventTypeID resultEventTypeID,
String resultEventClassName)
Constructs a new TcapOperation.
|