org.ow2.dragon.persistence.bo.technology
Class Processor
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.Processor
- All Implemented Interfaces:
- java.io.Serializable
public class Processor
- 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, removeEndpoint, setEndpoints, setExpectedQuantity, setIpv4Address, setManager, setName, setPrototypical, setType |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Processor
public Processor()
getExecutionEnvs
public java.util.Set<ExecutionEnvironment> getExecutionEnvs()
setExecutionEnvs
public void setExecutionEnvs(java.util.Set<ExecutionEnvironment> executionEnvs)
addExecutionEnvironment
public void addExecutionEnvironment(ExecutionEnvironment execEnv)
removeExecutionEnvironment
public void removeExecutionEnvironment(ExecutionEnvironment execEnv)
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-2010 eBMWebsourcing. All Rights Reserved.