Modifier and Type | Class and Description |
---|---|
class |
ClientContext
Title: Service Event Fabric Client
|
Modifier and Type | Class and Description |
---|---|
class |
com.streamscape.ds.AbstractDataspace
Title: Dataspace Framework
|
Modifier and Type | Class and Description |
---|---|
class |
DataspaceSchema
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
static void |
SyntaxStore.deleteSyntax(FabricComponent component,
java.lang.String type,
java.lang.String name) |
static java.util.List |
SyntaxStore.listEntityNames(FabricComponent component,
java.lang.String type) |
static java.lang.String |
SyntaxStore.loadSyntax(FabricComponent component,
java.lang.String type,
java.lang.String name) |
static void |
SyntaxStore.saveSyntax(FabricComponent component,
java.lang.String type,
java.lang.String name,
java.lang.String def) |
static void |
SyntaxStore.updateSyntax(FabricComponent component,
java.lang.String type,
java.lang.String name,
java.lang.String def) |
Modifier and Type | Class and Description |
---|---|
class |
FSpace
Title: Dataspace Framework
|
Modifier and Type | Class and Description |
---|---|
class |
QSpace
Title: Dataspace Framework
|
Modifier and Type | Class and Description |
---|---|
class |
TSpace
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
void |
JobsManager.init(FabricComponent fabricComponent) |
void |
JobLauncher.init(FabricComponent fabricComponent) |
Constructor and Description |
---|
LocalSemanticMapperContext(java.lang.ClassLoader classLoader,
FabricComponent component) |
Modifier and Type | Class and Description |
---|---|
class |
RuntimeContext
Title: Service Event Fabric Runtime
|
Modifier and Type | Method and Description |
---|---|
FabricComponent |
RuntimeContext.lookupComponent(ContextId contextId)
Finds and returns a bound component by its
Context Id . |
FabricComponent |
RuntimeContext.lookupComponentByFQName(java.lang.String fqName)
Finds and returns a bound component with the specified fully qualified name.
|
FabricComponent |
RuntimeContext.lookupComponentByName(java.lang.String name)
Returns the first
Fabric Component that matches the name. |
FabricComponent |
RuntimeContext.unbind(ContextId id)
Unbinds the fabric component from the
Runtime Context bindery. |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeContext.bind(FabricComponent component)
Binds a fabric component to the
Runtime Context bindery. |
Modifier and Type | Method and Description |
---|---|
FabricComponent |
ClientFactoryObject.getFabricComponent() |
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 |
---|---|
FabricComponent |
JDBCFactoryObject.getFabricComponent() |
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. |
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. |
void |
JDBCFactoryObject.setFabricComponent(FabricComponent component) |
Modifier and Type | Method and Description |
---|---|
static void |
SemanticObjectReferenceStore.beginXact(FabricComponent component)
Starts a pseudo-transaction for the calling thread.
|
Modifier and Type | Method and Description |
---|---|
static void |
PackageStore.beginXact(FabricComponent component)
Starts a pseudo-transaction for the calling thread.
|
Modifier and Type | Method and Description |
---|---|
FabricComponent |
ServiceConfigurationObject.getFabricComponent() |
Modifier and Type | Method and Description |
---|---|
static ServiceConfigurationObject |
ServiceConfigurationFactory.createDefaultServiceConfiguration(FabricComponent component,
java.lang.String serviceTypeName)
The constructor that allows for creation of a default (factory)
Service Configuration Object . |
static ServiceConfigurationObject |
ServiceConfigurationFactory.createServiceConfiguration(FabricComponent component,
java.lang.String serviceName,
java.lang.String serviceTypeName,
boolean isTransient)
A convenience constructor that creates a
Service Configuration Object of a specific type. |
static ServiceConfigurationObject |
ServiceConfigurationFactory.loadConfigurationObject(FabricComponent component,
java.lang.String serviceName,
java.lang.String serviceType,
boolean isTransient)
Loads
Service Configuration Object from a repository, a runtime cache
or combination of sources based on the persistence mode. |
static ServiceConfigurationObject |
ServiceConfigurationFactory.loadConfigurationObject(FabricComponent component,
java.lang.String workingDir,
java.lang.String serviceName,
java.lang.String serviceType,
boolean isTransient)
Loads a service configuration instance from a file at the location supplied by the
workingDir parameter. |
Modifier and Type | Method and Description |
---|---|
FabricComponent |
TransportFactoryObject.getFabricComponent() |
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 | Interface and Description |
---|---|
interface |
ClientComponent
Title: Service Event Fabric Core
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataspaceComponent
Title: Service Event Fabric Core
|
Modifier and Type | Class and Description |
---|---|
class |
com.streamscape.sef.dispatcher.AbstractClientContext
Title: Service Event Fabric Core
|
class |
com.streamscape.sef.dispatcher.AbstractDataspaceComponent
Title: Dataspace Framework
|
class |
AbstractDynamicFabricComponent |
class |
com.streamscape.sef.dispatcher.AbstractRuntimeContext
Title: Service Event Fabric Core
|
Modifier and Type | Method and Description |
---|---|
FabricComponent |
TriggerFunctionContextImpl.getComponent() |
Modifier and Type | Method and Description |
---|---|
void |
TriggerFunctionContextImpl.setComponent(FabricComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
EventTriggerAction.init(FabricComponent component,
EventTriggerDefinition trigger,
java.lang.String actionScript,
RuntimeContext ctx)
Initializes the trigger action.
|
Modifier and Type | Method and Description |
---|---|
FabricComponent |
TriggerFunctionContext.getComponent() |
Modifier and Type | Method and Description |
---|---|
static TriggerScript |
TriggerScript.parseAndCompile(EventTriggerDefinition definition,
FabricComponent component,
FabricContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
FactoryConnectionComponent
Title: Service Event Fabric Core
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ModeratorUtils.makeComponentFullName(FabricComponent component)
Creates a full name of the specified component located in the current node.
|
static java.lang.String |
ModeratorUtils.makeComponentFullName(java.lang.String nodeName,
FabricComponent component)
Creates a full name of the specified component located in the specified name.
|
static java.lang.String |
ModeratorUtils.makeConsumerFullName(FabricComponent component,
java.lang.String consumerName)
Creates a full name of a consumer belonging to the specified connection that is located in the current node.
|
static java.lang.String |
ModeratorUtils.makeConsumerFullName(java.lang.String nodeName,
FabricComponent component,
java.lang.String consumerName)
Creates a full name of a consumer belonging to the specified component that is located in the specified node.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PackageLoaderHelper.loadPackageIfRegistered(FabricComponent component,
java.lang.String packageName) |
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceComponent
Title: Service Event Fabric Core
|
interface |
ServiceContext
Title: Service Event Fabric Core
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.