kaos.kpat.persist
Class JNDIUtils

java.lang.Object
  extended by kaos.kpat.persist.JNDIUtils

public class JNDIUtils
extends java.lang.Object


Constructor Summary
JNDIUtils()
           
 
Method Summary
static java.lang.String deconstructObjectToBase64(java.lang.Object symbolObject)
          Given the Object, create a base-64 representation of the serialized object $Revision: 1.1.1.1 $
static java.lang.Object reconstructObjectFromBase64(java.lang.String base64String)
          Given the base-64 representation of a serialized object, re-create the Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIUtils

public JNDIUtils()
Method Detail

deconstructObjectToBase64

public static java.lang.String deconstructObjectToBase64(java.lang.Object symbolObject)
Given the Object, create a base-64 representation of the serialized object $Revision: 1.1.1.1 $


reconstructObjectFromBase64

public static java.lang.Object reconstructObjectFromBase64(java.lang.String base64String)
Given the base-64 representation of a serialized object, re-create the Object.