Interface MailResourceIntf
-
- All Known Implementing Classes:
MailBean
public interface MailResourceIntf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAuth()StringgetDescription()StringgetFactoryClass()StringgetMailFrom()StringgetMailHost()StringgetName()StringgetPassword()SetgetProperties()StringgetResType()StringgetStoreProtocol()StringgetStoreProtocolClass()StringgetTransportProtocol()StringgetTransportProtocolClass()intgetType()StringgetUsername()booleanisDebug()booleanisEnabled()
-
-
-
Method Detail
-
getName
String getName()
-
getDescription
String getDescription()
-
isEnabled
boolean isEnabled()
-
getProperties
Set getProperties()
-
getType
int getType()
-
getResType
String getResType()
-
getFactoryClass
String getFactoryClass()
-
getStoreProtocol
String getStoreProtocol()
-
getStoreProtocolClass
String getStoreProtocolClass()
-
getTransportProtocol
String getTransportProtocol()
-
getTransportProtocolClass
String getTransportProtocolClass()
-
getMailHost
String getMailHost()
-
getUsername
String getUsername()
-
getPassword
String getPassword()
-
getAuth
boolean getAuth()
-
getMailFrom
String getMailFrom()
-
isDebug
boolean isDebug()
-
-