| Package | Description |
|---|---|
| com.datasynapse.fabric.admin |
Provides classes for programmatic access to the Admin Interface.
|
| com.datasynapse.fabric.asset |
Provides classes and interfaces for implementing Asset Managers.
|
| com.datasynapse.fabric.broker.userartifact.variable |
Provides classes and interfaces for implementing Variable Providers.
|
| com.datasynapse.fabric.util |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
StackInfo |
StackAdmin.getStack(String stackName)
Retrieves information on the given Stack.
|
StackInfo[] |
StackAdmin.getStacks()
Retrieves information on all the Stacks available on the Broker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackAdmin.addStack(StackInfo stack)
Adds the given Stack to the Stack repository.
|
void |
StackAdmin.updateStack(StackInfo stack)
Updates and overwrites a Stack with the information in the specified StackInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetManager.handleStackPolicyChanged(StackInfo stack,
String scheduleName)
This method gets called when an active Policy changed for a Stack that is part of the effective Policy.
|
void |
AssetManager.handleStackStarted(StackInfo stack)
This method gets called when a Stack is added to the effective Policy.
|
void |
AssetManager.handleStackStopped(StackInfo stack)
This method gets called when a Stack is removed from the effective Policy.
|
void |
DefaultAssetProvisioningWorkflow.postStackPolicyChanged(StackInfo stack,
String scheduleName) |
void |
AssetProvisioningWorkflow.postStackPolicyChanged(StackInfo stack,
String scheduleName)
AssetManager.handleStackPolicyChanged(StackInfo, String) needs to be posted to the Asset Managers. |
void |
DefaultAssetProvisioningWorkflow.postStackStarted(StackInfo stack) |
void |
AssetProvisioningWorkflow.postStackStarted(StackInfo stack)
AssetManager#handleStackStarted(ApplicationInfo) needs to be posted to the Asset Managers. |
void |
DefaultAssetProvisioningWorkflow.postStackStopped(StackInfo stack) |
void |
AssetProvisioningWorkflow.postStackStopped(StackInfo stack)
AssetManager#handleStackStopped(ApplicationInfo) needs to be posted to the Asset Managers. |
| Modifier and Type | Method and Description |
|---|---|
Properties |
DynamicVariableProvider.getVariables(FabricEngineInfo engineInfo,
StackInfo stackInfo,
ComponentInfo componentInfo)
The
getVariables() method is called by the Broker to retrieve the set of runtime context sensitive variables
to be used by Engines during Component activation. |
| Modifier and Type | Method and Description |
|---|---|
static String |
AccountNameUtils.getAccount(StackInfo stackInfo)
Gets the Account that owns a Stack.
|
static String |
AccountNameUtils.getPlainName(StackInfo stackInfo)
Gets the plain name of a Stack.
|
Copyright © 2014 TIBCO Software, Inc. All Rights Reserved.