thank you:)
Should I migrate these keys to new message and session scope maps and
remove *OLD* state hashmap??
// Keys used to store/lookup data in the internal state hash map
private final static String CURRENT_HELO_MODE = "CURRENT_HELO_MODE"; // HELO
or EHLO
private final static String SENDER = "SENDER_ADDRESS"; // Sender's email
address
private final static String MESG_FAILED = "MESG_FAILED"; // Message failed
flag
private final static String MESG_SIZE = "MESG_SIZE"; // The size of the
message
private final static String RCPT_LIST = "RCPT_LIST"; // The message
recipients
--Anagha
--Anagha
On 8/30/05, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
>
> > sorry I sent a wrong version that didnot compile It should
> > be session.getState().get(MESG_FAILED) as the existing Keys
> > MESG_FAILED, SENDER and so on would continue to use the state
> > variable in the SMTPHandler.
> > -- Anagha
>
> Fixed, thank you again,
> Stefano
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>