org.apache.james.postage.execution
Interface Sampler

All Known Implementing Classes:
JVMResourceSampler, JVMResourceSamplerWorker, POP3Client, SMTPClient, SMTPMailSink

public interface Sampler

every unit-of-work concerning issueing and retrieving test data must implement this interface as invoked by @see SampleController


Method Summary
 void doSample()
           
 

Method Detail

doSample

void doSample()
              throws SamplingException
Throws:
SamplingException


Copyright © 2006-2007 The Apache Software Foundation. All Rights Reserved.