|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.pattern.PatternObjectResolutionServiceImpl
public class PatternObjectResolutionServiceImpl
Resolves pattern object namespace and name to guard or observer factory class, using configuration.
Constructor Summary | |
---|---|
PatternObjectResolutionServiceImpl(PluggableObjectCollection patternObjects)
Ctor. |
Method Summary | |
---|---|
GuardFactory |
create(PatternGuardSpec spec)
Creates a guard factory considering configured plugged-in resources. |
ObserverFactory |
create(PatternObserverSpec spec)
Creates an observer factory considering configured plugged-in resources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternObjectResolutionServiceImpl(PluggableObjectCollection patternObjects)
patternObjects
- is the pattern plug-in objects configuredMethod Detail |
---|
public ObserverFactory create(PatternObserverSpec spec) throws PatternObjectException
PatternObjectResolutionService
create
in interface PatternObjectResolutionService
spec
- is the namespace, name and parameters for the observer
PatternObjectException
- if the observer cannot be resolvedpublic GuardFactory create(PatternGuardSpec spec) throws PatternObjectException
PatternObjectResolutionService
create
in interface PatternObjectResolutionService
spec
- is the namespace, name and parameters for the guard
PatternObjectException
- if the guard cannot be resolved
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |