JDO Static Method
in javax.jdo.spi.I18NHelper

I18NHelper getInstance(
  Class cls
)


An instance bound to a bundle. This method figures out the bundle name for the class object's package and uses the class' class loader to find the bundle. Note, the specified class object must not be null.
Parameters:
cls - the class object from which to load the resource bundle
Return:
the helper instance bound to the bundle
Since:
JDO 1.0