com.xebialabs.deployit.plugin.jbossas.step
Class TwiddleContainerInspectionStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.jbossas.step.TwiddleStep
      extended by com.xebialabs.deployit.plugin.jbossas.step.TwiddleContainerInspectionStep
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.flow.Step, java.io.Serializable

public class TwiddleContainerInspectionStep
extends TwiddleStep
implements com.xebialabs.deployit.plugin.api.flow.Step

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xebialabs.deployit.plugin.jbossas.step.TwiddleStep
ctx, logger
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
DEFAULT_ORDER
 
Constructor Summary
TwiddleContainerInspectionStep(com.xebialabs.deployit.plugin.overthere.HostContainer deployedJBossResource, java.lang.String mbean, java.lang.String attribute, PropertyConverter<?> converter)
           
 
Method Summary
protected  void doHandle(com.xebialabs.deployit.plugin.jbossas.step.TwiddleProcessOutputHandler handler)
           
 java.lang.String getDescription()
           
 int getOrder()
           
protected  java.util.Map<java.lang.String,java.lang.Object> getVars()
           
 
Methods inherited from class com.xebialabs.deployit.plugin.jbossas.step.TwiddleStep
disconnect, execute, getContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
execute
 

Constructor Detail

TwiddleContainerInspectionStep

public TwiddleContainerInspectionStep(com.xebialabs.deployit.plugin.overthere.HostContainer deployedJBossResource,
                                      java.lang.String mbean,
                                      java.lang.String attribute,
                                      PropertyConverter<?> converter)
Method Detail

getOrder

public int getOrder()
Specified by:
getOrder in interface com.xebialabs.deployit.plugin.api.flow.Step

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface com.xebialabs.deployit.plugin.api.flow.Step

getVars

protected java.util.Map<java.lang.String,java.lang.Object> getVars()
Overrides:
getVars in class TwiddleStep

doHandle

protected void doHandle(com.xebialabs.deployit.plugin.jbossas.step.TwiddleProcessOutputHandler handler)
Overrides:
doHandle in class TwiddleStep