|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent
org.eclipse.smila.connectivity.queue.worker.internal.AbstractRule<ConfigType>
ConfigType - configuration typepublic abstract class AbstractRule<ConfigType extends BaseRuleType>
The Class AbstractRule.
| Field Summary | |
|---|---|
protected ServicesAccessPoint |
_accessPoint
The _access point. |
protected ConfigType |
_ruleConfig
The _rule config. |
| Fields inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent |
|---|
_id, _log |
| Constructor Summary | |
|---|---|
AbstractRule(ServicesAccessPoint accessPoint,
ConfigType ruleConfig)
Instantiates a new abstract rule. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent |
|---|
msg |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final ServicesAccessPoint _accessPoint
protected final ConfigType extends BaseRuleType _ruleConfig
| Constructor Detail |
|---|
public AbstractRule(ServicesAccessPoint accessPoint,
ConfigType ruleConfig)
accessPoint - the access pointruleConfig - the rule config
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||