Package org.teiid.jboss
Class EventDistributorFactoryService
- java.lang.Object
-
- org.teiid.services.AbstractEventDistributorFactoryService
-
- org.teiid.jboss.EventDistributorFactoryService
-
- All Implemented Interfaces:
org.jboss.msc.Service
,org.jboss.msc.service.Service<InternalEventDistributorFactory>
,org.jboss.msc.value.Value<InternalEventDistributorFactory>
,EventDistributorFactory
,InternalEventDistributorFactory
public class EventDistributorFactoryService extends AbstractEventDistributorFactoryService implements org.jboss.msc.service.Service<InternalEventDistributorFactory>
-
-
Constructor Summary
Constructors Constructor Description EventDistributorFactoryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DQPCore
getDQPCore()
protected ObjectReplicator
getObjectReplicator()
protected VDBRepository
getVdbRepository()
void
start(org.jboss.msc.service.StartContext context)
void
stop(org.jboss.msc.service.StopContext context)
-
Methods inherited from class org.teiid.services.AbstractEventDistributorFactoryService
getEventDistributor, getReplicatedEventDistributor, getValue, start, stop
-
-
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
- Specified by:
start
in interfaceorg.jboss.msc.Service
- Specified by:
start
in interfaceorg.jboss.msc.service.Service<InternalEventDistributorFactory>
- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stop
in interfaceorg.jboss.msc.Service
- Specified by:
stop
in interfaceorg.jboss.msc.service.Service<InternalEventDistributorFactory>
-
getObjectReplicator
protected ObjectReplicator getObjectReplicator()
- Specified by:
getObjectReplicator
in classAbstractEventDistributorFactoryService
-
getVdbRepository
protected VDBRepository getVdbRepository()
- Specified by:
getVdbRepository
in classAbstractEventDistributorFactoryService
-
getDQPCore
protected DQPCore getDQPCore()
- Specified by:
getDQPCore
in classAbstractEventDistributorFactoryService
-
-