org.ow2.dragon.connection.api.to
Class ExecutionEnvironment

java.lang.Object
  extended by org.ow2.dragon.connection.api.service.Node
      extended by org.ow2.dragon.connection.api.to.ExecutionEnvironment

public class ExecutionEnvironment
extends Node

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

hostProcessor

protected Processor hostProcessor

parentFederation

protected EnvironmentFederation parentFederation

envType

protected EeType envType

roleInFederation

protected java.lang.String roleInFederation
Constructor Detail

ExecutionEnvironment

public ExecutionEnvironment()
Method Detail

getHostProcessor

public Processor getHostProcessor()
Gets the value of the hostProcessor property.

Returns:
possible object is Processor

setHostProcessor

public void setHostProcessor(Processor value)
Sets the value of the hostProcessor property.

Parameters:
value - allowed object is Processor

getParentFederation

public EnvironmentFederation getParentFederation()
Gets the value of the parentFederation property.

Returns:
possible object is EnvironmentFederation

setParentFederation

public void setParentFederation(EnvironmentFederation value)
Sets the value of the parentFederation property.

Parameters:
value - allowed object is EnvironmentFederation

getEnvType

public EeType getEnvType()
Gets the value of the envType property.

Returns:
possible object is EeType

setEnvType

public void setEnvType(EeType value)
Sets the value of the envType property.

Parameters:
value - allowed object is EeType

getRoleInFederation

public java.lang.String getRoleInFederation()
Gets the value of the roleInFederation property.

Returns:
possible object is String

setRoleInFederation

public void setRoleInFederation(java.lang.String value)
Sets the value of the roleInFederation property.

Parameters:
value - allowed object is String


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.