org.jellyfish
Class JellyFishPersistenceManagerFactory

java.lang.Object
  extended byorg.jellyfish.JellyFishPersistenceManagerFactory
All Implemented Interfaces:
javax.jdo.PersistenceManagerFactory, java.io.Serializable

public class JellyFishPersistenceManagerFactory
extends java.lang.Object
implements javax.jdo.PersistenceManagerFactory

See Also:
Serialized Form

Method Summary
 DirectoryManager createDirectoryManager()
           
 java.lang.String getConnectionDriverName()
           
 java.lang.Object getConnectionFactory()
           
 java.lang.Object getConnectionFactory2()
           
 java.lang.String getConnectionFactory2Name()
           
 java.lang.String getConnectionFactoryName()
           
 java.lang.String getConnectionURL()
           
 java.lang.String getConnectionUserName()
           
 boolean getIgnoreCache()
           
static javax.jdo.PersistenceManagerFactory getInstance()
           
 int getMaxPool()
           
 int getMinPool()
           
 int getMsWait()
           
 boolean getMultithreaded()
           
 boolean getNontransactionalRead()
           
 boolean getNontransactionalWrite()
           
 boolean getOptimistic()
           
 javax.jdo.PersistenceManager getPersistenceManager()
           
 javax.jdo.PersistenceManager getPersistenceManager(java.lang.String arg0, java.lang.String arg1)
           
 java.util.Properties getProperties()
           
 boolean getRestoreValues()
           
 boolean getRetainValues()
           
 void setConnectionDriverName(java.lang.String arg0)
           
 void setConnectionFactory(java.lang.Object arg0)
           
 void setConnectionFactory2(java.lang.Object arg0)
           
 void setConnectionFactory2Name(java.lang.String arg0)
           
 void setConnectionFactoryName(java.lang.String arg0)
           
 void setConnectionPassword(java.lang.String arg0)
           
 void setConnectionURL(java.lang.String arg0)
           
 void setConnectionUserName(java.lang.String arg0)
           
 void setIgnoreCache(boolean arg0)
           
 void setMaxPool(int arg0)
           
 void setMinPool(int arg0)
           
 void setMsWait(int arg0)
           
 void setMultithreaded(boolean arg0)
           
 void setNontransactionalRead(boolean arg0)
           
 void setNontransactionalWrite(boolean arg0)
           
 void setOptimistic(boolean arg0)
           
 void setRestoreValues(boolean arg0)
           
 void setRetainValues(boolean arg0)
           
 java.util.Collection supportedOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static javax.jdo.PersistenceManagerFactory getInstance()

getPersistenceManager

public javax.jdo.PersistenceManager getPersistenceManager()
Specified by:
getPersistenceManager in interface javax.jdo.PersistenceManagerFactory

createDirectoryManager

public DirectoryManager createDirectoryManager()

getPersistenceManager

public javax.jdo.PersistenceManager getPersistenceManager(java.lang.String arg0,
                                                          java.lang.String arg1)
Specified by:
getPersistenceManager in interface javax.jdo.PersistenceManagerFactory

setConnectionUserName

public void setConnectionUserName(java.lang.String arg0)
Specified by:
setConnectionUserName in interface javax.jdo.PersistenceManagerFactory

getConnectionUserName

public java.lang.String getConnectionUserName()
Specified by:
getConnectionUserName in interface javax.jdo.PersistenceManagerFactory

setConnectionPassword

public void setConnectionPassword(java.lang.String arg0)
Specified by:
setConnectionPassword in interface javax.jdo.PersistenceManagerFactory

setConnectionURL

public void setConnectionURL(java.lang.String arg0)
Specified by:
setConnectionURL in interface javax.jdo.PersistenceManagerFactory

getConnectionURL

public java.lang.String getConnectionURL()
Specified by:
getConnectionURL in interface javax.jdo.PersistenceManagerFactory

setConnectionDriverName

public void setConnectionDriverName(java.lang.String arg0)
Specified by:
setConnectionDriverName in interface javax.jdo.PersistenceManagerFactory

getConnectionDriverName

public java.lang.String getConnectionDriverName()
Specified by:
getConnectionDriverName in interface javax.jdo.PersistenceManagerFactory

setConnectionFactoryName

public void setConnectionFactoryName(java.lang.String arg0)
Specified by:
setConnectionFactoryName in interface javax.jdo.PersistenceManagerFactory

getConnectionFactoryName

