org.apache.oozie.util
Interface Instrumentable

All Known Implementing Classes:
CallableQueueService, ConfigurationService, DBLiteWorkflowStoreService, JPAService, MemoryLocksService, XLogService

public interface Instrumentable

Managed entities (like services) that implement this interface are injected with the system Instrumentation object.


Method Summary
 void instrument(Instrumentation instr)
          Set the system instrumentation.
 

Method Detail

instrument

void instrument(Instrumentation instr)
Set the system instrumentation.

Parameters:
instr - system instrumentation.


Copyright © 2012 Apache Software Foundation. All Rights Reserved.