1 16 package org.apache.cocoon.webservices.instrument; 17 18 import org.apache.avalon.framework.component.Component; 19 import org.apache.excalibur.instrument.InstrumentManageable; 20 21 28 public interface InstrumentationService extends InstrumentManageable, Component { 29 30 33 String ROLE = InstrumentationService.class.getName(); 34 35 64 int[] getSampleSnapshot(String path) 65 throws Exception ; 66 67 72 String [] getSampleNames(); 73 } 74 | Popular Tags |