1 22 package org.jboss.management.j2ee; 23 24 29 public interface JavaMailResourceMBean extends StateManageable, J2EEResourceMBean 30 { 31 32 String getuserName() throws Exception ; 33 void setuserName(String name) throws Exception ; 34 35 void setpassword(String password) throws Exception ; 36 37 String getjndiName() throws Exception ; 38 void setjndiName(String name) throws Exception ; 39 40 String getconfiguration() throws Exception ; 41 void setconfiguration(String configurationElement) throws Exception ; 42 43 } 44 | Popular Tags |