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.

Version:
$Revision: 1.1.6.4 $

Field Summary
 
Fields inherited from interface org.jboss.management.j2ee.StateManageable
CREATED, DESTROYED, FAILED, REGISTERED, RUNNING, STARTING, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 String getconfiguration()
           
 String getjndiName()
           
 String getuserName()
           
 void setconfiguration(String configurationElement)
           
 void setjndiName(String name)
           
 void setpassword(String password)
           
 void setuserName(String name)
           
 
Methods inherited from interface org.jboss.management.j2ee.StateManageable
getStartTime, getState, getStateString, mejbStart, mejbStartRecursive, mejbStop
 
Methods inherited from interface org.jboss.management.j2ee.EventProvider
getEventType, getEventTypes
 
Methods inherited from interface org.jboss.management.j2ee.J2EEManagedObjectMBean
addChild, getobjectName, getparent, iseventProvider, isstateManageable, isstatisticsProvider, removeChild, setparent
 

Method Detail

getuserName

String getuserName()
                   throws Exception
Throws:
Exception

setuserName

void setuserName(String name)
                 throws Exception
Throws:
Exception

setpassword

void setpassword(String password)
                 throws Exception
Throws:
Exception

getjndiName

String getjndiName()
                   throws Exception
Throws:
Exception

setjndiName

void setjndiName(String name)
                 throws Exception
Throws:
Exception

getconfiguration

String getconfiguration()
                        throws Exception
Throws:
Exception

setconfiguration

void setconfiguration(String configurationElement)
                      throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.