org.ow2.dragon.persistence.bo.technology
Class ExecutionEnvironment
java.lang.Object
org.ow2.dragon.persistence.bo.common.BaseObject
org.ow2.dragon.persistence.bo.common.SearchableBaseObject
org.ow2.dragon.persistence.bo.technology.Node
org.ow2.dragon.persistence.bo.technology.ExecutionEnvironment
- All Implemented Interfaces:
- java.io.Serializable
public class ExecutionEnvironment
- extends Node
- Author:
- ofabre - eBM Websourcing
- See Also:
- Serialized Form
| Methods inherited from class org.ow2.dragon.persistence.bo.technology.Node |
addEndpoint, equals, getEndpoints, getExpectedQuantity, getIpv4Address, getManager, getName, getType, hashCode, isPrototypical, setEndpoints, setExpectedQuantity, setIpv4Address, setManager, setName, setPrototypical, setType |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ExecutionEnvironment
public ExecutionEnvironment()
getParentFederation
public EnvironmentFederation getParentFederation()
setParentFederation
public void setParentFederation(EnvironmentFederation parentFederation)
getHostProcessor
public Processor getHostProcessor()
setHostProcessor
public void setHostProcessor(Processor hostProcessor)
getEnvType
public ExecutionEnvironment.EEType getEnvType()
setEnvType
public void setEnvType(ExecutionEnvironment.EEType envType)
getRoleInFederation
public java.lang.String getRoleInFederation()
setRoleInFederation
public void setRoleInFederation(java.lang.String roleInFederation)
toString
public java.lang.String toString()
- Description copied from class:
BaseObject
- Returns a multi-line String with key=value pairs.
- Overrides:
toString in class Node
- Returns:
- a String representation of this class.
- See Also:
Object.toString()
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.