com.xebialabs.deployit.plugin.was.ci
Class WasNode

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by com.xebialabs.deployit.plugin.was.ci.WasNode
All Implemented Interfaces:
java.io.Serializable

@ConfigurationItem(category="middleware",
                   description="A WebSphere Node. Is a member of the WebSphereCell to which it belongs and the Host in which it runs.",
                   expandable=true)
public class WasNode
extends com.xebialabs.deployit.BaseConfigurationItem

See Also:
Serialized Form

Field Summary
private  WasCell cell
           
private  java.lang.String home
           
private  java.lang.String name
           
private static long serialVersionUID
           
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
WasNode()
           
 
Method Summary
 WasCell getCell()
           
 java.lang.String getHome()
           
 java.lang.String getName()
           
 void setCell(WasCell cell)
           
 void setHome(java.lang.String home)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class com.xebialabs.deployit.BaseConfigurationItem
equals, getLabel, hashCode, setLabel, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

cell

@ConfigurationItemProperty(required=true,
                           label="WebSphere administrative cell")
private WasCell cell

name

@ConfigurationItemProperty(required=true,
                           label="WebSphere name",
                           description="Name of the WebSphere node in the WebSphere cell, e.g. MyNode, Node01")
private java.lang.String name

home

@ConfigurationItemProperty(required=true,
                           label="Node profile path",
                           description="Home directory of the node profile, is also the USER_INSTALL_ROOT, examples, /opt/wp/61/wp_profile",
                           size=LARGE)
private java.lang.String home
Constructor Detail

WasNode

public WasNode()
Method Detail

getCell

public WasCell getCell()

setCell

public void setCell(WasCell cell)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getHome

public java.lang.String getHome()

setHome

public void setHome(java.lang.String home)


Copyright © 2010. All Rights Reserved.