org.apache.ace.server.action
Interface MessageAction

All Superinterfaces:
Action

public interface MessageAction
extends Action

MessageAction is an action that sends out messages. To do so, it needs a user, and both a short and a long description. Is it up to the implementation to do something with it, e.g. use the short description and a subject for an email message, or use the short description as the text in an SMS.


Field Summary
static String DESCRIPTION
          Key for the event properties containing a description as a String.
static String SHORT_DESCRIPTION
          Key for the event properties containing a very short description as a String.
static String USER
          Key for the event properties containing a User.
 
Fields inherited from interface org.apache.ace.server.action.Action
ACTION_NAME
 
Method Summary
 
Methods inherited from interface org.apache.ace.server.action.Action
handle
 

Field Detail

USER

static final String USER
Key for the event properties containing a User.

See Also:
Constant Field Values

DESCRIPTION

static final String DESCRIPTION
Key for the event properties containing a description as a String.

See Also:
Constant Field Values

SHORT_DESCRIPTION

static final String SHORT_DESCRIPTION
Key for the event properties containing a very short description as a String.

See Also:
Constant Field Values


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.