org.globus.rendezvous.service.utils
Class Resources

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended byorg.globus.rendezvous.service.utils.Resources

public class Resources
extends ListResourceBundle


Nested Class Summary
 
Nested classes inherited from class java.util.ResourceBundle
 
Field Summary
(package private) static Object[][] contents
           
static String EPR_CREATION_ERROR
           
static String FAULT_INSTANCIATION_ERROR
           
static String PRECONDITION_VIOLATION
           
static String RANK_TAKEN_ERROR
           
static String REFLECTION_METHOD_INVOCATION_ERROR
           
static String RENDEZVOUS_FULL_ERROR
           
 
Fields inherited from class java.util.ListResourceBundle
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
Resources()
           
 
Method Summary
 Object[][] getContents()
           
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RANK_TAKEN_ERROR

public static final String RANK_TAKEN_ERROR
See Also:
Constant Field Values

REFLECTION_METHOD_INVOCATION_ERROR

public static final String REFLECTION_METHOD_INVOCATION_ERROR
See Also:
Constant Field Values

RENDEZVOUS_FULL_ERROR

public static final String RENDEZVOUS_FULL_ERROR
See Also:
Constant Field Values

EPR_CREATION_ERROR

public static final String EPR_CREATION_ERROR
See Also:
Constant Field Values

FAULT_INSTANCIATION_ERROR

public static final String FAULT_INSTANCIATION_ERROR
See Also:
Constant Field Values

PRECONDITION_VIOLATION

public static final String PRECONDITION_VIOLATION
See Also:
Constant Field Values

contents

static final Object[][] contents
Constructor Detail

Resources

public Resources()
Method Detail

getContents

public Object[][] getContents()