© 2005 BEA Systems, Inc.

com.bea.p13n.mail
Class MailManager

java.lang.Object
  extended bycom.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 See the class notes for details about the command-line arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_INITIAL_CONTEXT_FACTORY

protected static final String DEFAULT_INITIAL_CONTEXT_FACTORY
See Also:
Constant Field Values

DEFAULT_PROVIDER_URL

protected static final String DEFAULT_PROVIDER_URL
See Also:
Constant Field Values

DELETE_ACTION

public static final String DELETE_ACTION
See Also:
Constant Field Values

LIST_ACTION

public static final String LIST_ACTION
See Also:
Constant Field Values

MAIL_SERVICE_BASE

protected static final String MAIL_SERVICE_BASE
See Also:
Constant Field Values

SEND_ACTION

public static final String SEND_ACTION
See Also:
Constant Field Values
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.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved