Modifier and Type | Method and Description |
---|---|
TransportFactory |
HTTPRepositoryAccessor.loadTransportFactory(java.lang.String factoryName,
java.lang.String factoryType) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPRepositoryAccessor.saveTransportFactory(TransportFactory factory) |
Modifier and Type | Method and Description |
---|---|
TransportFactory |
RepositoryAccessor.loadTransportFactory(java.lang.String factoryName,
java.lang.String factoryType)
Loads and returns a copy of the specified Transport Factory from the Repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryAccessor.saveTransportFactory(TransportFactory factory)
Saves the specified Transport Factory to the Repository as a serialized XML artifact.
|
Modifier and Type | Class and Description |
---|---|
class |
TransportFactoryObject
Title: Service Event Fabric Runtime
|
Modifier and Type | Method and Description |
---|---|
static TransportFactory |
TransportConfigurationFactory.createDefaultFactory(FabricComponent component,
java.lang.String factoryType,
java.lang.String className,
java.lang.String url)
Creates a new default
TransportFactory object. |
static TransportFactory |
TransportConfigurationFactory.createFactory(FabricComponent component,
java.lang.String factoryType,
java.lang.String factoryName,
java.lang.String providerClass,
java.lang.String url,
boolean isTransient) |
static TransportFactory |
TransportConfigurationFactory.createFactory(FabricComponent component,
java.lang.String factoryType,
java.lang.String factoryName,
java.lang.String providerClass,
java.lang.String url,
boolean isTransient,
boolean withLoad)
A constructor that creates a
Transport Factory Object of a specific type. |
static TransportFactory |
TransportConfigurationFactory.loadFactoryObject(FabricComponent component,
java.lang.String factoryName,
java.lang.String factoryType,
boolean isTransient) |
static TransportFactory |
TransportConfigurationFactory.loadFactoryObject(FabricComponent component,
java.lang.String workingDir,
java.lang.String factoryType,
java.lang.String factoryName,
boolean isTransient)
Loads a
Transport Factory object from the file system and returns it as a public interface. |
static TransportFactory |
TransportConfigurationFactory.loadTransportFactory(FabricComponent component,
TransportFactoryPropertyValue scoParameterValue)
Loads the transport factory from persistence medium by a specific fabric component.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
TransportFactory |
ServiceContext.lookupTransportFactoryProperty(java.lang.String property)
Returns a value of the specified property with
ServicePropertyType.TRANSPORT_FACTORY type. |
Modifier and Type | Method and Description |
---|---|
TransportFactory |
GlobalVariablesResolver.resolveVariables(TransportFactory factory)
Resolves the variables, substituting their expanded values in the run-time configuration registry.
|
Modifier and Type | Method and Description |
---|---|
TransportFactory |
GlobalVariablesResolver.resolveVariables(TransportFactory factory)
Resolves the variables, substituting their expanded values in the run-time configuration registry.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionStateValidator.init(TransportFactory factory,
java.lang.String connectionName)
Initalizes the validator using a specific transport factory, allowing
the validator to work on the specific connection that is also cached
by the factory at runtime.
|
Constructor and Description |
---|
TransportConnectionObserver(TransportFactory factory,
TransportConnection connection) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.