Uses of Interface
org.apache.airavata.wsmg.msgbox.Storage.MsgBoxStorage

Packages that use MsgBoxStorage
org.apache.airavata.wsmg.msgbox.Storage.dbpool   
org.apache.airavata.wsmg.msgbox.Storage.memory   
 

Uses of MsgBoxStorage in org.apache.airavata.wsmg.msgbox.Storage.dbpool
 

Classes in org.apache.airavata.wsmg.msgbox.Storage.dbpool that implement MsgBoxStorage
 class DatabaseStorageImpl
          Database message Storage Implementation, if msgBox.properties configured to use database this will set as the storage for MsgBoxSerivceSkeleton
 

Uses of MsgBoxStorage in org.apache.airavata.wsmg.msgbox.Storage.memory
 

Classes in org.apache.airavata.wsmg.msgbox.Storage.memory that implement MsgBoxStorage
 class InMemoryImpl
          This is the in memory storage implementation for MsgBoxService, this will be initialized if msgBox.properties is configured not to use database implementation.
 



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