All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.tspaces.TupleSpaceERB

java.lang.Object
   |
   +----java.util.ResourceBundle
           |
           +----java.util.ListResourceBundle
                   |
                   +----com.ibm.tspaces.TupleSpaceERB

public class TupleSpaceERB
extends ListResourceBundle
This is the default localization class for the exception messages in the TupleSpace package. It provides default values for the strings that describe the reasons for an exception. These strings are in US English.

Author:
Daniel Ford
See Also:
Tuple, TupleSpace

Constructor Index

 o TupleSpaceERB()

Method Index

 o getContents()

Constructors

 o TupleSpaceERB
 public TupleSpaceERB()

Methods

 o getContents
 public Object[][] getContents()
Returns:
the contents array that gives the localization strings and their keys
Overrides:
getContents in class ListResourceBundle

All Packages  Class Hierarchy  This Package  Previous  Next  Index