Package | Description |
---|---|
com.streamscape.cli.http | |
com.streamscape.repository.cli | |
com.streamscape.runtime.mf.admin.dfo | |
com.streamscape.sef.service | |
com.streamscape.service.osf.globals |
Modifier and Type | Method and Description |
---|---|
JDBCFactory |
HTTPRepositoryAccessor.loadJDBCFactory(java.lang.String factoryName,
java.lang.String factoryType) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPRepositoryAccessor.saveJDBCFactory(JDBCFactory factory) |
Modifier and Type | Method and Description |
---|---|
JDBCFactory |
RepositoryAccessor.loadJDBCFactory(java.lang.String factoryName,
java.lang.String factoryType)
Loads and returns a copy of the specified JDBC Factory from the Repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryAccessor.saveJDBCFactory(JDBCFactory factory)
Saves the specified JDBC Factory to the Repository as a serialized XML artifact.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCFactoryObject
Title: Service Event Fabric Runtime
|
Modifier and Type | Method and Description |
---|---|
static JDBCFactory |
JDBCConfigurationFactory.createDefaultFactory(FabricComponent component,
java.lang.String factoryType,
java.lang.String className,
java.lang.String url)
Create a factory default.
|
static JDBCFactory |
JDBCConfigurationFactory.createFactory(FabricComponent component,
java.lang.String factoryName,
java.lang.String factoryType,
java.lang.String className,
java.lang.String url,
boolean isTransient)
Creates a new default
JDBCFactory object and loads its driver. |
static JDBCFactory |
JDBCConfigurationFactory.createFactory(FabricComponent component,
java.lang.String factoryName,
java.lang.String factoryType,
java.lang.String className,
java.lang.String url,
boolean isTransient,
boolean withDriverLoad)
Creates a new default
JDBCFactory object. |
JDBCFactory |
DatabaseConnectionsPool.getFactory()
Returns JDBC factory.
|
static JDBCFactory |
JDBCConfigurationFactory.getJDBCFactory(FabricComponent component,
java.lang.String factoryName,
java.lang.String factoryType)
Loads factory objects and the related package.
|
static JDBCFactory |
JDBCConfigurationFactory.loadFactoryObject(FabricComponent component,
java.lang.String factoryName,
java.lang.String factoryType,
boolean isTransient)
Loads the JDBC factory from persistence.
|
static JDBCFactory |
JDBCConfigurationFactory.loadFactoryObject(FabricComponent component,
java.lang.String workingDir,
java.lang.String factoryName,
java.lang.String factoryType,
boolean isTransient)
Loads a factory object from a specified working directory.
|
static JDBCFactory |
JDBCConfigurationFactory.loadJDBCFactory(FabricComponent component,
JDBCFactoryPropertyValue scoParameterValue)
Loads an object specified by a
Service Configuration Property of type JDBC_FACTORY
from the underlying configuration store. |
Modifier and Type | Method and Description |
---|---|
static void |
JDBCConfigurationFactory.saveFactoryObject(JDBCFactory dfo)
Saves the
JDBC Factory object into the Runtime's persistence store. |
static void |
JDBCConfigurationFactory.saveFactoryObject(java.lang.String workingDir,
JDBCFactory dfo)
Saves the factory object to a specified working directory.
|
void |
DatabaseConnectionsPool.setFactory(JDBCFactory factory)
Sets JDBC factory.
|
Modifier and Type | Method and Description |
---|---|
JDBCFactory |
ServiceContext.lookupJdbcFactoryProperty(java.lang.String property)
Returns a value of the specified property with
ServicePropertyType.JDBC_FACTORY type. |
Modifier and Type | Method and Description |
---|---|
JDBCFactory |
GlobalVariablesResolver.resolveVariables(JDBCFactory factory)
Resolves the variables, substituting their expanded values in the run-time configuration registry.
|
Modifier and Type | Method and Description |
---|---|
JDBCFactory |
GlobalVariablesResolver.resolveVariables(JDBCFactory factory)
Resolves the variables, substituting their expanded values in the run-time configuration registry.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.