public java.lang.String getConnectionFactoryName()
Specified by:
getConnectionFactoryName in interface javax.jdo.PersistenceManagerFactory

setConnectionFactory

public void setConnectionFactory(java.lang.Object arg0)
Specified by:
setConnectionFactory in interface javax.jdo.PersistenceManagerFactory

getConnectionFactory

public java.lang.Object getConnectionFactory()
Specified by:
getConnectionFactory in interface javax.jdo.PersistenceManagerFactory

setConnectionFactory2Name

public void setConnectionFactory2Name(java.lang.String arg0)
Specified by:
setConnectionFactory2Name in interface javax.jdo.PersistenceManagerFactory

getConnectionFactory2Name

public java.lang.String getConnectionFactory2Name()
Specified by:
getConnectionFactory2Name in interface javax.jdo.PersistenceManagerFactory

setConnectionFactory2

public void setConnectionFactory2(java.lang.Object arg0)
Specified by:
setConnectionFactory2 in interface javax.jdo.PersistenceManagerFactory

getConnectionFactory2

public java.lang.Object getConnectionFactory2()
Specified by:
getConnectionFactory2 in interface javax.jdo.PersistenceManagerFactory

setMultithreaded

public void setMultithreaded(boolean arg0)
Specified by:
setMultithreaded in interface javax.jdo.PersistenceManagerFactory

getMultithreaded

public boolean getMultithreaded()
Specified by:
getMultithreaded in interface javax.jdo.PersistenceManagerFactory

setOptimistic

public void setOptimistic(boolean arg0)
Specified by:
setOptimistic in interface javax.jdo.PersistenceManagerFactory

getOptimistic

public boolean getOptimistic()
Specified by:
getOptimistic in interface javax.jdo.PersistenceManagerFactory

setRetainValues

public void setRetainValues(boolean arg0)
Specified by:
setRetainValues in interface javax.jdo.PersistenceManagerFactory

getRetainValues

public boolean getRetainValues()
Specified by:
getRetainValues in interface javax.jdo.PersistenceManagerFactory

setRestoreValues

public void setRestoreValues(boolean arg0)
Specified by:
setRestoreValues in interface javax.jdo.PersistenceManagerFactory

getRestoreValues

public boolean getRestoreValues()
Specified by:
getRestoreValues in interface javax.jdo.PersistenceManagerFactory

setNontransactionalRead

public void setNontransactionalRead(boolean arg0)
Specified by:
setNontransactionalRead in interface javax.jdo.PersistenceManagerFactory

getNontransactionalRead

public boolean getNontransactionalRead()
Specified by:
getNontransactionalRead in interface javax.jdo.PersistenceManagerFactory

setNontransactionalWrite

public void setNontransactionalWrite(boolean arg0)
Specified by:
setNontransactionalWrite in interface javax.jdo.PersistenceManagerFactory

getNontransactionalWrite

public boolean getNontransactionalWrite()
Specified by:
getNontransactionalWrite in interface javax.jdo.PersistenceManagerFactory

setIgnoreCache

public void setIgnoreCache(boolean arg0)
Specified by:
setIgnoreCache in interface javax.jdo.PersistenceManagerFactory

getIgnoreCache

public boolean getIgnoreCache()
Specified by:
getIgnoreCache in interface javax.jdo.PersistenceManagerFactory

getMaxPool

public int getMaxPool()
Specified by:
getMaxPool in interface javax.jdo.PersistenceManagerFactory

setMaxPool

public void setMaxPool(int arg0)
Specified by:
setMaxPool in interface javax.jdo.PersistenceManagerFactory

getMinPool

public int getMinPool()
Specified by:
getMinPool in interface javax.jdo.PersistenceManagerFactory

setMinPool

public void setMinPool(int arg0)
Specified by:
setMinPool in interface javax.jdo.PersistenceManagerFactory

getMsWait

public int getMsWait()
Specified by:
getMsWait in interface javax.jdo.PersistenceManagerFactory

setMsWait

public void setMsWait(int arg0)
Specified by:
setMsWait in interface javax.jdo.PersistenceManagerFactory

getProperties

public java.util.Properties getProperties()
Specified by:
getProperties in interface javax.jdo.PersistenceManagerFactory

supportedOptions

public java.util.Collection supportedOptions()
Specified by:
supportedOptions in interface javax.jdo.PersistenceManagerFactory


Copyright © 2003 . All Rights Reserved.