org.objectweb.jonas.mail.factory
Interface JMailMimePartDSMBean

All Superinterfaces:
JMailMBean
All Known Implementing Classes:
JMailMimePartDS

public interface JMailMimePartDSMBean
extends JMailMBean

This interface defines all the MBean methods provided by the JMailSession objects.

Author:
Florent Benoit, Ludovic Bert

Method Summary
 java.util.Properties getMimeMessageProperties()
          Get the mimePartDatasource properties.
 void setMimeMessageProperties(java.util.Properties props)
          Set the mimePartDatasource properties.
 
Methods inherited from interface org.objectweb.jonas.mail.factory.JMailMBean
getAuthenticationProperties, getFactoryName, getFactoryType, getName, getSessionProperties, setAuthenticationProperties, setName, setSessionProperties
 

Method Detail

getMimeMessageProperties

public java.util.Properties getMimeMessageProperties()
Get the mimePartDatasource properties.
Returns:
the properties of Session.
Throws:
java.rmi.RemoteException - if rmi call failed.

setMimeMessageProperties

public void setMimeMessageProperties(java.util.Properties props)
Set the mimePartDatasource properties.
Parameters:
props - the authentication properties.
Throws:
java.rmi.RemoteException - if rmi call failed.