org.apache.uima.collection.metadata
Interface CpeTimer


public interface CpeTimer


Method Summary
 String get()
          Return a name of the timer class
 void set(String aTimerClass)
          Plug-in a custom timer class to be used for measuring performance.
 

Method Detail

set

void set(String aTimerClass)
         throws CpeDescriptorException
Plug-in a custom timer class to be used for measuring performance.

Parameters:
aTimerClass - - name of a timer class
Throws:
CpeDescriptorException

get

String get()
Return a name of the timer class

Returns:
- class as string


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.