Skip navigation links
A C D E G I J L N O P R S T V 

A

AbstractJmsQueuePoller<T extends java.io.Serializable> - Class in org.lwapp.notification.jms.incoming
 
AbstractJmsQueuePoller() - Constructor for class org.lwapp.notification.jms.incoming.AbstractJmsQueuePoller
 
afterReadingMessage(Email) - Method in class org.lwapp.notification.email.EmailNotificationManager
 
afterReadingMessage(T) - Method in class org.lwapp.notification.jms.incoming.AbstractJmsQueuePoller
 
afterReadingMessage(Sms) - Method in class org.lwapp.notification.sms.SmsNotificationManager
 
afterReadingMessage(Tweet) - Method in class org.lwapp.notification.twitter.TwitterNotificationManager
 

C

CommonNotificationsApplicationConfig - Class in org.lwapp.notification.config
 
CommonNotificationsApplicationConfig() - Constructor for class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
Configurations - Enum in org.lwapp.notification.config
 
createJmsMessageQueueSender(String, String...) - Static method in class org.lwapp.notification.jms.outgoing.JmsCallbacks
 
createJmsMessageTopicSender(String, String...) - Static method in class org.lwapp.notification.jms.outgoing.JmsCallbacks
 
createMessageQueueReceiver(String) - Static method in class org.lwapp.notification.jms.outgoing.JmsCallbacks
 

D

doInJmsSession(Session) - Method in interface org.lwapp.notification.jms.outgoing.JmsCallback
 

E

Email - Class in org.lwapp.notification.email
 
Email(String, String, String...) - Constructor for class org.lwapp.notification.email.Email
 
Email(List<String>, String, String, EmailAttachment...) - Constructor for class org.lwapp.notification.email.Email
 
EmailAttachment - Class in org.lwapp.notification.email
 
EmailAttachment(String, byte[]) - Constructor for class org.lwapp.notification.email.EmailAttachment
 
EmailNotificationManager - Class in org.lwapp.notification.email
 
EmailNotificationManager() - Constructor for class org.lwapp.notification.email.EmailNotificationManager
 
EmailSender - Class in org.lwapp.notification.email
 
EmailSender() - Constructor for class org.lwapp.notification.email.EmailSender
 
ErrorNotifier - Class in org.lwapp.notification.error
 
ErrorNotifier() - Constructor for class org.lwapp.notification.error.ErrorNotifier
 
errorNotifier - Variable in class org.lwapp.notification.jms.incoming.AbstractJmsQueuePoller
 

G

Generics - Class in org.lwapp.notification.utils
Helper methods for class type parameters.
getAttachmentName() - Method in class org.lwapp.notification.email.EmailAttachment
 
getAttachments() - Method in class org.lwapp.notification.email.Email
 
getBoolean(Configurations, boolean) - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getByteAttay() - Method in class org.lwapp.notification.email.EmailAttachment
 
getConfigurations() - Static method in enum org.lwapp.notification.config.Configurations
 
getEmailErrorJmsQueue() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getEmailIncomingJmsQueue() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getErrorQueueJmsDestination() - Method in class org.lwapp.notification.email.EmailNotificationManager
 
getErrorQueueJmsDestination() - Method in class org.lwapp.notification.jms.incoming.AbstractJmsQueuePoller
 
getErrorQueueJmsDestination() - Method in class org.lwapp.notification.sms.SmsNotificationManager
 
getErrorQueueJmsDestination() - Method in class org.lwapp.notification.twitter.TwitterNotificationManager
 
getFingerPrint() - Method in class org.lwapp.notification.jms.JmsMessage
 
getHost() - Method in class org.lwapp.notification.jms.JmsDestination
 
getInJmsDestination() - Method in class org.lwapp.notification.email.EmailNotificationManager
 
getInJmsDestination() - Method in class org.lwapp.notification.jms.incoming.AbstractJmsQueuePoller
 
getInJmsDestination() - Method in class org.lwapp.notification.sms.SmsNotificationManager
 
getInJmsDestination() - Method in class org.lwapp.notification.twitter.TwitterNotificationManager
 
getInt(Configurations, int) - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getJmsUrl() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getLogTraceId() - Method in class org.lwapp.notification.jms.JmsMessage
 
getMaxRetryEmailAttempts() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getMaxRetrySMSAttempts() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getMessage() - Method in class org.lwapp.notification.jms.JmsMessage
 
getMessage() - Method in class org.lwapp.notification.twitter.Tweet
 
getMessageBody() - Method in class org.lwapp.notification.email.Email
 
getMessageBody() - Method in class org.lwapp.notification.sms.Sms
 
getPropertyName() - Method in enum org.lwapp.notification.config.Configurations
 
getQueueName() - Method in class org.lwapp.notification.jms.JmsDestination
 
getQueuePropertyName() - Method in class org.lwapp.notification.jms.JmsDestination
 
getSmsErrorJmsQueue() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getSmsIncomingJmsQueue() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getSmtpHost() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getSmtpPort() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getSubject() - Method in class org.lwapp.notification.email.Email
 
getSystemEmailAddress() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getsystemEmailPassword() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getTechinalSupportEmailAddress() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getTo() - Method in class org.lwapp.notification.twitter.Tweet
 
getToAddresses() - Method in class org.lwapp.notification.email.Email
 
getToNumbers() - Method in class org.lwapp.notification.sms.Sms
 
getTopicName() - Method in class org.lwapp.notification.jms.JmsDestination
 
