org.apache.airavata.wsmg.msgbox
Class MsgBoxServiceLifeCycle

java.lang.Object
  extended by org.apache.airavata.wsmg.msgbox.MsgBoxServiceLifeCycle
All Implemented Interfaces:
org.apache.axis2.engine.ServiceLifeCycle

public class MsgBoxServiceLifeCycle
extends Object
implements org.apache.axis2.engine.ServiceLifeCycle

This class initialize the messageBox service by setting the messageStore based on the configuration done by the user This is the LifeCycle class


Constructor Summary
MsgBoxServiceLifeCycle()
           
 
Method Summary
 void initDatabase(org.apache.axis2.context.ConfigurationContext configurationcontext, ConfigurationManager confmanager)
           
 void shutDown(org.apache.axis2.context.ConfigurationContext configurationcontext, org.apache.axis2.description.AxisService axisservice)
           
 void startUp(org.apache.axis2.context.ConfigurationContext configurationcontext, org.apache.axis2.description.AxisService axisservice)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgBoxServiceLifeCycle

public MsgBoxServiceLifeCycle()
Method Detail

shutDown

public void shutDown(org.apache.axis2.context.ConfigurationContext configurationcontext,
                     org.apache.axis2.description.AxisService axisservice)
Specified by:
shutDown in interface org.apache.axis2.engine.ServiceLifeCycle

startUp

public void startUp(org.apache.axis2.context.ConfigurationContext configurationcontext,
                    org.apache.axis2.description.AxisService axisservice)
Specified by:
startUp in interface org.apache.axis2.engine.ServiceLifeCycle

initDatabase

public void initDatabase(org.apache.axis2.context.ConfigurationContext configurationcontext,
                         ConfigurationManager confmanager)


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