com.bea.p13n.mail
Class MailManager

java.lang.Object
  extended by com.bea.p13n.mail.MailManager

public class MailManager
extends Object

Command-line interface to manager mail batches, through the MailService session bean.

Command line arguments include:


Field Summary
protected static String DEFAULT_INITIAL_CONTEXT_FACTORY
           
protected static String DEFAULT_PROVIDER_URL
           
static String DELETE_ACTION
           
static String LIST_ACTION
           
protected static String MAIL_SERVICE_BASE
           
static String SEND_ACTION
           
 
Constructor Summary
MailManager()
           
 
Method Summary
static void main(String[] args)
          Execute this program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PROVIDER_URL

protected static final String DEFAULT_PROVIDER_URL
See Also
Constants Summary

DEFAULT_INITIAL_CONTEXT_FACTORY

protected static final String DEFAULT_INITIAL_CONTEXT_FACTORY
See Also
Constants Summary

MAIL_SERVICE_BASE

protected static final String MAIL_SERVICE_BASE
See Also
Constants Summary

LIST_ACTION

public static final String LIST_ACTION
See Also
Constants Summary

SEND_ACTION

public static final String SEND_ACTION
See Also
Constants Summary

DELETE_ACTION

public static final String DELETE_ACTION
See Also
Constants Summary
Constructor Detail

MailManager

public MailManager()
Method Detail

main

public static void main(String[] args)
Execute this program

See the class notes for details about the command-line arguments.

Parameters
args - the command-line arguments.


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.