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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
Method called before bean unregister.boolean
getName()
void
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
-
Constructor Details
-
Store
public Store()
-
-
Method Details
-
execute
-
getName
- Specified by:
getName
in interfaceAmpFeatureIfc
-
initialize
public void initialize()Description copied from interface:Initializable
Method will be called, when bean will be created, configured and ready to use.- Specified by:
initialize
in interfaceInitializable
-
beforeUnregister
public void beforeUnregister()Description copied from interface:UnregisterAware
Method called before bean unregister.- Specified by:
beforeUnregister
in interfaceUnregisterAware
-