com.xebialabs.deployit.plugin.osb.ci
Class OsbDomain

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by com.xebialabs.deployit.plugin.wls.ci.WlsDomain
          extended by com.xebialabs.deployit.plugin.osb.ci.OsbDomain
All Implemented Interfaces:
java.io.Serializable

@ConfigurationItem(description="Oracle Service Bus Domain")
public class OsbDomain
extends com.xebialabs.deployit.plugin.wls.ci.WlsDomain

See Also:
Serialized Form

Field Summary
private  java.lang.String osbHome
           
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
OsbDomain()
           
 
Method Summary
 int executeWlstJythonScript(com.xebialabs.deployit.hostsession.CommandExecutionCallbackHandler handler, com.xebialabs.deployit.hostsession.HostSession s, java.lang.String scriptPath, java.lang.String... args)
           
 java.lang.String getOsbHome()
           
 void setOsbHome(java.lang.String osbHome)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.wls.ci.WlsDomain
connectToAdminHost, getActiveHost, getAdminServerName, getConnectUrl, getDomainHome, getName, getPassword, getPort, getUsername, getWlHome, getWlJavaHome, setActiveHost, setAdminServerName, setDomainHome, setName, setPassword, setPort, setUsername, setWlHome, setWlJavaHome
 
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

osbHome

@ConfigurationItemProperty(required=true,
                           description="The location of the Oracle Service Bus.",
                           size=LARGE)
private java.lang.String osbHome
Constructor Detail

OsbDomain

public OsbDomain()
Method Detail

getOsbHome

public java.lang.String getOsbHome()

setOsbHome

public void setOsbHome(java.lang.String osbHome)

executeWlstJythonScript

public int executeWlstJythonScript(com.xebialabs.deployit.hostsession.CommandExecutionCallbackHandler handler,
                                   com.xebialabs.deployit.hostsession.HostSession s,
                                   java.lang.String scriptPath,
                                   java.lang.String... args)
Overrides:
executeWlstJythonScript in class com.xebialabs.deployit.plugin.wls.ci.WlsDomain


Copyright © 2010. All Rights Reserved.