org.firebirdsql.gds
Class GDSSynchronizationPolicy

java.lang.Object
  extended byorg.firebirdsql.gds.GDSSynchronizationPolicy

public class GDSSynchronizationPolicy
extends java.lang.Object

GDS library synchronization policy.

Author:
Roman Rokytskyy

Constructor Summary
GDSSynchronizationPolicy()
           
 
Method Summary
static GDS applySyncronizationPolicy(GDS gds, GDSType gdsType)
          Apply synchronization policy on the specfied instance of GDS.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDSSynchronizationPolicy

public GDSSynchronizationPolicy()
Method Detail

applySyncronizationPolicy

public static GDS applySyncronizationPolicy(GDS gds,
                                            GDSType gdsType)
Apply synchronization policy on the specfied instance of GDS. Depending on the gdsType specified implementation might be wrapped by dyna

Parameters:
gds - instance of GDS to wrap.
gdsType - type of the GDS implementation
Returns:


Copyright © 2001 David Jencks and other authors. All rights reserved.