Uses of Class
com.sun.grid.jsv.MailSpecifier

Packages that use MailSpecifier
com.sun.grid.jsv   
 

Uses of MailSpecifier in com.sun.grid.jsv
 

Methods in com.sun.grid.jsv that return MailSpecifier
 MailSpecifier MailSpecifier.clone()
           
 MailSpecifier JobDescription.getMailSpecifier()
          Get a MailSpecifier object that represents the occasions when email notifications should be sent for this job.
 

Methods in com.sun.grid.jsv with parameters of type MailSpecifier
 void JobDescription.setMailSpecifier(MailSpecifier mailSpecifier)
          Set the MailSpecifier object that represents when email notifications should be sent.