| |
|
| java.lang.Object org.objectweb.speedo.pm.lib.AbstractPOManagerFactory
All known Subclasses: org.objectweb.speedo.pm.jdo.lib.JDOPOManagerFactory, org.objectweb.speedo.pm.ejb.lib.EJBPOManagerFactory,
CACHE_M_BINDING | final public static String CACHE_M_BINDING(Code) | | |
COMPONENT_BINDING | final public static String COMPONENT_BINDING(Code) | | |
GETMAXPOOL | final protected static int GETMAXPOOL(Code) | | |
JORM_FACTORY_BINDING | final public static String JORM_FACTORY_BINDING(Code) | | |
MAPPER_BINDING | final public static String MAPPER_BINDING(Code) | | |
PM_POOL_BINDING | final public static String PM_POOL_BINDING(Code) | | |
PO_MANAGER_SWITCH_BINDING | final public static String PO_MANAGER_SWITCH_BINDING(Code) | | |
QUERY_M_BINDING | final public static String QUERY_M_BINDING(Code) | | |
SEQUENCE_M_BINDING | final public static String SEQUENCE_M_BINDING(Code) | | |
UNBIND_M_BINDING | final public static String UNBIND_M_BINDING(Code) | | |
_this | protected Object _this(Code) | | The java reference to the current component
|
cacheManager | protected CacheManager cacheManager(Code) | | The L2 cache containing persistent objects.
|
connectionProperties | protected Properties connectionProperties(Code) | | The properties of the PMF
|
imbricatedAuthorized | protected boolean imbricatedAuthorized(Code) | | |
jormFactory | protected JormFactory jormFactory(Code) | | The factory initializing JORM structure (Mapping, Binder, PNC, ...)
|
logger | protected Logger logger(Code) | | Manages the log's traces
|
managedPM | protected Pool managedPM(Code) | | Pool of PersistenceManager
|
mapper | protected PMapper mapper(Code) | | JORM object encapsulating the datastore
|
sequenceManager | protected SequenceManager sequenceManager(Code) | | Speedo component managing the sequence (datastore or memory)
|
started | protected boolean started(Code) | | The fractal component status
|
tpm | protected TransactionalPersistenceManager tpm(Code) | | The perseus component managing concurrency, caching and persitency.
|
unbindManager | protected UnbindManager unbindManager(Code) | | The L2 cache containing persistent objects.
|
assertIsPO | protected void assertIsPO(Object pc, String cmd)(Code) | | Verify that an instance is persistence capable.
Parameters: pc - the object to test. exception: RuntimeException - if the object is not persistence capable. |
clean | public void clean()(Code) | | |
getPool | public Pool getPool()(Code) | | the owned Pool |
getProperties | public Properties getProperties()(Code) | | Return non-configurable properties of this POManagerFactory.
Properties with keys VendorName and VersionNumber are required. Other
keys are optional.
the non-configurable properties of thisPersistenceManagerFactory. |
start | protected void start()(Code) | | |
unbindPM | public void unbindPM()(Code) | | |
|
|
|