FileDocCategorySizeDatePackage
IStringManager.javaAPI DocGlassfish v2 API3047Fri May 04 22:36:22 BST 2007com.sun.enterprise.admin.jmx.remote

IStringManager

public interface IStringManager
An interface to abstract out the String Manager used by the JMX connector client and JMX connector server.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetString(java.lang.String key)
Returns a localized string.

param
key the key to the local format string
return
the localized string

public java.lang.StringgetString(java.lang.String key, java.lang.Object arg)
Returns a local string for the caller and format the arguments accordingly.

param
key the key to the local format string
param
arg1 the one argument to be provided to the formatter
return
a formatted localized string

public java.lang.StringgetString(java.lang.String key, java.lang.Object[] args)
Returns a local string for the caller and format the arguments accordingly.

param
key the key to the local format string
param
args the array of arguments to be provided to the formatter
return
a formatted localized string