Package | Description |
---|---|
com.streamscape.runtime.mf.admin.tfo | |
com.streamscape.service.osf.transports |
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. |
void |
TransportFactoryObject.destroyAll() |
static boolean |
TransportConfigurationFactory.existsTransportFactory(java.lang.String factoryName,
java.lang.String factoryType)
Returns
true if the transport factory exists. |
java.lang.String |
TransportFactoryObject.getProperty(java.lang.String name) |
java.util.Vector |
TransportFactoryObject.listFactoryProperties() |
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.
|
TransportConnection |
TransportFactoryObject.lookupConnection(java.lang.String connectionName) |
void |
TransportFactoryObject.removeConnection(java.lang.String connectionName) |
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.
|
void |
TransportFactoryObject.setProperty(java.lang.String name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
void |
TransportFactory.destroyAll()
Cleans up all transient objects and frees up all resources created by this
factory.
|
java.lang.String |
TransportFactory.getProperty(java.lang.String name)
Returns the value of a specified property.
|
java.util.Vector |
TransportFactory.listFactoryProperties()
Lists all the properties of this factory by loading the provider and
introspecting the getter/setter methods.
|
TransportConnection |
TransportFactory.lookupConnection(java.lang.String connectionName)
Returns a connction from the pool specified by the name.
|
void |
TransportFactory.removeConnection(java.lang.String name)
Removes a connection from the factory pool.
|
void |
TransportFactory.setProperty(java.lang.String name,
java.lang.String value)
Sets the value of a property for this factory.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.