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
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.