org.mule.transport.vm.i18n
Class VMMessages

java.lang.Object
  extended by org.mule.config.i18n.MessageFactory
      extended by org.mule.transport.vm.i18n.VMMessages

public class VMMessages
extends MessageFactory


Field Summary
 
Fields inherited from class org.mule.config.i18n.MessageFactory
DEFAULT_RELOAD_CONTROL, logger, reloadControl
 
Constructor Summary
VMMessages()
           
 
Method Summary
static Message noReceiverForEndpoint(String name, Object uri)
           
static Message queueIsFull(String queueName, int maxCapacity)
           
 
Methods inherited from class org.mule.config.i18n.MessageFactory
createMessage, createMessage, createMessage, createMessage, createMessage, createStaticMessage, 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

VMMessages

public VMMessages()
Method Detail

noReceiverForEndpoint

public static Message noReceiverForEndpoint(String name,
                                            Object uri)

queueIsFull

public static Message queueIsFull(String queueName,
                                  int maxCapacity)


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