G I S U

G

getCallerInternationalization() - Method in interface com.ibm.websphere.i18n.context.UserInternationalization
Get a reference to the Internationalization interface that allows read-only access to caller Internationalization context elements.
getInvocationInternationalization() - Method in interface com.ibm.websphere.i18n.context.UserInternationalization
Get a reference to the InvocationInternationalization interface that allows read-write access to invocation Internationalization context elements.
getLocale() - Method in interface com.ibm.websphere.i18n.context.Internationalization
Get the first in the array of locales associated with the current thread.
getLocales() - Method in interface com.ibm.websphere.i18n.context.Internationalization
Get the array of locales associated with the current thread.
getTimeZone() - Method in interface com.ibm.websphere.i18n.context.Internationalization
Get the time zone associated with the current thread.

I

Internationalization - interface com.ibm.websphere.i18n.context.Internationalization.
The Internationalization interface provides methods to get Internationalization context elements within Enterprise JavaBean applications; it is one of three interfaces comprising the Internationalization context application programming interface (API).
InvocationInternationalization - interface com.ibm.websphere.i18n.context.InvocationInternationalization.
The InvocationInternationalization interface provides methods to get and set Internationalization context elements within Enterprise JavaBean applications; it is one of three interfaces comprising the Internationalization context application programming interface (API).

S

setLocale(Locale) - Method in interface com.ibm.websphere.i18n.context.InvocationInternationalization
Set the array of locales associated with the current thread to an array of length(1) containing the supplied locale, locale.
setLocales(Locale[]) - Method in interface com.ibm.websphere.i18n.context.InvocationInternationalization
Set the array of locales associated with the current thread to the supplied locale array, locales.
setTimeZone(String) - Method in interface com.ibm.websphere.i18n.context.InvocationInternationalization
Set the time zone associated with the current thread to the java.util.SimpleTimeZone having the supplied ID, timeZoneId.
setTimeZone(TimeZone) - Method in interface com.ibm.websphere.i18n.context.InvocationInternationalization
Set the time zone associated with the current thread to the supplied simple time zone, timeZone.

U

UserInternationalization - interface com.ibm.websphere.i18n.context.UserInternationalization.
The UserInternationalization interface provides methods to get references necessary for managing different types of Internationalization context within Enterprise JavaBeans applications; it is one of three interfaces comprising the Internationalization Context application programming interface (API).

G I S U