public interface ToSs7FeatureEndpoint
Modifier and Type | Method and Description |
---|---|
void |
send_abandon(java.lang.Object abandonERB)
Client FSM injects an abandon event report it has received into the feature
|
void |
send_assistRequestInstructions(java.lang.Object ariArg,
javax.slee.ActivityContextInterface srfAci)
Client FSM injects an assist request instructions it has received into the feature
|
void |
send_disconnect(java.lang.Object disconnectERB)
Client FSM injects an disconnect event report it has received into the feature
|
void |
send_promptAndCollectUserInformation(java.lang.Object pacArg)
Client FSM injects a specializesResourceReport it has received into the feature
|
void |
send_specializedResourceReport(java.lang.Object srrArg)
Client FSM injects a specializesResourceReport it has received into the feature
|
void |
send_ss7Abort(DialogEvent abort)
Client FSM injects an ss7 abort it has received into the feature
|
void |
send_ss7Error(java.lang.Object error)
Client FSM injects an ss7 error it has received into the feature
|
void send_specializedResourceReport(java.lang.Object srrArg)
srrArg
- specialized resource reportvoid send_promptAndCollectUserInformation(java.lang.Object pacArg)
pacArg
- specialized resource reportvoid send_assistRequestInstructions(java.lang.Object ariArg, javax.slee.ActivityContextInterface srfAci)
ariArg
- specialized resource reportsrfAci
- ACI for the assisting dialog with the SRFvoid send_abandon(java.lang.Object abandonERB)
abandonERB
- abandon event reportvoid send_disconnect(java.lang.Object disconnectERB)
disconnectERB
- abandon event reportvoid send_ss7Error(java.lang.Object error)
error
- ss7 errorvoid send_ss7Abort(DialogEvent abort)
abort
- ss7 abortCopyright © OpenCloud. All Rights Reserved.