| |
|
| java.lang.Object org.objectweb.speedo.AbstractSpeedo
All known Subclasses: org.objectweb.speedo.jdo.JDOSpeedo, org.objectweb.speedo.ejb.EJBSpeedo,
AbstractSpeedo | abstract public class AbstractSpeedo implements POManagerFactoryItf,SpeedoProperties(Code) | | This class is a client helper which permits to create a new speedo
instance. Due to the personality constraint the POManagerFactoryItf
implementation must have a public empty contructor. But the use of
the fractal components (www.objectweb.org/fractal) needs to use a
fractal implementation (Julia) to initialize the speedo component.
This class is an implementation of the POManagerFactoryItf interface which
delegates all calls on a delegate, the real component.
This class is responsible of the Speedo configuration from a set of property
specified by a Map (String optionName, Object value). Configuring Speedo
means to assign parameter to some components or maybe change the architecture
of Speedo (change some component).
This class must be subclassed for each personality of Speedo.
author: S.Chassande-Barrioz |
Constructor Summary | |
public | AbstractSpeedo() | public | AbstractSpeedo(Map props) It creates and initializes a real POManagerFactory with
Julia (Fractal implementation). |
COMPOSITE_TPM_PATH | final public static String COMPOSITE_TPM_PATH(Code) | | |
CONNECTION_POOL_PATH | final public static String CONNECTION_POOL_PATH(Code) | | |
DEPENDENCY_GRAPH_PATH | final public static String DEPENDENCY_GRAPH_PATH(Code) | | |
HTML_JMX_AGENT_PATH | final public static String HTML_JMX_AGENT_PATH(Code) | | |
JMX_AGENT_PATH | final public static String JMX_AGENT_PATH(Code) | | |
JORM_FACTORY_PATH | final public static String JORM_FACTORY_PATH(Code) | | |
MEMORY_CACHE_PATH | final public static String MEMORY_CACHE_PATH(Code) | | |
MONOLOG_FACTORY_PATH | final public static String MONOLOG_FACTORY_PATH(Code) | | |
PRIMITIVE_MAPPER_PATH | final public static String PRIMITIVE_MAPPER_PATH(Code) | | |
QUERY_CACHE_PATH | final public static String QUERY_CACHE_PATH(Code) | | |
isPropertiesInitialized | protected boolean isPropertiesInitialized(Code) | | |
jmxOn | protected boolean jmxOn(Code) | | |
logger | protected Logger logger(Code) | | |
speedo | protected Component speedo(Code) | | |
AbstractSpeedo | public AbstractSpeedo()(Code) | | |
AbstractSpeedo | public AbstractSpeedo(Map props) throws Throwable(Code) | | It creates and initializes a real POManagerFactory with
Julia (Fractal implementation).
|
clean | public void clean()(Code) | | |
getDependencyGraph | public DependencyGraph getDependencyGraph() throws Exception(Code) | | |
getMappingStructure | public static byte getMappingStructure(String strval)(Code) | | |
getMappingStructureString | public static String getMappingStructureString(byte b)(Code) | | |
getSpeedoComponent | protected Component getSpeedoComponent(Map props) throws Throwable(Code) | | |
isOptimisticTransaction | abstract protected boolean isOptimisticTransaction(Map props)(Code) | | |
stopComponent | public void stopComponent()(Code) | | |
throwUserException | abstract protected void throwUserException(String msg)(Code) | | |
unbindPM | public void unbindPM()(Code) | | |
|
|
|