nl.hippo.client.event.service
Class UpdateNotificationConfig

java.lang.Object
  extended by nl.hippo.client.event.service.UpdateNotificationConfig

public class UpdateNotificationConfig
extends Object


Field Summary
static String JMS_CONNECTION_FACTORY
           
static String JMS_LOGLABEL
           
static String JMS_PASSWORD
           
static String JMS_RECONNECT_DELAY
           
static String JMS_TOPIC
           
static String JMS_USERNAME
           
static String JNDI_INITIAL_CONTEXT_FACTORY
           
static String JNDI_PROVIDER_URL
           
 
Constructor Summary
UpdateNotificationConfig(InputStream stream)
           
UpdateNotificationConfig(Properties parameters)
           
 
Method Summary
 String getConnectionFactory()
           
 Properties getJndiProperties()
           
 String getLoglabel()
           
 String getPassword()
           
 long getReconnectDelay()
           
 String getTopic()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JMS_CONNECTION_FACTORY

public static final String JMS_CONNECTION_FACTORY
See Also:
Constant Field Values

JMS_TOPIC

public static final String JMS_TOPIC
See Also:
Constant Field Values

JMS_USERNAME

public static final String JMS_USERNAME
See Also:
Constant Field Values

JMS_PASSWORD

public static final String JMS_PASSWORD
See Also:
Constant Field Values

JMS_RECONNECT_DELAY

public static final String JMS_RECONNECT_DELAY
See Also:
Constant Field Values

JNDI_INITIAL_CONTEXT_FACTORY

public static final String JNDI_INITIAL_CONTEXT_FACTORY
See Also:
Constant Field Values

JNDI_PROVIDER_URL

public static final String JNDI_PROVIDER_URL
See Also:
Constant Field Values

JMS_LOGLABEL

public static final String JMS_LOGLABEL
See Also:
Constant Field Values
Constructor Detail

UpdateNotificationConfig

public UpdateNotificationConfig(Properties parameters)

UpdateNotificationConfig

public UpdateNotificationConfig(InputStream stream)
Method Detail

getConnectionFactory

public String getConnectionFactory()

getTopic

public String getTopic()

getUserName

public String getUserName()

getPassword

public String getPassword()

getReconnectDelay

public long getReconnectDelay()

getLoglabel

public String getLoglabel()

getJndiProperties

public Properties getJndiProperties()


Copyright © 2006-2009 Hippo. All Rights Reserved.