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

java.lang.Object
  extended by org.ow2.dragon.connection.api.to.Node
      extended by 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

Nested Class Summary
static class ExecutionEnvironment.EEType
           
 
Constructor Summary
ExecutionEnvironment()
           
 
Method Summary
 ExecutionEnvironment.EEType getEnvType()
           
 Processor getHostProcessor()
           
 EnvironmentFederation getParentFederation()
           
 java.lang.String getRoleInFederation()
           
 void setEnvType(ExecutionEnvironment.EEType envType)
           
 void setHostProcessor(Processor hostProcessor)
           
 void setParentFederation(EnvironmentFederation parentFederation)
           
 void setRoleInFederation(java.lang.String roleInFederation)
           
 
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

ExecutionEnvironment

public ExecutionEnvironment()
Method Detail

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.