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

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

public class Processor
extends Node

A Processor is a hardware hosting Execution Environments: MainFrame, Server, etc.

Author:
ofabre - eBM Websourcing

Constructor Summary
Processor()
           
 
Method Summary
 java.util.List<ExecutionEnvironment> getExecEnvs()
           
 void setExecEnvs(java.util.List<ExecutionEnvironment> execEnvs)
           
 
Methods inherited from class org.ow2.dragon.connection.api.to.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
 

Constructor Detail

Processor

public Processor()
Method Detail

getExecEnvs

public java.util.List<ExecutionEnvironment> getExecEnvs()

setExecEnvs

public void setExecEnvs(java.util.List<ExecutionEnvironment> execEnvs)


Copyright © 2008 eBMWebsourcing. All Rights Reserved.