Modifier and Type | Method and Description |
---|---|
void |
RuntimeContext.addAdvisoryListener(RuntimeAdvisoryListener listener) |
void |
RuntimeContext.bind(FabricComponent component)
Binds a fabric component to the
Runtime Context bindery. |
FabricComponent |
RuntimeContext.lookupComponent(ContextId contextId)
Finds and returns a bound component by its
Context Id . |
FabricComponent |
RuntimeContext.lookupComponentByName(java.lang.String name)
Returns the first
Fabric Component that matches the name. |
ServiceContext |
RuntimeContext.lookupServiceContext(Service service)
Returns the
Container Context associated with this service OSF service instance. |
void |
RuntimeContext.removeAdvisoryListener(java.lang.String listenerName) |
FabricComponent |
RuntimeContext.unbind(ContextId id)
Unbinds the fabric component from the
Runtime Context bindery. |
Modifier and Type | Method and Description |
---|---|
static void |
ClientConfigurationFactory.saveFactoryObject(ClientFactory cfo)
Saves the transport factory to persistence.
|
static void |
ClientConfigurationFactory.saveFactoryObject(java.lang.String workingDir,
ClientFactory cfo)
Saves the client factory object to a working directory specified.
|
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. |
java.util.List |
JDBCFactoryObject.listDriverProperties() |
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. |
static void |
JDBCConfigurationFactory.removeFactoryObject(java.lang.String factoryName,
java.lang.String factoryType)
Removes a JDBC factory from the underlying configuration persistence store.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static TransportFactory |
TransportConfigurationFactory.loadTransportFactory(FabricComponent component,
TransportFactoryPropertyValue scoParameterValue)
Loads the transport factory from persistence medium by a specific fabric component.
|
static void |
TransportConfigurationFactory.saveFactoryObject(java.lang.String workingDir,
TransportFactory tfo)
Saves the transport factory object to a working directory specified.
|
static void |
TransportConfigurationFactory.saveFactoryObject(TransportFactory tfo)
Saves the transport factory to persistence.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
JDBCFactory.listDriverProperties()
Returns a vector of
JDBC Driver Property Info objects. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.