JavaMailMimePartDSResourceMBean.java

00001 
00026 package org.objectweb.jonas.mail.factory;
00027 
00028 import java.util.Properties;
00029 
00030 import javax.management.MBeanException;
00031 
00035 public class JavaMailMimePartDSResourceMBean extends JavaMailResourceMBean {
00040     public JavaMailMimePartDSResourceMBean() throws MBeanException {
00041         super();
00042     }
00043 
00048     Properties getMimeMessageProperties() {
00049         return (Properties) ((JavaMailMimePartDSResource) this.resource).getMimeMessageProperties();
00050     }
00051 
00056     void setMimeMessageProperties(Properties props) {
00057         ((JavaMailMimePartDSResource) this.resource).setMimeMessageProperties(props);
00058     }
00059 
00060 }

Generated on Tue Feb 15 15:05:18 2005 for JOnAS by  doxygen 1.3.9.1