Class DelegatingFeatureCollection

  • All Implemented Interfaces:
    com.opencloud.sentinel.feature.spi.FeatureCollection

    public class DelegatingFeatureCollection
    extends java.lang.Object
    implements com.opencloud.sentinel.feature.spi.FeatureCollection
    This class will be used to bridge between the old style of feature collection and the new style
    • Constructor Summary

      Constructors 
      Constructor Description
      DelegatingFeatureCollection​(java.lang.String factoryName, com.opencloud.sentinel.feature.spi.FeatureCollection staticallyBuiltCollection, com.opencloud.sentinel.feature.spi.FeatureCollection dynamicallyBuiltCollection, javax.slee.facilities.Tracer tracer)  
    • Constructor Detail

      • DelegatingFeatureCollection

        public DelegatingFeatureCollection​(java.lang.String factoryName,
                                           com.opencloud.sentinel.feature.spi.FeatureCollection staticallyBuiltCollection,
                                           com.opencloud.sentinel.feature.spi.FeatureCollection dynamicallyBuiltCollection,
                                           javax.slee.facilities.Tracer tracer)
    • Method Detail

      • getFeature

        public com.opencloud.sentinel.feature.impl.FeatureCreator<? extends NullSentinelSessionState,​? extends FeatureEndpoint> getFeature​(java.lang.String name)
        Specified by:
        getFeature in interface com.opencloud.sentinel.feature.spi.FeatureCollection