Package org.teiid.services
Class AbstractEventDistributorFactoryService
- java.lang.Object
-
- org.teiid.services.AbstractEventDistributorFactoryService
-
- All Implemented Interfaces:
org.teiid.events.EventDistributorFactory,InternalEventDistributorFactory
public abstract class AbstractEventDistributorFactoryService extends Object implements InternalEventDistributorFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractEventDistributorFactoryService()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.teiid.dqp.internal.process.DQPCoregetDQPCore()org.teiid.events.EventDistributorgetEventDistributor()protected abstract org.teiid.query.ObjectReplicatorgetObjectReplicator()org.teiid.events.EventDistributorgetReplicatedEventDistributor()InternalEventDistributorFactorygetValue()protected abstract VDBRepositorygetVdbRepository()voidstart()voidstop()
-
-
-
Method Detail
-
getValue
public InternalEventDistributorFactory getValue() throws IllegalStateException, IllegalArgumentException
-
getVdbRepository
protected abstract VDBRepository getVdbRepository()
-
getObjectReplicator
protected abstract org.teiid.query.ObjectReplicator getObjectReplicator()
-
getDQPCore
protected abstract org.teiid.dqp.internal.process.DQPCore getDQPCore()
-
start
public void start()
-
stop
public void stop()
-
getReplicatedEventDistributor
public org.teiid.events.EventDistributor getReplicatedEventDistributor()
- Specified by:
getReplicatedEventDistributorin interfaceInternalEventDistributorFactory
-
getEventDistributor
public org.teiid.events.EventDistributor getEventDistributor()
- Specified by:
getEventDistributorin interfaceorg.teiid.events.EventDistributorFactory
-
-