Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

cern::laser::business::pojo::MailAndSmsServerImpl Class Reference

List of all members.

Public Member Functions

 MailAndSmsServerImpl ()
void sendEmail (String address, String subject, String text)
void sendSMS (String number, String text)

Private Member Functions

void send (String address, String subject, String text) throws AddressException, MessagingException
String buildSMSAddress (String number)

Private Attributes

Session session

Static Private Attributes

final String CERN_SMTP_HOST = "smtp.cern.ch"
final String FROM_LASER = "laser@cern.ch"

Constructor & Destructor Documentation

cern::laser::business::pojo::MailAndSmsServerImpl::MailAndSmsServerImpl  )  [inline]
 


Member Function Documentation

String cern::laser::business::pojo::MailAndSmsServerImpl::buildSMSAddress String  number  )  [inline, private]
 

void cern::laser::business::pojo::MailAndSmsServerImpl::send String  address,
String  subject,
String  text
throws AddressException, MessagingException [inline, private]
 

void cern::laser::business::pojo::MailAndSmsServerImpl::sendEmail String  address,
String  subject,
String  text
[inline]
 

void cern::laser::business::pojo::MailAndSmsServerImpl::sendSMS String  number,
String  text
[inline]
 


Member Data Documentation

final String cern::laser::business::pojo::MailAndSmsServerImpl::CERN_SMTP_HOST = "smtp.cern.ch" [static, private]
 

final String cern::laser::business::pojo::MailAndSmsServerImpl::FROM_LASER = "laser@cern.ch" [static, private]
 

Session cern::laser::business::pojo::MailAndSmsServerImpl::session [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:08:49 2009 for ACS Java API by doxygen 1.3.8