org.apache.stratos.cartridge.agent.data.publisher.log
Class LogPublisher

java.lang.Object
  extended by org.apache.stratos.cartridge.agent.data.publisher.DataPublisher
      extended by org.apache.stratos.cartridge.agent.data.publisher.log.LogPublisher
All Implemented Interfaces:
GenericDataPublisher
Direct Known Subclasses:
FileBasedLogPublisher

public abstract class LogPublisher
extends DataPublisher


Field Summary
protected  String filePath
           
protected  String memberId
           
 
Constructor Summary
LogPublisher(DataPublisherConfiguration dataPublisherConfig, org.wso2.carbon.databridge.commons.StreamDefinition streamDefinition, String filePath, String memberId)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class org.apache.stratos.cartridge.agent.data.publisher.DataPublisher
initialize, isDataPublisherInitialized, publish, setDataPublisherInitialized, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

memberId

protected String memberId

filePath

protected String filePath
Constructor Detail

LogPublisher

public LogPublisher(DataPublisherConfiguration dataPublisherConfig,
                    org.wso2.carbon.databridge.commons.StreamDefinition streamDefinition,
                    String filePath,
                    String memberId)
Method Detail

start

public void start()

stop

public void stop()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.