org.opencrx.application.mail.exporter
Class MailWorkflow.MailTransport

java.lang.Object
  extended by org.opencrx.application.mail.exporter.MailWorkflow.MailTransport
Enclosing class:
MailWorkflow

public static class MailWorkflow.MailTransport
extends Object

MailTransport


Constructor Summary
MailWorkflow.MailTransport(String name, Session session, Transport transport, long expiresAt)
          Constructor.
 
Method Summary
 void destroy()
          Destroy mail transport.
 long getExpiresAt()
           
 String getName()
           
 Session getSession()
           
 Transport getTransport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailWorkflow.MailTransport

public MailWorkflow.MailTransport(String name,
                                  Session session,
                                  Transport transport,
                                  long expiresAt)
Constructor.

Parameters:
name -
session -
transport -
expiresAt -
Method Detail

destroy

public void destroy()
Destroy mail transport.


getSession

public Session getSession()
Returns:
the session

getTransport

public Transport getTransport()
Returns:
the transport

getExpiresAt

public long getExpiresAt()
Returns:
the expiresAt

getName

public String getName()
Returns:
the name


This software is published under the BSD license. Copyright © 2003-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.