public abstract class BaseFeatureSbbImpl<SessionStateType> extends com.opencloud.sentinel.sbb.SentinelBaseSbb implements SentinelFeature, com.opencloud.sentinel.sbb.SentinelSbbDiagnostics, javax.slee.Sbb, SentinelFeatureSbbAccess<SessionStateType>
Constructor and Description |
---|
BaseFeatureSbbImpl() |
public void startFeature(java.lang.Object trigger, java.lang.Object activity, javax.slee.ActivityContextInterface aci, java.util.Map<java.lang.String,ParameterValue> featureParameters)
startFeature
in interface SentinelFeature
trigger
- a triggering context. The feature implementation must be able to cast this to a useful type for it to runactivity
- the slee activity object this feature is related to (may be null)aci
- the activity context interface of the slee activity this feature is related tofeatureParameters
- parameters supplied in the run feature statement that caused this feature to be executedpublic void dependenciesInjected()
dependenciesInjected
in interface SentinelFeature
public com.opencloud.sentinel.sbb.SentinelActivityContextInterface asSentinelActivityContextInterface(javax.slee.ActivityContextInterface aci)
asSentinelActivityContextInterface
in class com.opencloud.sentinel.sbb.SentinelBaseSbb
public java.lang.Object getNewEncodableContext()
getNewEncodableContext
in class com.opencloud.sentinel.sbb.SentinelBaseSbb
Copyright © OpenCloud. All Rights Reserved.