Package org.cdlib.mrt.utility
Class ZooCodeUtil
java.lang.Object
org.cdlib.mrt.utility.ZooCodeUtil
Basic manager for Queuing Service
- Author:
- mreyes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertiesdecodeItem(byte[] bytes) static ObjectdecodeItem(InputStream inStream) static voidencodeItem(Object object, OutputStream outStream) static byte[]encodeItem(Properties row) static StringprintStatus(byte status) static voidsetProp(Properties prop, String key, String value) static String
-
Constructor Details
-
ZooCodeUtil
public ZooCodeUtil()
-
-
Method Details
-
setProp
-
encodeItem
- Throws:
TException
-
encodeItem
- Throws:
TException
-
decodeItem
- Throws:
TException
-
decodeItem
- Throws:
TException
-
testBase
- Throws:
TException
-
printStatus
-