Uses of Interface
com.opencloud.sentinel.feature.spi.SentinelLocal
-
Packages that use SentinelLocal Package Description com.opencloud.sentinel.feature.spi This package contains the endpoint and feature API in the Sentinel services. -
-
Uses of SentinelLocal in com.opencloud.sentinel.feature.spi
Methods in com.opencloud.sentinel.feature.spi that return SentinelLocal Modifier and Type Method Description SentinelLocal
SentinelSbbLocalObjectAccess. getSentinelLocal()
Methods in com.opencloud.sentinel.feature.spi with parameters of type SentinelLocal Modifier and Type Method Description void
SentinelFeatureSbbLocal. startFeature(SentinelLocal sentinel, java.lang.Object trigger, java.lang.Object activity, javax.slee.ActivityContextInterface aci)
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
-