org.synchronoss.cpo.jdbc
Class JdbcCpoFactory

Package class diagram package JdbcCpoFactory
java.lang.Object
  extended by org.synchronoss.cpo.jdbc.JdbcCpoFactory

public class JdbcCpoFactory
extends java.lang.Object

JdbcCpoFactory implements the JdbcCpoAdapter as a singleton. JdbcCpoAdapter is fully thread safe so operating as a Singleton is the most efficient

Author:
david berry

Method Summary
static CpoAdapter getCpoAdapter()
           
static CpoAdapter getCpoAdapter(java.lang.String context)
           
protected static int getResourceInt(java.util.ResourceBundle b, java.lang.String key)
           
protected static java.lang.String getResourceString(java.util.ResourceBundle b, java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCpoAdapter

public static CpoAdapter getCpoAdapter()
                                throws CpoException
Throws:
CpoException

getCpoAdapter

public static CpoAdapter getCpoAdapter(java.lang.String context)
                                throws CpoException
Throws:
CpoException

getResourceString

protected static java.lang.String getResourceString(java.util.ResourceBundle b,
                                                    java.lang.String key)

getResourceInt

protected static int getResourceInt(java.util.ResourceBundle b,
                                    java.lang.String key)


Copyright © 2010. All Rights Reserved.