org.siebengeisslein.client
Class PersistentConversion

java.lang.Object
  extended by org.siebengeisslein.client.PersistentConversion

public final class PersistentConversion
extends java.lang.Object


Nested Class Summary
static class PersistentConversion.PersistentInputStream
           
static class PersistentConversion.PersistentOutputStream
           
 
Field Summary
static int NULL_REF
           
 
Method Summary
static Persistent core2Persistent(Ref ref, ConnectionRef cr, CoreEntry ce, Applications applications)
           
static CoreEntry persistent2Core(Persistent p, AccessGroupFactory accessFactory, ApplicationIdFactory appIdFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_REF

public static final int NULL_REF
See Also:
Constant Field Values
Method Detail

persistent2Core

public static CoreEntry persistent2Core(Persistent p,
                                        AccessGroupFactory accessFactory,
                                        ApplicationIdFactory appIdFactory)
                                 throws ConversionException
Throws:
ConversionException

core2Persistent

public static Persistent core2Persistent(Ref ref,
                                         ConnectionRef cr,
                                         CoreEntry ce,
                                         Applications applications)
                                  throws ConversionException
Throws:
ConversionException