Interface FeatureSbbFacade.FeatureSbbInvoker

  • All Known Implementing Classes:
    SentinelFeatureSbbSupportInvoker
    Enclosing class:
    FeatureSbbFacade

    public static interface FeatureSbbFacade.FeatureSbbInvoker
    Externalise interaction with the feature sbb as the sentinel front-ends and registrar have different interfaces for interacting with the feature sbb
    • Method Detail

      • startFeature

        void 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)
      • startFeature

        void startFeature​(javax.slee.SbbLocalObject featureSbb,
                          java.lang.Object trigger,
                          java.lang.Object activity,
                          javax.slee.ActivityContextInterface aci)
      • setCurrentlyExecutingFeatureSbb

        void setCurrentlyExecutingFeatureSbb​(javax.slee.SbbLocalObject featureSbb)
      • getCurrentlyExecutingFeatureSbb

        javax.slee.SbbLocalObject getCurrentlyExecutingFeatureSbb()
      • abortFeature

        void abortFeature()