org.ow2.dragon.connection.api.to
Class ExecutionEnvironment
java.lang.Object
org.ow2.dragon.connection.api.to.Node
org.ow2.dragon.connection.api.to.ExecutionEnvironment
public class ExecutionEnvironment
- extends Node
An Execution Environment is a software that could expose services. Examples
of execution environments: Application Server (JBoss, Jonas, WebSphere,
etc.), ESB (PEtALS, ServiceMix, OpenESB, JBoss ESB, etc.).
- Author:
- ofabre - eBM Websourcing
| 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 |
ExecutionEnvironment
public ExecutionEnvironment()
getEnvType
public ExecutionEnvironment.EEType getEnvType()
getHostProcessor
public Processor getHostProcessor()
getParentFederation
public EnvironmentFederation getParentFederation()
getRoleInFederation
public java.lang.String getRoleInFederation()
setEnvType
public void setEnvType(ExecutionEnvironment.EEType envType)
setHostProcessor
public void setHostProcessor(Processor hostProcessor)
setParentFederation
public void setParentFederation(EnvironmentFederation parentFederation)
setRoleInFederation
public void setRoleInFederation(java.lang.String roleInFederation)
Copyright © 2008 eBMWebsourcing. All Rights Reserved.