Uses of Class
com.opencloud.sentinel.feature.SipFeatureScriptExecutionPoint
-
Packages that use SipFeatureScriptExecutionPoint Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel SIP service.com.opencloud.sentinel.feature The API for Sentinel features. -
-
Uses of SipFeatureScriptExecutionPoint in com.opencloud.sentinel.common
Methods in com.opencloud.sentinel.common that return SipFeatureScriptExecutionPoint Modifier and Type Method Description SipFeatureScriptExecutionPoint
SentinelSipSessionState. getCurrentSipFeatureExecutionPoint()
Methods in com.opencloud.sentinel.common with parameters of type SipFeatureScriptExecutionPoint Modifier and Type Method Description void
SentinelSipSessionState. setCurrentSipFeatureExecutionPoint(SipFeatureScriptExecutionPoint exPoint)
-
Uses of SipFeatureScriptExecutionPoint in com.opencloud.sentinel.feature
Fields in com.opencloud.sentinel.feature declared as SipFeatureScriptExecutionPoint Modifier and Type Field Description static SipFeatureScriptExecutionPoint[]
SipFeatureScriptExecutionPointCodec. executionPointValues
Methods in com.opencloud.sentinel.feature that return SipFeatureScriptExecutionPoint Modifier and Type Method Description SipFeatureScriptExecutionPoint
SipFeatureScriptExecutionPointCodec. decode(java.io.DataInput input, java.lang.ClassLoader cl, com.opencloud.rhino.cmp.codecs.DecoderUtils decoderUtils)
static SipFeatureScriptExecutionPoint
SipFeatureScriptExecutionPoint. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SipFeatureScriptExecutionPoint[]
SipFeatureScriptExecutionPoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.sentinel.feature that return types with arguments of type SipFeatureScriptExecutionPoint Modifier and Type Method Description java.util.List<SipFeatureScriptExecutionPoint>
SipFeatureScriptExecutionPoint. getAsExecutionPointList()
Methods in com.opencloud.sentinel.feature with parameters of type SipFeatureScriptExecutionPoint Modifier and Type Method Description void
SipFeatureScriptExecutionPointCodec. encode(SipFeatureScriptExecutionPoint executionPoint, java.io.DataOutput out, com.opencloud.rhino.cmp.codecs.EncoderUtils encoderUtils)
-