A C D E F G I M O P R S T U V

A

addMessage(String, String, String, OMElement) - Method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 

C

CONFIG_FILE_NAME - Static variable in class org.apache.airavata.wsmg.msgbox.util.ConfigKeys
 
ConfigKeys - Class in org.apache.airavata.wsmg.msgbox.util
 
ConfigKeys() - Constructor for class org.apache.airavata.wsmg.msgbox.util.ConfigKeys
 
createMsgBox() - Method in class org.apache.airavata.wsmg.msgbox.MsgBoxServiceSkeleton
 
createMsgBox() - Method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.DatabaseStorageImpl
 
createMsgBox() - Method in class org.apache.airavata.wsmg.msgbox.Storage.memory.InMemoryImpl
 
createMsgBox() - Method in interface org.apache.airavata.wsmg.msgbox.Storage.MsgBoxStorage
 
createMsgBx(String) - Method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 

D

DatabaseStorageImpl - Class in org.apache.airavata.wsmg.msgbox.Storage.dbpool
Database message Storage Implementation, if msgBox.properties configured to use database this will set as the storage for MsgBoxSerivceSkeleton
DatabaseStorageImpl(String, String, long) - Constructor for class org.apache.airavata.wsmg.msgbox.Storage.dbpool.DatabaseStorageImpl
 
deleteMessageBox(String) - Method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 
destroy(ServiceContext) - Method in class org.apache.airavata.wsmg.msgbox.MsgBoxServiceSkeleton
 
destroyMsgBox(String) - Method in class org.apache.airavata.wsmg.msgbox.MsgBoxServiceSkeleton
 
destroyMsgBox(String) - Method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.DatabaseStorageImpl
 
destroyMsgBox(String) - Method in class org.apache.airavata.wsmg.msgbox.Storage.memory.InMemoryImpl
 
destroyMsgBox(String) - Method in interface org.apache.airavata.wsmg.msgbox.Storage.MsgBoxStorage
 
dispose() - Method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.DatabaseStorageImpl
 
dispose() - Method in class org.apache.airavata.wsmg.msgbox.Storage.memory.InMemoryImpl
 
dispose() - Method in interface org.apache.airavata.wsmg.msgbox.Storage.MsgBoxStorage
Clean up method

E

equals(String) - Method in enum org.apache.airavata.wsmg.msgbox.util.MsgBoxOperations
 

F

formatMessageBoxUrl(String, String) - Static method in class org.apache.airavata.wsmg.msgbox.util.MsgBoxUtils
 
formatURLString(String) - Static method in class org.apache.airavata.wsmg.msgbox.util.MsgBoxUtils
 

G

getInstance() - Static method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 
getOperationName(MessageContext) - Method in class org.apache.airavata.wsmg.msgbox.MsgBoxServiceMessageReceiverInOut
 

I

init(ServiceContext) - Method in class org.apache.airavata.wsmg.msgbox.MsgBoxServiceSkeleton
 
initDatabase(ConfigurationContext, ConfigurationManager) - Method in class org.apache.airavata.wsmg.msgbox.MsgBoxServiceLifeCycle
 
initialize(JdbcStorage, long) - Static method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 
InMemoryImpl - Class in org.apache.airavata.wsmg.msgbox.Storage.memory
This is the in memory storage implementation for MsgBoxService, this will be initialized if msgBox.properties is configured not to use database implementation.
InMemoryImpl(long) - Constructor for class org.apache.airavata.wsmg.msgbox.Storage.memory.InMemoryImpl
 
invoke(MessageContext) - Method in class org.apache.airavata.wsmg.msgbox.StoreMessageHandler
 
invokeBusinessLogic(MessageContext, MessageContext) - Method in class org.apache.airavata.wsmg.msgbox.MsgBoxServiceMessageReceiverInOut
 

M

MessageBoxDB - Class in org.apache.airavata.wsmg.msgbox.Storage.dbpool
This is the core class which used by DatabaseStorageImpl to perform all the service operations, DatabaseStorageImpl class simply use this class in its operation methods to perform the actual functionality.
MSG_BOX_JDBC_DRIVER - Static variable in class org.apache.airavata.wsmg.msgbox.util.ConfigKeys
 
MSG_BOX_JDBC_URL - Static variable in class org.apache.airavata.wsmg.msgbox.util.ConfigKeys
 
MSG_PRESV_DAYS - Static variable in class org.apache.airavata.wsmg.msgbox.util.ConfigKeys
 
MSG_PRESV_HRS - Static variable in class org.apache.airavata.wsmg.msgbox.util.ConfigKeys
 
MSG_PRESV_INTERVAL - Static variable in class org.apache.airavata.wsmg.msgbox.util.ConfigKeys
 
MSG_PRESV_INTERVAL_DAYS - Static variable in class org.apache.airavata.wsmg.msgbox.util.ConfigKeys
 
MSG_PRESV_INTERVAL_HRS - Static variable in class org.apache.airavata.wsmg.msgbox.util.ConfigKeys
 
MSG_PRESV_INTERVAL_MINS - Static variable in class org.apache.airavata.wsmg.msgbox.util.ConfigKeys
 
MSG_PRESV_MINS - Static variable in class org.apache.airavata.wsmg.msgbox.util.ConfigKeys
 
MSGBOX_STORAGE - Static variable in class org.apache.airavata.wsmg.msgbox.util.MsgBoxCommonConstants
 
MsgBoxCommonConstants - Class in org.apache.airavata.wsmg.msgbox.util
 
MsgBoxCommonConstants() - Constructor for class org.apache.airavata.wsmg.msgbox.util.MsgBoxCommonConstants
 
MsgBoxOperations - Enum in org.apache.airavata.wsmg.msgbox.util
 
MsgBoxServiceLifeCycle - Class in org.apache.airavata.wsmg.msgbox
This class initialize the messageBox service by setting the messageStore based on the configuration done by the user This is the LifeCycle class
MsgBoxServiceLifeCycle() - Constructor for class org.apache.airavata.wsmg.msgbox.MsgBoxServiceLifeCycle
 
MsgBoxServiceMessageReceiverInOut - Class in org.apache.airavata.wsmg.msgbox
MsgBoxServiceMessageReceiverInOut message receiver, this is the actual location where the service operations get invoked.
MsgBoxServiceMessageReceiverInOut() - Constructor for class org.apache.airavata.wsmg.msgbox.MsgBoxServiceMessageReceiverInOut
 
MsgBoxServiceSkeleton - Class in org.apache.airavata.wsmg.msgbox
Service class for MsgBoxService this get called by MsgBoxServiceMessageReceiverInOut with ProcessingContext
MsgBoxServiceSkeleton() - Constructor for class org.apache.airavata.wsmg.msgbox.MsgBoxServiceSkeleton
 
MsgBoxStorage - Interface in org.apache.airavata.wsmg.msgbox.Storage
Message Box storage backend.
MsgBoxUtils - Class in org.apache.airavata.wsmg.msgbox.util
 
MsgBoxUtils() - Constructor for class org.apache.airavata.wsmg.msgbox.util.MsgBoxUtils
 

O

org.apache.airavata.wsmg.msgbox - package org.apache.airavata.wsmg.msgbox
 
org.apache.airavata.wsmg.msgbox.Storage - package org.apache.airavata.wsmg.msgbox.Storage
 
org.apache.airavata.wsmg.msgbox.Storage.dbpool - package org.apache.airavata.wsmg.msgbox.Storage.dbpool
 
org.apache.airavata.wsmg.msgbox.Storage.memory - package org.apache.airavata.wsmg.msgbox.Storage.memory
 
org.apache.airavata.wsmg.msgbox.util - package org.apache.airavata.wsmg.msgbox.util
 

P

putMessageIntoMsgBox(String, String, String, OMElement) - Method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.DatabaseStorageImpl
 
putMessageIntoMsgBox(String, String, String, OMElement) - Method in class org.apache.airavata.wsmg.msgbox.Storage.memory.InMemoryImpl
 
putMessageIntoMsgBox(String, String, String, OMElement) - Method in interface org.apache.airavata.wsmg.msgbox.Storage.MsgBoxStorage
 

R

reader2OMElement(Reader) - Static method in class org.apache.airavata.wsmg.msgbox.util.MsgBoxUtils
 
reader2SOAPEnvilope(Reader) - Static method in class org.apache.airavata.wsmg.msgbox.util.MsgBoxUtils
 
removeAllMessagesforClient(String) - Method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 
removeAncientMessages() - Method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.DatabaseStorageImpl
 
removeAncientMessages() - Method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 
removeAncientMessages() - Method in class org.apache.airavata.wsmg.msgbox.Storage.memory.InMemoryImpl
 
removeAncientMessages() - Method in interface org.apache.airavata.wsmg.msgbox.Storage.MsgBoxStorage
The ancientness is defined in the db.config file.

S

SELECT_ALL_FROM_MSGBOXES - Static variable in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 
shutDown(ConfigurationContext, AxisService) - Method in class org.apache.airavata.wsmg.msgbox.MsgBoxServiceLifeCycle
 
SQL_CREATE_MSGBOXES_STATEMENT - Static variable in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 
SQL_DELETE_ANCIENT_STATEMENT - Static variable in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 
SQL_DELETE_MSGBOX_STATEMENT - Static variable in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 
SQL_DELETE_MSGBOXES_STATEMENT - Static variable in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 
SQL_SELECT_MSGBOX_STATEMENT - Static variable in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 
SQL_STORE_MESSAGE_STATEMENT - Static variable in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB
 
startUp(ConfigurationContext, AxisService) - Method in class org.apache.airavata.wsmg.msgbox.MsgBoxServiceLifeCycle
 
StoreMessageHandler - Class in org.apache.airavata.wsmg.msgbox
This Dispatcher is used to validate the incoming message, this is set to Handler list in MsgBoxServiceLifeCycle.
StoreMessageHandler() - Constructor for class org.apache.airavata.wsmg.msgbox.StoreMessageHandler
 
storeMessages(String, String, String, OMElement) - Method in class org.apache.airavata.wsmg.msgbox.MsgBoxServiceSkeleton
 

T

takeMessages(String) - Method in class org.apache.airavata.wsmg.msgbox.MsgBoxServiceSkeleton
 
takeMessagesFromMsgBox(String) - Method in class org.apache.airavata.wsmg.msgbox.Storage.dbpool.DatabaseStorageImpl
 
takeMessagesFromMsgBox(String) - Method in class org.apache.airavata.wsmg.msgbox.Storage.memory.InMemoryImpl
 
takeMessagesFromMsgBox(String) - Method in interface org.apache.airavata.wsmg.msgbox.Storage.MsgBoxStorage
IMPORTANT::: List retrieved from this method is sorted by time in ascending order i.e the newest message will appear as the last item in the list.
toString() - Method in enum org.apache.airavata.wsmg.msgbox.util.MsgBoxOperations
 

U

USE_DATABASE_STORAGE - Static variable in class org.apache.airavata.wsmg.msgbox.util.ConfigKeys
 

V

valueFrom(String) - Static method in enum org.apache.airavata.wsmg.msgbox.util.MsgBoxOperations
 
valueOf(String) - Static method in enum org.apache.airavata.wsmg.msgbox.util.MsgBoxOperations
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.airavata.wsmg.msgbox.util.MsgBoxOperations
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E F G I M O P R S T U V

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