com.xebialabs.deployit.plugin.wmq.ci
Class WmqQueueManager

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

@ConfigurationItem
public class WmqQueueManager
extends com.xebialabs.deployit.BaseConfigurationItem

See Also:
Serialized Form

Field Summary
private  com.xebialabs.deployit.ci.Host host
           
private  java.lang.String name
           
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
WmqQueueManager()
           
WmqQueueManager(java.lang.String label, com.xebialabs.deployit.ci.Host host, java.lang.String name)
           
 
Method Summary
 int executeRunMqscCommand(java.lang.String line, com.xebialabs.deployit.hostsession.CommandExecutionCallbackHandler handler)
           
 com.xebialabs.deployit.ci.Host getHost()
           
 java.lang.String getName()
           
 void setHost(com.xebialabs.deployit.ci.Host host)
           
 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

host

@ConfigurationItemProperty(identifying=true)
private com.xebialabs.deployit.ci.Host host

name

@ConfigurationItemProperty(required=true,
                           identifying=true)
private java.lang.String name
Constructor Detail

WmqQueueManager

public WmqQueueManager()

WmqQueueManager

public WmqQueueManager(java.lang.String label,
                       com.xebialabs.deployit.ci.Host host,
                       java.lang.String name)
Method Detail

getHost

public com.xebialabs.deployit.ci.Host getHost()

setHost

public void setHost(com.xebialabs.deployit.ci.Host host)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

executeRunMqscCommand

public int executeRunMqscCommand(java.lang.String line,
                                 com.xebialabs.deployit.hostsession.CommandExecutionCallbackHandler handler)


Copyright © 2010. All Rights Reserved.