Uses of Interface
org.apache.james.postage.execution.Sampler

Packages that use Sampler
org.apache.james.postage.client   
org.apache.james.postage.execution   
org.apache.james.postage.jmx   
org.apache.james.postage.smtpserver   
 

Uses of Sampler in org.apache.james.postage.client
 

Classes in org.apache.james.postage.client that implement Sampler
 class POP3Client
          acts like a MUA using POP3 protocol.
 class SMTPClient
          connects as a SMTP client and handles all mail according to its configuration.
 

Uses of Sampler in org.apache.james.postage.execution
 

Constructors in org.apache.james.postage.execution with parameters of type Sampler
SampleController(Sampler sampler, int samplesPerMinute)
           
SampleController(Sampler sampler, int samplesPerMinute, int secondsDelayOnStop)
           
 

Uses of Sampler in org.apache.james.postage.jmx
 

Classes in org.apache.james.postage.jmx that implement Sampler
 class JVMResourceSampler
          wraps JVMResourceSamplerWorker to allow J2SE 1.4 compatibility
does not access this class through direct reference, only through reflection
in the case this compatibility is removed, simply inline the Worker class

 class JVMResourceSamplerWorker
          the peek into the James JVM is done using the build-in management (JMX) of J2SE 5 (and probably later) you must start James under a J2SE 5 compatible JVM and add some system properties to the phoenix.
 

Uses of Sampler in org.apache.james.postage.smtpserver
 

Classes in org.apache.james.postage.smtpserver that implement Sampler
 class SMTPMailSink
          puts up a gateway SMTP server acting as a mail sink for the external mail sent out by James.
 



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