Package com.nt.udc.admin.server
Class RuleTable
java.lang.Object
com.nt.common.util.PersistentTable
com.nt.udc.admin.server.RuleTable
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload()voidputAndSave(RuleTableEntry entry) voidputAndSave(RuleTableEntry[] entries) voidRemoves all of the elements currently in this RecoveryMap.Methods inherited from class com.nt.common.util.PersistentTable
bufferedSave, clear, contains, containsKey, elements, get, getFile, isEmpty, keys, put, putAndSave, remove, removeAndSave, save, setFile, size, toString
-
Constructor Details
-
RuleTable
- Throws:
IOException
-
-
Method Details
-
putAndSave
- Throws:
IOException
-
putAndSave
- Throws:
IOException
-
load
- Specified by:
loadin classcom.nt.common.util.PersistentTable- Throws:
IOException
-
removeAllElements
public void removeAllElements()Removes all of the elements currently in this RecoveryMap.
-