Class GroupMailer

java.lang.Object
   |
   +----GroupMailer

public class GroupMailer
extends Object
A class to handle the group mailing facility of the root. The root can send a group mail to all the students doing a thesis of a particular type.


Constructor Index

 o GroupMailer()

Method Index

 o Start(String, String, Connection, PrintWriter)
A method to send the mail.

Constructors

 o GroupMailer
 public GroupMailer()

Methods

 o Start
 public void Start(String type,
                   String body,
                   Connection Conn,
                   PrintWriter out) throws ServletException, IOException
A method to send the mail. Method sends mail to all recipients of a particular group.

Parameters:
type - whether btp/seminar/dissertation
body - the body of mail
Conn - the connection
out - Instance of PrintWriter
Returns:
Nothing