com.day.cq.replication.impl
Interface ServiceTracker

All Known Implementing Classes:
ServiceTrackerImpl

public interface ServiceTracker

This service keeps track of all services taking part in the replication like ContentBuilder or TransportHandler.


Method Summary
 ContentBuilder getContentBuilder(String name)
          returns the content builder factory with the given name or null if none.
 TransportHandler getTransportHandler(String name)
          returns the transport handler factory with the given name or null if none.
 

Method Detail

getTransportHandler

TransportHandler getTransportHandler(String name)
returns the transport handler factory with the given name or null if none.


getContentBuilder

ContentBuilder getContentBuilder(String name)
returns the content builder factory with the given name or null if none.



Copyright © 2008 Day Management AG. All Rights Reserved.