Class DelegatingFeatureCollection
- java.lang.Object
-
- com.opencloud.sentinel.feature.impl.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.opencloud.sentinel.feature.impl.FeatureCreator<? extends NullSentinelSessionState,? extends FeatureEndpoint>
getFeature(java.lang.String name)
-
-
-
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 interfacecom.opencloud.sentinel.feature.spi.FeatureCollection
-
-