|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.connection.api.service.Node
org.ow2.dragon.connection.api.to.ExecutionEnvironment
public class ExecutionEnvironment
Java class for ExecutionEnvironment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecutionEnvironment">
<complexContent>
<extension base="{http://service.api.connection.dragon.ow2.org/}node">
<sequence>
<element name="hostProcessor" type="{http://to.api.connection.dragon.ow2.org/}Processor" minOccurs="0"/>
<element name="parentFederation" type="{http://to.api.connection.dragon.ow2.org/}EnvironmentFederation" minOccurs="0"/>
</sequence>
<attribute name="envType" type="{http://service.api.connection.dragon.ow2.org/}eeType" />
<attribute name="roleInFederation" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.ow2.dragon.connection.api.service.Node |
|---|
Node.Endpoints, Node.Properties |
| Field Summary | |
|---|---|
protected EeType |
envType
|
protected Processor |
hostProcessor
|
protected EnvironmentFederation |
parentFederation
|
protected java.lang.String |
roleInFederation
|
| Fields inherited from class org.ow2.dragon.connection.api.service.Node |
|---|
endpoints, ipv4Address, name, properties, type, version |
| Constructor Summary | |
|---|---|
ExecutionEnvironment()
|
|
| Method Summary | |
|---|---|
EeType |
getEnvType()
Gets the value of the envType property. |
Processor |
getHostProcessor()
Gets the value of the hostProcessor property. |
EnvironmentFederation |
getParentFederation()
Gets the value of the parentFederation property. |
java.lang.String |
getRoleInFederation()
Gets the value of the roleInFederation property. |
void |
setEnvType(EeType value)
Sets the value of the envType property. |
void |
setHostProcessor(Processor value)
Sets the value of the hostProcessor property. |
void |
setParentFederation(EnvironmentFederation value)
Sets the value of the parentFederation property. |
void |
setRoleInFederation(java.lang.String value)
Sets the value of the roleInFederation property. |
| Methods inherited from class org.ow2.dragon.connection.api.service.Node |
|---|
getEndpoints, getIpv4Address, getName, getProperties, getType, getVersion, setEndpoints, setIpv4Address, setName, setProperties, setType, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Processor hostProcessor
protected EnvironmentFederation parentFederation
protected EeType envType
protected java.lang.String roleInFederation
| Constructor Detail |
|---|
public ExecutionEnvironment()
| Method Detail |
|---|
public Processor getHostProcessor()
Processorpublic void setHostProcessor(Processor value)
value - allowed object is
Processorpublic EnvironmentFederation getParentFederation()
EnvironmentFederationpublic void setParentFederation(EnvironmentFederation value)
value - allowed object is
EnvironmentFederationpublic EeType getEnvType()
EeTypepublic void setEnvType(EeType value)
value - allowed object is
EeTypepublic java.lang.String getRoleInFederation()
Stringpublic void setRoleInFederation(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||