getTwitterErrorJmsQueue() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getTwitterIncomingJmsQueue() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getTypeParameter(Class<?>) - Static method in class org.lwapp.notification.utils.Generics
Finds the type parameter for the given class.
getTypeParameter(Class<?>, Class<? super T>) - Static method in class org.lwapp.notification.utils.Generics
Finds the type parameter for the given class which is assignable to the bound class.
getValue(Configurations) - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getValue(Configurations, String) - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
getValueAsInt(Configurations) - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 

I

init() - Method in class org.lwapp.notification.jms.incoming.AbstractJmsQueuePoller
 
isAlive() - Method in class org.lwapp.notification.jms.incoming.AbstractJmsQueuePoller
 
isEmailNotificationsEnabled() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
isNotificationsEnabled() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
isQueue() - Method in class org.lwapp.notification.jms.JmsDestination
 
isSmsNotificationsEnabled() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 
isTwitterNotificationsEnabled() - Method in class org.lwapp.notification.config.CommonNotificationsApplicationConfig
 

J

JmsCallback<T> - Interface in org.lwapp.notification.jms.outgoing
 
JmsCallbacks - Class in org.lwapp.notification.jms.outgoing
 
JmsCallbacks() - Constructor for class org.lwapp.notification.jms.outgoing.JmsCallbacks
 
JmsDestination - Class in org.lwapp.notification.jms
 
JmsDestination(String, String, String) - Constructor for class org.lwapp.notification.jms.JmsDestination
 
JmsDestination(String, String) - Constructor for class org.lwapp.notification.jms.JmsDestination
 
JmsMessage - Class in org.lwapp.notification.jms
 
JmsMessage() - Constructor for class org.lwapp.notification.jms.JmsMessage
 

L

LF - Static variable in class org.lwapp.notification.email.EmailSender
 

N

NotificationManager - Class in org.lwapp.notification
 
NotificationManager() - Constructor for class org.lwapp.notification.NotificationManager
 
notifyAlert(String, String) - Method in class org.lwapp.notification.error.ErrorNotifier
 

O

OpenMqTools - Class in org.lwapp.notification.jms.utils
 
OpenMqTools() - Constructor for class org.lwapp.notification.jms.utils.OpenMqTools
 
org.lwapp.notification - package org.lwapp.notification
 
org.lwapp.notification.config - package org.lwapp.notification.config
 
org.lwapp.notification.email - package org.lwapp.notification.email
 
org.lwapp.notification.error - package org.lwapp.notification.error
 
org.lwapp.notification.jms - package org.lwapp.notification.jms
 
org.lwapp.notification.jms.incoming - package org.lwapp.notification.jms.incoming
 
org.lwapp.notification.jms.outgoing - package org.lwapp.notification.jms.outgoing
 
org.lwapp.notification.jms.utils - package org.lwapp.notification.jms.utils
 
org.lwapp.notification.sms - package org.lwapp.notification.sms
 
org.lwapp.notification.twitter - package org.lwapp.notification.twitter
 
org.lwapp.notification.utils - package org.lwapp.notification.utils
 

P

publishJmsMessage(JmsDestination, String) - Static method in class org.lwapp.notification.jms.utils.OpenMqTools
 
publishJmsMessages(JmsDestination, String...) - Static method in class org.lwapp.notification.jms.utils.OpenMqTools
 

R

receiveMessage(JmsDestination) - Static method in class org.lwapp.notification.jms.utils.OpenMqTools
 

S

sendEmail(String, String, String...) - Method in class org.lwapp.notification.NotificationManager
 
sendEmail(String, String, List<String>, EmailAttachment...) - Method in class org.lwapp.notification.NotificationManager
 
sendEmailNow(Email) - Method in class org.lwapp.notification.email.EmailSender
Wrapper method that takes an Email object as argument and immediately sends the message to the SMTP server.
sendJmsMessage(JmsDestination, String) - Static method in class org.lwapp.notification.jms.utils.OpenMqTools
 
sendJmsMessages(JmsDestination, String...) - Static method in class org.lwapp.notification.jms.utils.OpenMqTools
 
sendSms(String, String) - Method in class org.lwapp.notification.NotificationManager
 
setFingerPrint(String) - Method in class org.lwapp.notification.jms.JmsMessage
 
setLogTraceId(String) - Method in class org.lwapp.notification.jms.JmsMessage
 
setMessage(String) - Method in class org.lwapp.notification.jms.JmsMessage
 
shutdown() - Method in class org.lwapp.notification.jms.incoming.AbstractJmsQueuePoller
 
Sms - Class in org.lwapp.notification.sms
 
Sms(String, String...) - Constructor for class org.lwapp.notification.sms.Sms
 
SmsNotificationManager - Class in org.lwapp.notification.sms
 
SmsNotificationManager() - Constructor for class org.lwapp.notification.sms.SmsNotificationManager
 

T

toString() - Method in class org.lwapp.notification.jms.JmsDestination
 
tweet(String, String) - Method in class org.lwapp.notification.NotificationManager
 
Tweet - Class in org.lwapp.notification.twitter
 
Tweet(String, String) - Constructor for class org.lwapp.notification.twitter.Tweet
 
TwitterNotificationManager - Class in org.lwapp.notification.twitter
 
TwitterNotificationManager() - Constructor for class org.lwapp.notification.twitter.TwitterNotificationManager
 

V

valueOf(String) - Static method in enum org.lwapp.notification.config.Configurations
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lwapp.notification.config.Configurations
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G I J L N O P R S T V 
Skip navigation links