org.apache.openejb.util
Class Messages

java.lang.Object
  extended by org.apache.openejb.util.Messages

public class Messages
extends Object


Constructor Summary
Messages(Class clazz)
           
Messages(String resourceName)
           
 
Method Summary
 String format(String message)
           
 String format(String message, Object... args)
           
protected  void init()
           
 String message(String message)
           
static void setLocale(Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages(Class clazz)

Messages

public Messages(String resourceName)
Method Detail

init

protected void init()

format

public String format(String message)

format

public String format(String message,
                     Object... args)

message

public String message(String message)

setLocale

public static void setLocale(Locale locale)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.