Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.resource.adapter » mail » inflow » [javadoc | source]
org.jboss.resource.adapter.mail.inflow
public class: MailActivation [javadoc | source]
java.lang.Object
   org.jboss.resource.adapter.mail.inflow.MailActivation

All Implemented Interfaces:
    javax.resource.spi.work.Work, Comparable

The MailActivation encapsulates a MailResourceAdapter#endpointActivation javax.resource.spi.ResourceAdapter#endpointActivation(MessageEndpointFactory,javax.resource.spi.ActivationSpec)
Field Summary
public static final  Method ON_MESSAGE    The MailListener.onMessage method 
protected  MailResourceAdapter ra    The resource adapter 
protected  MailActivationSpec spec    The activation spec for the mail folder 
protected  MessageEndpointFactory endpointFactory    The message endpoint factory 
Constructor:
 public MailActivation(MailResourceAdapter ra,
    MessageEndpointFactory endpointFactory,
    MailActivationSpec spec) 
Method from org.jboss.resource.adapter.mail.inflow.MailActivation Summary:
compareTo,   getNextNewMsgCheckTime,   isReleased,   release,   run,   updateNextNewMsgCheckTime
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.resource.adapter.mail.inflow.MailActivation Detail:
 public int compareTo(Object obj) 
 public long getNextNewMsgCheckTime() 
 public boolean isReleased() 
 public  void release() 
 public  void run() 
 public  void updateNextNewMsgCheckTime(long now)