|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.hyades.logging.events.cbe.impl.AbstractEventFactoryHome
org.eclipse.hyades.logging.events.cbe.impl.SimpleEventFactoryHomeImpl
A simple concrete implementation of the AbstractEventFactoryHome
abstract event factory home implementation used for creating event
factories with no associated ContentHandler
.
This event factory home implementation is used to create an event factory that
does not have an associated ContentHandler
. These event factory
implementations are used to create events that do not have an associated
ContentHandler
nor a configuration template.
AbstractEventFactoryHome
Constructor Summary | |
---|---|
SimpleEventFactoryHomeImpl()
|
Method Summary | |
---|---|
ContentHandler |
createContentHandler(java.lang.String factoryName)
Creates an instance of the ContentHandler implementation which
is tightly coupled to the type of the concrete implementation of
this abstract class. |
ContentHandler |
resolveContentHandler()
Resolves an instance of the ContentHandler implementation which
is tightly coupled to the type of the concrete implementation of
this abstract class. |
Methods inherited from class org.eclipse.hyades.logging.events.cbe.impl.AbstractEventFactoryHome |
---|
checkAccess, getEventFactory, releaseEventFactory, updateEventFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleEventFactoryHomeImpl()
Method Detail |
public ContentHandler resolveContentHandler()
AbstractEventFactoryHome
ContentHandler
implementation which
is tightly coupled to the type of the concrete implementation of
this abstract class.
It is assumed that implementations of the createContentHandler(String factoryName)
method would reference the implementation of this method in the same concrete implementation of this
abstract class when creating the returned ContentHandler
.
resolveContentHandler
in class AbstractEventFactoryHome
ContentHandler
tightly coupled with this type of this event factory home implementation.AbstractEventFactoryHome.resolveContentHandler()
public ContentHandler createContentHandler(java.lang.String factoryName)
AbstractEventFactoryHome
ContentHandler
implementation which
is tightly coupled to the type of the concrete implementation of
this abstract class.
The returned instance of the ContentHandler
implementation is
pre-configured with a event properties resolved from a source tightly coupled
to the type of the concrete implementation of this abstract class.
It is assumed that implementations of this method would reference the implementation of the
resolveContentHandler()
method in the same concrete implementation of this
abstract class when creating the returned ContentHandler
.
createContentHandler
in class AbstractEventFactoryHome
factoryName
- The name of the event factory associated with the returned ContentHandler
implementation.
ContentHandler
pre-configured with a event properties.AbstractEventFactoryHome.createContentHandler(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |