Interface Ss7SentinelFeatureSbbLocal
-
- All Superinterfaces:
javax.slee.SbbLocalObject
,SentinelFeatureSbbLocal
,com.opencloud.sentinel.sbb.SentinelSbbDiagnostics
@PropagateUncheckedThrowables public interface Ss7SentinelFeatureSbbLocal extends SentinelFeatureSbbLocal
For CDMA Features implemented as sbbs that have a ToFeatureEndpoint implementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToSs7FeatureEndpoint
getToFeatureEndpoint()
-
Methods inherited from interface javax.slee.SbbLocalObject
getSbbPriority, isIdentical, remove, setSbbPriority
-
Methods inherited from interface com.opencloud.sentinel.feature.spi.SentinelFeatureSbbLocal
abortFeature, startFeature, startFeature
-
-
-
-
Method Detail
-
getToFeatureEndpoint
ToSs7FeatureEndpoint getToFeatureEndpoint()
- Returns:
- the to feature endpoint implementation for this feature-as-sbb
-
-