public class ApplicationComponentEngineInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponent()
Gets name of the Application Component.
|
FabricEngineInfo[] |
getEngineInfos()
Gets the list of Engines.
|
int |
getEngineInfosCount()
Gets the number of Engines.
|
void |
setComponent(java.lang.String component)
Sets name of the Application Component.
|
void |
setEngineInfos(FabricEngineInfo[] engines)
Sets the list of Engines.
|
public java.lang.String getComponent()
public void setComponent(java.lang.String component)
component - The name of the Application Component.public FabricEngineInfo[] getEngineInfos()
public int getEngineInfosCount()
public void setEngineInfos(FabricEngineInfo[] engines)
engines - The list of Engines.Copyright © 2014 TIBCO Software, Inc. All Rights Reserved.