|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.component.ComponentParameters
Contains the configuration of a component.
Constructor Summary | |
ComponentParameters(ComponentType componentType,
ControllerDescription controllerDesc)
Constructor |
|
ComponentParameters(java.lang.String name,
java.lang.String hierarchicalType,
ComponentType componentType)
Constructor for ComponentParameters. |
|
ComponentParameters(java.lang.String name,
java.lang.String hierarchicalType,
ComponentType componentType,
java.lang.String controllerConfigFileLocation)
Constructor for ComponentParameters. |
Method Summary | |
java.lang.Object |
clone()
overrides the clone method of Object |
InterfaceType[] |
getClientInterfaceTypes()
|
ComponentType |
getComponentType()
Returns the componentType. |
ControllerDescription |
getControllerDescription()
getter |
java.lang.String |
getHierarchicalType()
Returns the hierarchicalType. |
InterfaceType[] |
getInterfaceTypes()
getter |
java.lang.String |
getName()
getter |
InterfaceType[] |
getServerInterfaceTypes()
|
void |
setComponentType(ComponentType componentType)
setter |
void |
setHierarchicalType(java.lang.String string)
setter |
void |
setName(java.lang.String name)
setter for the name |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComponentParameters(java.lang.String name, java.lang.String hierarchicalType, ComponentType componentType)
name
- the name of the componenthierarchicalType
- the hierarchical type, either PRIMITIVE or COMPOSITE or PARALLELcomponentType
- public ComponentParameters(java.lang.String name, java.lang.String hierarchicalType, ComponentType componentType, java.lang.String controllerConfigFileLocation)
name
- StringhierarchicalType
- StringcomponentType
- ComponentTypecontrollerConfigFileLocation
- Stringpublic ComponentParameters(ComponentType componentType, ControllerDescription controllerDesc)
componentType
- the type of the componentcontrollerDesc
- a ControllerDescription objectMethod Detail |
public java.lang.Object clone()
public void setName(java.lang.String name)
name
- name of the componentpublic ComponentType getComponentType()
public ControllerDescription getControllerDescription()
public void setComponentType(ComponentType componentType)
componentType
- the type of the componentpublic void setHierarchicalType(java.lang.String string)
string
- the hierarchical type (primitive, composite or parallel)public java.lang.String getName()
public java.lang.String getHierarchicalType()
public InterfaceType[] getServerInterfaceTypes()
public InterfaceType[] getClientInterfaceTypes()
public InterfaceType[] getInterfaceTypes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |