|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.logging.events.cbe.impl.AbstractEventFactoryHome
org.eclipse.tptp.logging.events.cbe.impl.SimpleEventFactoryHomeImpl
public class 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.tptp.logging.events.cbe.impl.AbstractEventFactoryHome |
|---|
getAnonymousEventFactory, getEventFactory, releaseEventFactory, updateAnonymousEventFactory, updateEventFactory |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleEventFactoryHomeImpl()
| Method Detail |
|---|
public ContentHandler resolveContentHandler()
AbstractEventFactoryHomeContentHandler 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 AbstractEventFactoryHomeContentHandler tightly coupled
with this type of this event factory home implementation.AbstractEventFactoryHome.resolveContentHandler()public ContentHandler createContentHandler(java.lang.String factoryName)
AbstractEventFactoryHomeContentHandler 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 AbstractEventFactoryHomefactoryName - The name of the event factory associated with the returned
ContentHandler implementation.
ContentHandler pre-configured
with a event properties.AbstractEventFactoryHome.createContentHandler(java.lang.String)
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||