public interface PatternObjectResolutionService
Modifier and Type | Method and Description |
---|---|
GuardForge |
create(PatternGuardSpec spec)
Creates a guard factory considering configured plugged-in resources.
|
ObserverForge |
create(PatternObserverSpec spec)
Creates an observer factory considering configured plugged-in resources.
|
ObserverForge create(PatternObserverSpec spec) throws PatternObjectException
spec
- is the namespace, name and parameters for the observerPatternObjectException
- if the observer cannot be resolvedGuardForge create(PatternGuardSpec spec) throws PatternObjectException
spec
- is the namespace, name and parameters for the guardPatternObjectException
- if the guard cannot be resolvedCopyright © 2005–2018. All rights reserved.