org.objectweb.jonas.mail.internal.factory.mbean
Class JavaMailMimePartDSResource
java.lang.Object
javax.management.NotificationBroadcasterSupport
org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
org.objectweb.jonas.management.j2eemanagement.J2EEResource
org.objectweb.jonas.mail.internal.factory.mbean.JavaMailResource
org.objectweb.jonas.mail.internal.factory.mbean.JavaMailMimePartDSResource
- All Implemented Interfaces:
- NotificationBroadcaster, NotificationEmitter
public class JavaMailMimePartDSResource
- extends JavaMailResource
JSR 77 Implementation of the Java Mail MimePart DS Resource.
- Author:
- Adriana Danes
Field Summary |
protected long |
sequenceNumber
Value used as sequence number by reconfiguration notifications |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sequenceNumber
protected long sequenceNumber
- Value used as sequence number by reconfiguration notifications
JavaMailMimePartDSResource
public JavaMailMimePartDSResource(String objectName,
boolean stateManageable,
boolean statisticsProvider,
boolean eventProvider,
JavaMailMimePartDS mailFactory)
getMimeMessageProperties
public Properties getMimeMessageProperties()
- Get the mimePartDatasource properties.
- Returns:
- the mimePartDatasource properties
setMimeMessageProperties
public void setMimeMessageProperties(Properties props)
- Set the mimePartDatasource properties.
- Parameters:
props
- the mimePartDatasource properties
getSequenceNumber
protected long getSequenceNumber()
- Gets the sequence number for MBeans operations.
- Specified by:
getSequenceNumber
in class JavaMailResource
- Returns:
- the sequence number for MBeans operations
Copyright © 2007 OW2 Consortium. All Rights Reserved.