Package tigase.server.amp
Interface AmpFeatureIfc
-
- All Known Subinterfaces:
ActionIfc,ConditionIfc
- All Known Implementing Classes:
ActionAbstract,Alert,Broadcast,Deliver,Deliver,Drop,Error,ExpireAt,MatchResource,Notify,Store
public interface AmpFeatureIfcCreated: Apr 28, 2010 5:38:24 PM- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_ATTstatic StringAMP_MSG_REPO_CLASS_PARAMstatic StringAMP_MSG_REPO_CLASS_PROP_KEYstatic StringAMP_MSG_REPO_URI_PARAMstatic StringAMP_MSG_REPO_URI_PROP_KEYstatic StringAMP_XMLNSstatic StringCONDITION_ATTstatic StringEXPIREDstatic StringFROM_CONN_IDstatic StringMSG_OFFLINE_PROP_KEYstatic StringOFFLINEstatic StringSESSION_JIDstatic StringTO_CONN_IDstatic StringTO_RES
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()
-
-
-
Field Detail
-
AMP_MSG_REPO_CLASS_PROP_KEY
static final String AMP_MSG_REPO_CLASS_PROP_KEY
- See Also:
- Constant Field Values
-
AMP_MSG_REPO_CLASS_PARAM
static final String AMP_MSG_REPO_CLASS_PARAM
- See Also:
- Constant Field Values
-
AMP_MSG_REPO_URI_PARAM
static final String AMP_MSG_REPO_URI_PARAM
- See Also:
- Constant Field Values
-
AMP_MSG_REPO_URI_PROP_KEY
static final String AMP_MSG_REPO_URI_PROP_KEY
- See Also:
- Constant Field Values
-
AMP_XMLNS
static final String AMP_XMLNS
- See Also:
- Constant Field Values
-
FROM_CONN_ID
static final String FROM_CONN_ID
- See Also:
- Constant Field Values
-
SESSION_JID
static final String SESSION_JID
- See Also:
- Constant Field Values
-
TO_CONN_ID
static final String TO_CONN_ID
- See Also:
- Constant Field Values
-
TO_RES
static final String TO_RES
- See Also:
- Constant Field Values
-
EXPIRED
static final String EXPIRED
- See Also:
- Constant Field Values
-
OFFLINE
static final String OFFLINE
- See Also:
- Constant Field Values
-
MSG_OFFLINE_PROP_KEY
static final String MSG_OFFLINE_PROP_KEY
- See Also:
- Constant Field Values
-
CONDITION_ATT
static final String CONDITION_ATT
- See Also:
- Constant Field Values
-
ACTION_ATT
static final String ACTION_ATT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
String getName()
-
-