|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionSource | |
com.arsdigita.persistence | The classes in this package provide an API for creating and manipulating Data Objects. |
com.arsdigita.runtime | The com.arsdigita.runtime package provides classses and interfaces for bootstrapping the CCM runtime environment. |
Uses of ConnectionSource in com.arsdigita.persistence |
Classes in com.arsdigita.persistence that implement ConnectionSource | |
class |
DedicatedConnectionSource
DedicatedConnectionSource |
class |
PooledConnectionSource
PooledConnectionSource |
Methods in com.arsdigita.persistence with parameters of type ConnectionSource | |
static void |
SessionManager.configure(String name,
MetadataRoot root,
ConnectionSource source)
|
static Session |
SessionManager.open(String name,
MetadataRoot root,
ConnectionSource source)
|
Uses of ConnectionSource in com.arsdigita.runtime |
Constructors in com.arsdigita.runtime with parameters of type ConnectionSource | |
Startup(ConnectionSource source)
Prepares a startup object with a list of child Initializers to run in order to initialize the
runtime. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |