com.caucho.server.cluster
Class PersistentStoreConfig

java.lang.Object
  extended by com.caucho.server.cluster.PersistentStoreConfig

public class PersistentStoreConfig
extends java.lang.Object

Configuration distributed stores.


Constructor Summary
PersistentStoreConfig()
           
 
Method Summary
 StoreManager createInit()
           
 void init()
           
 void setJndiName(java.lang.String name)
          Sets the persistent store name.
 void setType(java.lang.String type)
          Sets the persistent store type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentStoreConfig

public PersistentStoreConfig()
Method Detail

setJndiName

public void setJndiName(java.lang.String name)
Sets the persistent store name.


setType

public void setType(java.lang.String type)
             throws ConfigException
Sets the persistent store type.

Throws:
ConfigException

createInit

public StoreManager createInit()

init

public void init()
          throws java.lang.Exception
Throws:
java.lang.Exception