C D E G H I P S T U V 

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
 
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(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(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(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

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.
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.

G

getActivity() - Method in class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.InProgress
Get the InterceptorInvocationActivity on which the InterceptorInvocationCompletedEvent 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

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.Completed(Object, UserVariables) - Constructor for class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Completed
Create a new interceptor invocation completed result.
InterceptorInvocationResult.Failed - Class in com.opencloud.slee.resources.sis.script.interceptors
Class representing a failed result trying to invoke an interceptor.
InterceptorInvocationResult.Failed(InterceptorInvocationResult.Failed.Reason, String) - Constructor for class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.Failed
Create a new interceptor invocation failed result.
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.InProgress(int, InterceptorInvocationActivity) - Constructor for class com.opencloud.slee.resources.sis.script.interceptors.InterceptorInvocationResult.InProgress
Create a new interceptor invocation in-progress result.
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, UserVariables) - 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.

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.

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

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.
C D E G H I P S T U V