org.apache.oozie.client
Interface JMSConnectionInfo


public interface JMSConnectionInfo

JMS connection related information


Method Summary
 Properties getJNDIProperties()
          Retrieve the JNDI properties for establishing connection to JMS server
 String getTopicPattern(AppType appType)
          Get the topic pattern given the app type of job
 String getTopicPrefix()
          Get the topic prefix for a JMS topic
 

Method Detail

getTopicPrefix

String getTopicPrefix()
Get the topic prefix for a JMS topic

Returns:
JMS topic prefix

getTopicPattern

String getTopicPattern(AppType appType)
Get the topic pattern given the app type of job

Parameters:
appType - the appType for a job
Returns:
JMS topic pattern

getJNDIProperties

Properties getJNDIProperties()
Retrieve the JNDI properties for establishing connection to JMS server

Returns:
the JNDI properties


Copyright © 2013 Apache Software Foundation. All Rights Reserved.