org.jboss.management.j2ee
Interface JavaMailResourceMBean
- All Superinterfaces:
- EventProvider, J2EEManagedObjectMBean, J2EEResourceMBean, StateManageable
- All Known Implementing Classes:
- JavaMailResource
public interface JavaMailResourceMBean
- extends StateManageable, J2EEResourceMBean
MBean interface.
getuserName
String getuserName()
throws Exception
- Throws:
Exception
setuserName
void setuserName(String pName)
throws Exception
- Throws:
Exception
setpassword
void setpassword(String pPassword)
throws Exception
- Throws:
Exception
getjndiName
String getjndiName()
throws Exception
- Throws:
Exception
setjndiName
void setjndiName(String pName)
throws Exception
- Throws:
Exception
getconfiguration
String getconfiguration()
throws Exception
- Throws:
Exception
setconfiguration
void setconfiguration(String pConfigurationElement)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.