FileDocCategorySizeDatePackage
HandlerBookServiceConstants.javaAPI DocExample458Wed Oct 23 10:32:14 BST 2002ora.jwsnut.chapter6.handlerbookservice

HandlerBookServiceConstants.java

package ora.jwsnut.chapter6.handlerbookservice;

/**
 * Interface containing constants shared between
 * service implementation and message handler.
 */
interface HandlerBookServiceConstants {

    /**
     * Property used to store the user name
     */
    public static final String USERNAME_PROPERTY = "UserName";

    /**
     * Property used to store the password
     */
    public static final String PASSWORD_PROPERTY = "Password";
}