| java.lang.Object com.sun.portal.config.PopulateMail
PopulateMail | public class PopulateMail (Code) | | This class is responsible for populating the JES Messaging Server
with sample data for the JES Portal Server adventuresportscafe.com
sample.
It will populate data for the users: chris, ed, and mary
It uses URLName for server information.
|
debug | protected boolean debug(Code) | | |
generate | public void generate()(Code) | | |
sendMessagesForChris | public void sendMessagesForChris(Session session) throws MessagingException(Code) | | |
sendMessagesForEd | public void sendMessagesForEd(Session session) throws MessagingException(Code) | | |
sendMessagesForMary | public void sendMessagesForMary(Session session) throws MessagingException(Code) | | |
|
|