Package | Description |
---|---|
com.streamscape.runtime | |
com.streamscape.sdo.advisory | |
com.streamscape.sef | |
com.streamscape.sef.dispatcher | |
com.streamscape.sef.enums |
Modifier and Type | Method and Description |
---|---|
java.util.List |
RuntimeManifestManager.getComponentManifestManagers(ComponentModel model) |
java.util.List |
RuntimeContext.getFabricComponentsByModel(ComponentModel model)
Finds and returns a list of bound components having a specified model.
|
Modifier and Type | Method and Description |
---|---|
ComponentModel |
EventTriggerAdvisory.getComponentModel() |
Modifier and Type | Method and Description |
---|---|
void |
EventTriggerAdvisory.setComponentModel(ComponentModel componentModel) |
Modifier and Type | Method and Description |
---|---|
ComponentModel |
FabricComponent.getComponentModel()
Returns a model of the component.
|
Constructor and Description |
---|
AbstractDynamicFabricComponent(java.lang.String type,
java.lang.String name,
ComponentModel model,
ComponentState state) |
Modifier and Type | Field and Description |
---|---|
static ComponentModel |
ComponentModel.CTX_CLIENT
This represents a TruFabric messaging system client.
|
static ComponentModel |
ComponentModel.CTX_DATASPACE
This represents a TruGrid Data Space component that holds
structured data collections exposed as data cache Models.
|
static ComponentModel |
ComponentModel.CTX_FACTORY_CONNECTION
Represent a component that contains factory connection.
|
static ComponentModel |
ComponentModel.CTX_REPOSITORY
Represents a local repository instance bound to the context.
|
static ComponentModel |
ComponentModel.CTX_RUNTIME
This is a reserved value that represents the actual
Runtime Context, which is itself a fabric component.
|
static ComponentModel |
ComponentModel.CTX_SERVICE
This defines a TruFabric service component.
|
static ComponentModel |
ComponentModel.CTX_UNBOUND
Placeholder for unbound context entities.
|
static ComponentModel |
ComponentModel.REMOTE_CLIENT
This represents a TruFabric proxy client.
|
static ComponentModel |
ComponentModel.REMOTE_DATASPACE
Represents a remote dataspace instance with the runtime context.
|
static ComponentModel |
ComponentModel.REMOTE_REPOSITORY
Represents a remote repository proxy.
|
static ComponentModel |
ComponentModel.REMOTE_SERVICE
This defines a remote TruFabric Service component.
|
Modifier and Type | Method and Description |
---|---|
static ComponentModel |
ComponentModel.valueOf(java.lang.String name) |
static ComponentModel[] |
ComponentModel.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.