org.outerj.daisy.emailer.clientimpl
Class RemoteEmailer

java.lang.Object
  extended byorg.outerj.daisy.emailer.clientimpl.RemoteEmailer
All Implemented Interfaces:
org.outerj.daisy.emailer.Emailer

public class RemoteEmailer
extends java.lang.Object
implements org.outerj.daisy.emailer.Emailer


Constructor Summary
RemoteEmailer(org.outerj.daisy.repository.clientimpl.RemoteRepositoryImpl repository)
           
 
Method Summary
 void send(java.lang.String to, java.lang.String subject, java.lang.String messageText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteEmailer

public RemoteEmailer(org.outerj.daisy.repository.clientimpl.RemoteRepositoryImpl repository)
Method Detail

send

public void send(java.lang.String to,
                 java.lang.String subject,
                 java.lang.String messageText)
          throws org.outerj.daisy.repository.RepositoryException
Specified by:
send in interface org.outerj.daisy.emailer.Emailer
Throws:
org.outerj.daisy.repository.RepositoryException


Copyright © -2005 . All Rights Reserved.