A B C D E F G H I M N O P S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ARRAY - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable that is an array of some other type.
B
- BIT_STRING - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable with the Java type
com.opencloud.slee.resources.cgin.BitString
- BOOLEAN - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable with the Java type
Boolean
.
C
- com.opencloud.slee.resources.sis.script.interceptors - package com.opencloud.slee.resources.sis.script.interceptors
- com.opencloud.slee.resources.sis.script.sip.interceptors - package com.opencloud.slee.resources.sis.script.sip.interceptors
- com.opencloud.slee.resources.sis.script.variables - package com.opencloud.slee.resources.sis.script.variables
- Completed(Object, UserVariables) - Constructor for class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Completed
-
Create a new interceptor invocation completed result.
- COMPLETED - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Outcome
-
The interceptor has completed.
- COMPOUND - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable that is a compound structure containing sub-variables.
- continueProcessing() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorActivity
-
Notify the SIS that evaluation of the current interceptor should be continued.
- continueProcessing() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionInvocationEvent
-
Notify the SIS that evaluation of the interceptor invocation related to this event should be continued.
- continueProcessing(int) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationActivity
-
Notify the SIS that evaluation of the interceptor invocation with the given id should be continued.
- continueProcessing(int, Object) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationActivity
-
Notify the SIS that evaluation of the interceptor invocation with the given id should be continued.
- continueProcessing(Object) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionInvocationEvent
-
Notify the SIS that evaluation of the interceptor invocation related to this event should be continued.
- continueProcessing(Request) - Method in interface com.opencloud.slee.resources.sis.script.sip.interceptors.SipInterceptorActivity
-
Notify the SIS that evaluation of the current interceptor should be continued.
- createInterceptorInvocationActivity() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider
-
Create a new Interceptor Invocation Activity.
D
- DECIMAL - com.opencloud.slee.resources.sis.script.variables.VariableType
- delete() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Delete the variable.
- delete(Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Delete the variable.
E
- endActivity() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationActivity
-
End the interceptor invocation activity.
- ENUMERATED - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable with the Java type
Enum
orcom.opencloud.util.NamedInteger
. - exists() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Determine if the variable exists without the need of an event object.
- exists(Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Determine if the variable exists in the given event object.
F
- Failed(InterceptorInvocationResult.Failed.Reason, String) - Constructor for class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed
-
Create a new interceptor invocation failed result.
- FAILED - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Outcome
-
The interceptor invocation failed, typically because the referenced interceptor could not be found.
G
- getActivity() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.InProgress
-
Get the
InterceptorInvocationActivity
on which theInterceptorInvocationCompletedEvent
will be fired on when the interceptor completes. - getActivityContextInterface(InterceptorInvocationActivity) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorActivityContextInterfaceFactory
-
Create an Activity Context Interface for an Interceptor Invocation activity.
- getActivityContextInterface(SipInterceptorActivity) - Method in interface com.opencloud.slee.resources.sis.script.sip.interceptors.SipInterceptorActivityContextInterfaceFactory
-
Create an Activity Context Interface for a SIP Interceptor activity.
- getAddressFactory() - Method in interface com.opencloud.slee.resources.sis.script.sip.interceptors.SipInterceptorActivity
-
Get the JAIN SIP
AddressFactory
instance provided by the SIS. - getCause() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed
-
Get the cause description for the failure.
- getEvent() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorActivity
-
Get the last interceptor extension event fired on this activity by the SIS.
- getHeaderFactory() - Method in interface com.opencloud.slee.resources.sis.script.sip.interceptors.SipInterceptorActivity
-
Get the JAIN SIP
HeaderFactory
instance provided by the SIS. - getInput() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionInvocationEvent
-
Get the input object that the interceptor is currently processing.
- getInvocationID() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionInvocationEvent
-
Get the invocation id of the interceptor invocation.
- getInvocationID() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationCompletedEvent
-
Get the invocation id of the interceptor invocation that has completed.
- getInvocationID() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.InProgress
-
Get the invocation id of this interceptor invocation.
- getMessageFactory() - Method in interface com.opencloud.slee.resources.sis.script.sip.interceptors.SipInterceptorActivity
-
Get the JAIN SIP
MessageFactory
instance provided by the SIS. - getName() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Get the name of the variable.
- getOutcome() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult
-
Get the outcome of the interceptor invocation.
- getReason() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed
-
Get the reason why the interceptor invocation failed.
- getResult() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationCompletedEvent
-
Get the result of the interceptor invocation.
- getResult() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Completed
-
Get the output object produced by the interceptor.
- getType() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Get the type of the variable.
- getUserVariables() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Completed
-
Get the set of user variables stored in the interceptor invocation context after the interceptor has completed.
- getValue() - Method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Get the value associated with this enum.
- getValue() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Get the variable's value.
- getValue(Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Get the variable's value.
- getVariable(String) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorActivity
-
Get a script variable.
- getVariable(String) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorContext
-
Get a script variable.
- getVariable(String) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationActivity
-
Get a script variable.
H
- halt() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorActivity
-
Notify the SIS that evaluation of the composition should be immediately halted.
- halt() - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionInvocationEvent
-
Notify the SIS that further evaluation of the interceptor invocation related to this event should be immediately halted.
- halt(int) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationActivity
-
Notify the SIS that further evaluation of the interceptor invocation with the given id should be immediately halted.
I
- IN_PROGRESS - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Outcome
-
The interceptor execution is in progress and will complete asynchronously.
- InProgress(int, InterceptorInvocationActivity) - Constructor for class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.InProgress
-
Create a new interceptor invocation in-progress result.
- INTEGER - com.opencloud.slee.resources.sis.script.variables.VariableType
- InterceptorActivity - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
The Interceptor Activity is the activity type on which the SIS fires events to interceptor extension components.
- InterceptorActivityContextInterfaceFactory - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
SLEE Activity Context Interface Factory for the SIS Interceptor Extension Resource Adaptor Type.
- InterceptorContext - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
An Interceptor Context is a view over the context that SIS interceptors run for a particular network dialog.
- InterceptorExtensionInvocationEvent - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
Event type denoting that an interceptor directly invoked by a SLEE application has requested an interceptor extension be invoked.
- InterceptorExtensionsProvider - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
Resource adaptor interface for SIS Interceptor Extensions.
- InterceptorExtensionsProvider.Metadata - Enum in com.opencloud.slee.resources.sis.script.interceptors
- InterceptorInvocationActivity - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
The Interceptor Invocation Activity is the activity type on which the SIS fires events to interceptor extension components from interceptors that have been invoked directly by SLEE applications.
- InterceptorInvocationCompletedEvent - Interface in com.opencloud.slee.resources.sis.script.interceptors
-
Event type denoting that an interceptor directly invoked by a SLEE application has completed asynchronously.
- InterceptorInvocationResult - Class in com.opencloud.slee.resources.sis.script.interceptors
-
Class representing the result of an interceptor invocation.
- InterceptorInvocationResult.Completed - Class in com.opencloud.slee.resources.sis.script.interceptors
-
Class representing the result of an interceptor invocation that has completed successfully.
- InterceptorInvocationResult.Failed - Class in com.opencloud.slee.resources.sis.script.interceptors
-
Class representing a failed result trying to invoke an interceptor.
- InterceptorInvocationResult.Failed.Reason - Enum in com.opencloud.slee.resources.sis.script.interceptors
-
Interceptor invocation failure reasons.
- InterceptorInvocationResult.InProgress - Class in com.opencloud.slee.resources.sis.script.interceptors
-
Class representing that an interceptor invocation is currently in progress and will complete asynchronously.
- InterceptorInvocationResult.Outcome - Enum in com.opencloud.slee.resources.sis.script.interceptors
-
Interceptor invocation outcome.
- invokeInterceptor(String, Object) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider
-
Invoke a SIS interceptor.
- invokeInterceptor(String, Object, InterceptorInvocationActivity) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider
-
Invoke a SIS interceptor.
- invokeInterceptor(String, Object, InterceptorInvocationActivity, UserVariables) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider
-
Invoke a SIS interceptor.
- invokeInterceptor(String, Object, UserVariables) - Method in interface com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider
-
Invoke a SIS interceptor.
M
- MISSING_INTERCEPTOR - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
The interceptor reference does not reference a valid interceptor.
N
- NAME - com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Enum containing the name string of the Interceptor Extensions Resource Adaptor Type as the associated value.
- NULL - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable with no type.
O
- OTHER - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
The interceptor invocation failed for some other reason.
P
- put(String, Object) - Method in class com.opencloud.slee.resources.sis.script.interceptors.UserVariables
-
Associates the specified value with the user variable with the specified name in this map.
S
- ScriptVariable - Interface in com.opencloud.slee.resources.sis.script.variables
-
Descriptor class for a composition script variable obtainable by an SBB via an SCS Activity, Interceptor Activity, or Composition Activity.
- setValue(Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Set the variable's value.
- setValue(Object, Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
-
Set the variable's value.
- SipInterceptorActivity - Interface in com.opencloud.slee.resources.sis.script.sip.interceptors
-
The SIP Interceptor Activity is the activity type on which SIS SIP variants fire events to interceptor extension components.
- SipInterceptorActivityContextInterfaceFactory - Interface in com.opencloud.slee.resources.sis.script.sip.interceptors
-
SLEE Activity Context Interface Factory for the SIS-SIP Interceptor Extension Resource Adaptor Type.
- SIS_NOT_ACTIVE - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
The SIS instance is not active and thus cannot process the invocation request.
- STRING - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable with the Java type
String
.
T
- toString() - Method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Returns the value associated with this enum.
- toString() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Completed
- toString() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed
- toString() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.InProgress
U
- UNKNOWN_INTERCEPTOR_REF - com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
The named interceptor reference doesn't exist in the SIS.
- UNRESOLVED - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A variable that has been created via an import or some other means where its name could not be resolved at instantiation time.
- USER - com.opencloud.slee.resources.sis.script.variables.VariableType
-
A user-defined variable.
- UserVariables - Class in com.opencloud.slee.resources.sis.script.interceptors
-
A collection of user variables, mapping from variable name to variable value.
- UserVariables() - Constructor for class com.opencloud.slee.resources.sis.script.interceptors.UserVariables
V
- valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Outcome
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.variables.VariableType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed.Reason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Outcome
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.opencloud.slee.resources.sis.script.variables.VariableType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VariableType - Enum in com.opencloud.slee.resources.sis.script.variables
-
Enumeration of SIS script variable types.
- VENDOR - com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Enum containing the vendor string of the Interceptor Extensions Resource Adaptor Type as the associated value.
- VERSION - com.opencloud.slee.resources.sis.script.interceptors.InterceptorExtensionsProvider.Metadata
-
Enum containing the version string of the Interceptor Extensions Resource Adaptor Type as the associated value.
All Classes All Packages