org.ow2.dragon.api.to.technology
Class ExecutionEnvironmentTO
java.lang.Object
org.ow2.dragon.api.to.technology.NodeTO
org.ow2.dragon.api.to.technology.ExecutionEnvironmentTO
public class ExecutionEnvironmentTO
- extends NodeTO
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionEnvironmentTO
public ExecutionEnvironmentTO()
getEnvType
public java.lang.String getEnvType()
getHostProcessorId
public java.lang.String getHostProcessorId()
getParentFederationId
public java.lang.String getParentFederationId()
getRoleInFederation
public java.lang.String getRoleInFederation()
setEnvType
public void setEnvType(java.lang.String envType)
setHostProcessorId
public void setHostProcessorId(java.lang.String hostProcessorId)
setParentFederationId
public void setParentFederationId(java.lang.String parentFederationId)
setRoleInFederation
public void setRoleInFederation(java.lang.String roleInFederation)
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.