jrun.mail
Class ReferenceableMailSession

java.lang.Object
  |
  +--jrun.mail.ReferenceableMailSession
All Implemented Interfaces:
javax.naming.Referenceable

public class ReferenceableMailSession
extends java.lang.Object
implements javax.naming.Referenceable

Helper class for JRun Mail service. Allows javax.mail.Session objects to be bound (as references) in JNDI.

Author:
Chris Kintzing

Constructor Summary
ReferenceableMailSession(javax.mail.Session session)
           
 
Method Summary
 javax.naming.Reference getReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceableMailSession

public ReferenceableMailSession(javax.mail.Session session)
Method Detail

getReference

public javax.naming.Reference getReference()
                                    throws javax.naming.NamingException
Specified by:
getReference in interface javax.naming.Referenceable


Copyright � 2002 Macromedia Corporation. All Rights Reserved.