org.mule.transport.jdbc.i18n
Class JdbcMessages

java.lang.Object
  extended by org.mule.config.i18n.MessageFactory
      extended by org.mule.transport.jdbc.i18n.JdbcMessages

public class JdbcMessages
extends org.mule.config.i18n.MessageFactory


Field Summary
 
Fields inherited from class org.mule.config.i18n.MessageFactory
DEFAULT_RELOAD_CONTROL, logger, reloadControl
 
Constructor Summary
JdbcMessages()
           
 
Method Summary
static org.mule.config.i18n.Message forceProperty(String property1, String property2)
           
static org.mule.config.i18n.Message forcePropertyNoTransaction(String property, String transction)
           
static org.mule.config.i18n.Message jndiResourceNotFound(String name)
           
static org.mule.config.i18n.Message moreThanOneMessageInTransaction(String property1, String property2)
           
static org.mule.config.i18n.Message transactionSetAutoCommitFailed()
           
 
Methods inherited from class org.mule.config.i18n.MessageFactory
createMessage, createMessage, createMessage, createMessage, createMessage, createStaticMessage, getBundlePath, getClassLoader, getReloadControl, getString, getString, getString, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcMessages

public JdbcMessages()
Method Detail

transactionSetAutoCommitFailed

public static org.mule.config.i18n.Message transactionSetAutoCommitFailed()

jndiResourceNotFound

public static org.mule.config.i18n.Message jndiResourceNotFound(String name)

moreThanOneMessageInTransaction

public static org.mule.config.i18n.Message moreThanOneMessageInTransaction(String property1,
                                                                           String property2)

forcePropertyNoTransaction

public static org.mule.config.i18n.Message forcePropertyNoTransaction(String property,
                                                                      String transction)

forceProperty

public static org.mule.config.i18n.Message forceProperty(String property1,
                                                         String property2)


Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.