Modifier and Type | Method and Description |
---|---|
ClientFactory |
HTTPRepositoryAccessor.loadClientFactory(java.lang.String factoryName,
java.lang.String factoryType) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPRepositoryAccessor.saveClientFactory(ClientFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
DropBoxFileSystemClientConnection.init(ClientFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
LocalFileSystemClientConnection.init(ClientFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPConnection.init(ClientFactory factory) |
static boolean |
HTTPConnectionFactoryHelper.isHttpFactory(ClientFactory factory) |
Constructor and Description |
---|
HTTPConnectionFactoryHelper(ClientFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
TLPClientConnection.init(ClientFactory factory) |
Modifier and Type | Method and Description |
---|---|
ClientFactory |
RepositoryAccessor.loadClientFactory(java.lang.String factoryName,
java.lang.String factoryType)
Loads and returns a copy of the specified Client Factory from the Repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryAccessor.saveClientFactory(ClientFactory factory)
Saves the specified Client Factory to the Repository as a serialized XML artifact.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientFactoryObject
Title: Service Event Fabric Runtime
|
Modifier and Type | Method and Description |
---|---|
static ClientFactory |
ClientConfigurationFactory.createDefaultFactory(FabricComponent component,
java.lang.String factoryType,
java.lang.String className,
java.lang.String url)
Creates a new default
ClientFactory object. |
static ClientFactory |
ClientConfigurationFactory.createFactory(FabricComponent component,
java.lang.String factoryType,
java.lang.String factoryName,
java.lang.String providerClass,
java.lang.String url,
boolean isTransient) |
static ClientFactory |
ClientConfigurationFactory.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
Client Factory Object of a specific type. |
static ClientFactory |
ClientConfigurationFactory.loadFactoryObject(FabricComponent component,
java.lang.String factoryName,
java.lang.String factoryType,
boolean isTransient) |
static ClientFactory |
ClientConfigurationFactory.loadFactoryObject(FabricComponent component,
java.lang.String workingDir,
java.lang.String factoryType,
java.lang.String factoryName,
boolean isTransient)
Loads a
Client Factory object from the file system and returns it as a public interface. |
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 |
---|---|
ClientFactory |
ServiceContext.lookupClientFactoryProperty(java.lang.String property)
Returns a value of the specified property with
ServicePropertyType.CLIENT_FACTORY type. |
Modifier and Type | Method and Description |
---|---|
void |
ClientConnection.init(ClientFactory factory)
Initializes this connection with a set of parameters hosted in
Properties.
|
Modifier and Type | Method and Description |
---|---|
ClientFactory |
GlobalVariablesResolver.resolveVariables(ClientFactory factory)
Resolves the variables, substituting their expanded values in the run-time configuration registry.
|
Modifier and Type | Method and Description |
---|---|
ClientFactory |
GlobalVariablesResolver.resolveVariables(ClientFactory factory)
Resolves the variables, substituting their expanded values in the run-time configuration registry.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.