public abstract class AbstractEventDistributorFactoryService extends Object implements InternalEventDistributorFactory
| Constructor and Description |
|---|
AbstractEventDistributorFactoryService() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.teiid.dqp.internal.process.DQPCore |
getDQPCore() |
org.teiid.events.EventDistributor |
getEventDistributor() |
protected abstract org.teiid.query.ObjectReplicator |
getObjectReplicator() |
org.teiid.events.EventDistributor |
getReplicatedEventDistributor() |
InternalEventDistributorFactory |
getValue() |
protected abstract VDBRepository |
getVdbRepository() |
void |
start() |
void |
stop() |
public AbstractEventDistributorFactoryService()
public InternalEventDistributorFactory getValue() throws IllegalStateException, IllegalArgumentException
protected abstract VDBRepository getVdbRepository()
protected abstract org.teiid.query.ObjectReplicator getObjectReplicator()
protected abstract org.teiid.dqp.internal.process.DQPCore getDQPCore()
public void start()
public void stop()
public org.teiid.events.EventDistributor getReplicatedEventDistributor()
getReplicatedEventDistributor in interface InternalEventDistributorFactorypublic org.teiid.events.EventDistributor getEventDistributor()
getEventDistributor in interface org.teiid.events.EventDistributorFactoryCopyright © 2018 JBoss by Red Hat. All rights reserved.