Interface ToSs7FeatureEndpoint
-
public interface ToSs7FeatureEndpointToFeatureEndpoint interface for SS7 service features
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend_abandon(java.lang.Object abandonERB)Client FSM injects an abandon event report it has received into the featurevoidsend_assistRequestInstructions(java.lang.Object ariArg, javax.slee.ActivityContextInterface srfAci)Client FSM injects an assist request instructions it has received into the featurevoidsend_disconnect(java.lang.Object disconnectERB)Client FSM injects an disconnect event report it has received into the featurevoidsend_promptAndCollectUserInformation(java.lang.Object pacArg)Client FSM injects a specializesResourceReport it has received into the featurevoidsend_specializedResourceReport(java.lang.Object srrArg)Client FSM injects a specializesResourceReport it has received into the featurevoidsend_ss7Abort(com.opencloud.slee.resources.cgin.DialogEvent abort)Client FSM injects an ss7 abort it has received into the featurevoidsend_ss7Error(java.lang.Object error)Client FSM injects an ss7 error it has received into the feature
-
-
-
Method Detail
-
send_specializedResourceReport
void send_specializedResourceReport(java.lang.Object srrArg)
Client FSM injects a specializesResourceReport it has received into the feature- Parameters:
srrArg- specialized resource report
-
send_promptAndCollectUserInformation
void send_promptAndCollectUserInformation(java.lang.Object pacArg)
Client FSM injects a specializesResourceReport it has received into the feature- Parameters:
pacArg- specialized resource report
-
send_assistRequestInstructions
void send_assistRequestInstructions(java.lang.Object ariArg, javax.slee.ActivityContextInterface srfAci)Client FSM injects an assist request instructions it has received into the feature- Parameters:
ariArg- specialized resource reportsrfAci- ACI for the assisting dialog with the SRF
-
send_abandon
void send_abandon(java.lang.Object abandonERB)
Client FSM injects an abandon event report it has received into the feature- Parameters:
abandonERB- abandon event report
-
send_disconnect
void send_disconnect(java.lang.Object disconnectERB)
Client FSM injects an disconnect event report it has received into the feature- Parameters:
disconnectERB- abandon event report
-
send_ss7Error
void send_ss7Error(java.lang.Object error)
Client FSM injects an ss7 error it has received into the feature- Parameters:
error- ss7 error
-
send_ss7Abort
void send_ss7Abort(com.opencloud.slee.resources.cgin.DialogEvent abort)
Client FSM injects an ss7 abort it has received into the feature- Parameters:
abort- ss7 abort
-
-