Uses of Interface
com.opencloud.sentinel.feature.spi.ParameterValue
-
Packages that use ParameterValue Package Description com.opencloud.sentinel.feature.impl Classes that Sentinel POJO based features may choose to extend.com.opencloud.sentinel.feature.sbb A base class that Sentinel SBB based features may choose to extend.com.opencloud.sentinel.feature.spi This package contains the endpoint and feature API in the Sentinel services. -
-
Uses of ParameterValue in com.opencloud.sentinel.feature.impl
Method parameters in com.opencloud.sentinel.feature.impl with type arguments of type ParameterValue Modifier and Type Method Description void
BaseFeature. startFeature(java.lang.Object trigger, java.lang.Object activity, javax.slee.ActivityContextInterface aci, java.util.Map<java.lang.String,ParameterValue> featureParameters)
kick off the feature -
Uses of ParameterValue in com.opencloud.sentinel.feature.sbb
Method parameters in com.opencloud.sentinel.feature.sbb with type arguments of type ParameterValue Modifier and Type Method Description void
BaseFeatureSbbImpl. startFeature(java.lang.Object trigger, java.lang.Object activity, javax.slee.ActivityContextInterface aci, java.util.Map<java.lang.String,ParameterValue> featureParameters)
Start the actual feature implementation.void
FeatureSbbFacade.FeatureSbbInvoker. startFeature(javax.slee.SbbLocalObject featureSbb, java.lang.Object trigger, java.lang.Object activity, javax.slee.ActivityContextInterface aci, java.util.Map<java.lang.String,ParameterValue> featureParameters)
void
FeatureSbbFacade. startFeature(java.lang.Object trigger, java.lang.Object activity, javax.slee.ActivityContextInterface aci, java.util.Map<java.lang.String,ParameterValue> featureParameters)
kick off the featurevoid
SentinelFeatureSbbSupportInvoker. startFeature(javax.slee.SbbLocalObject featureSbb, java.lang.Object trigger, java.lang.Object activity, javax.slee.ActivityContextInterface aci, java.util.Map<java.lang.String,ParameterValue> featureParameters)
-
Uses of ParameterValue in com.opencloud.sentinel.feature.spi
Method parameters in com.opencloud.sentinel.feature.spi with type arguments of type ParameterValue Modifier and Type Method Description void
SentinelFeature. startFeature(java.lang.Object trigger, java.lang.Object activity, javax.slee.ActivityContextInterface aci, java.util.Map<java.lang.String,ParameterValue> featureParameters)
kick off the featurevoid
SentinelFeatureSbbLocal. startFeature(SentinelLocal sentinel, java.lang.Object trigger, java.lang.Object activity, javax.slee.ActivityContextInterface aci, java.util.Map<java.lang.String,ParameterValue> featureParameters)
kick off the feature
-