Package tigase.server.amp.action
Class Store
- java.lang.Object
-
- tigase.server.amp.ActionAbstract
-
- tigase.server.amp.action.Store
-
- All Implemented Interfaces:
Initializable,UnregisterAware,ActionIfc,AmpFeatureIfc
@Bean(name="store", parent=AmpComponent.class, active=true) public class Store extends ActionAbstract implements Initializable, UnregisterAware
Created: May 1, 2010 11:32:59 AM- Author:
- Artur Hefczyc
-
-
Field Summary
-
Fields inherited from class tigase.server.amp.ActionAbstract
AMP_SECURITY_LEVEL, AMP_SECURITY_LEVEL_DEFAULT, resultsHandler, SECURITY_PROP_KEY
-
Fields inherited from interface tigase.server.amp.AmpFeatureIfc
ACTION_ATT, AMP_MSG_REPO_CLASS_PARAM, AMP_MSG_REPO_CLASS_PROP_KEY, AMP_MSG_REPO_URI_PARAM, AMP_MSG_REPO_URI_PROP_KEY, AMP_XMLNS, CONDITION_ATT, EXPIRED, FROM_CONN_ID, MSG_OFFLINE_PROP_KEY, OFFLINE, SESSION_JID, TO_CONN_ID, TO_RES
-
-
Constructor Summary
Constructors Constructor Description Store()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeUnregister()Method called before bean unregister.booleanexecute(Packet packet, Element rule)StringgetName()voidinitialize()Method will be called, when bean will be created, configured and ready to use.-
Methods inherited from class tigase.server.amp.ActionAbstract
prepareAmpPacket, removeTigasePayload, setActionResultsHandler
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceAmpFeatureIfc
-
initialize
public void initialize()
Description copied from interface:InitializableMethod will be called, when bean will be created, configured and ready to use.- Specified by:
initializein interfaceInitializable
-
beforeUnregister
public void beforeUnregister()
Description copied from interface:UnregisterAwareMethod called before bean unregister.- Specified by:
beforeUnregisterin interfaceUnregisterAware
-
-