Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
com.opencloud.slee.resources.cgin.callcontrol |
Provides a common API for callcontrol protocols originally based on the INAP
family of protocols.
|
com.opencloud.slee.resources.cgin.cap_v1 |
Provides an API for the CAP v1 protocol.
|
com.opencloud.slee.resources.cgin.cap_v2 |
Provides an API for the CAP v2 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1 |
Provides an API for the ETSI INAP CS1 protocol.
|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
Dialog |
Event.getDialog()
Gets the associated dialog that this event was fired on.
|
Dialog |
CGINProvider.issueOpenRequest(TcapApplicationContext appContext,
ObjectID appContextName,
SccpAddress origAddress,
SccpAddress destAddress,
long timeout,
Object... userInformation)
Attempt to open a new dialog.
|
Dialog |
CGINProvider.issueOpenRequest(TcapApplicationContext appContext,
SccpAddress destAddress)
Attempt to open a new dialog.
|
Dialog |
CGINProvider.issueStatelessOpenRequest(TcapApplicationContext appContext,
ObjectID appContextName,
byte[] origTransactionID,
SccpAddress origAddress,
SccpAddress destAddress,
Object... userInformation)
Attempt to open a new stateless dialog.
|
Dialog |
CGINProvider.relayStatelessOpenRequest(DialogOpenRequestEvent openRequest,
SccpAddress destAddress)
Create a stateless dialog suitable for relaying the given open request.
|
Modifier and Type | Method and Description |
---|---|
ActivityContextInterface |
CGINActivityContextInterfaceFactory.getActivityContextInterface(Dialog dialog)
Create an activity context interface for a dialog.
|
Constructor and Description |
---|
ComponentEvent(Dialog dialog) |
ComponentRejectedEvent(Dialog dialog,
int invokeId,
ComponentRejectedEvent.RejectType rejectType,
RejectProblem rejectProblem)
Construct a new event for a component rejection.
|
DialogCloseEvent(Dialog dialog)
Construct a new close event.
|
DialogDelimiterEvent(Dialog dialog)
Create a new delimiter event.
|
DialogEvent(Dialog dialog,
Object[] userInformation) |
DialogOpenAcceptEvent(Dialog dialog,
SccpAddress responderAddress,
Object[] userInformation)
Create a new open-accept event.
|
DialogOpenRefuseEvent(Dialog dialog,
OpenRefuseReason refuseReason,
PAbortCause pAbortCause,
SccpAddress responderAddress,
TcapApplicationContext applicationContext,
Object[] userInformation)
Create a new open-refuse event.
|
DialogOpenRequestEvent(Dialog dialog,
SccpAddress originatingAddress,
SccpAddress destinationAddress,
boolean hasOriginatingL3PointCode,
int originatingL3PointCode,
boolean hasDestinationL3PointCode,
int destinationL3PointCode,
TcapApplicationContext applicationContext,
Object[] userInformation,
ComponentEvent[] componentEvents)
Construct a new Open Request event
|
DialogProviderAbortEvent(Dialog dialog,
ProviderAbortReason abortReason,
PAbortCause pAbortCause) |
DialogUserAbortEvent(Dialog dialog,
Object[] userInformation) |
Event(Dialog dialog) |
OperationErrorEvent(Dialog dialog,
TcapOperation operation,
int invokeId) |
OperationEvent(Dialog dialog,
TcapOperation operation,
int invokeId) |
OperationInvokeEvent(Dialog dialog,
TcapOperation operation,
ArgType argument,
int invokeId,
boolean linkedIdPresent,
int linkedId) |
OperationProviderErrorEvent(Dialog dialog,
TcapOperation operation,
int invokeId,
ProviderErrorReason reason,
RejectProblem rejectProblem) |
OperationResultEvent(Dialog dialog,
TcapOperation operation,
ResultType result,
int invokeId,
boolean lastResult) |
OperationUserErrorEvent(Dialog dialog,
TcapOperation operation,
TcapError error,
ParamType parameter,
int invokeId) |
Modifier and Type | Interface and Description |
---|---|
interface |
CCDialog
Protocol-specific extension interface for callcontrol dialogs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CAP1Dialog
Protocol-specific extension interface for cap_v1 dialogs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CAP2Dialog
Protocol-specific extension interface for cap_v2 dialogs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CAP3Dialog
Protocol-specific extension interface for cap_v3 dialogs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CAP4Dialog
Protocol-specific extension interface for cap_v4 dialogs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CS1Dialog
Protocol-specific extension interface for etsi_inap_cs1 dialogs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MAPDialog
Protocol-specific extension interface for map dialogs.
|