com.xebialabs.deployit.plugin.jbossas.ci
Class JbossasDestination

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by com.xebialabs.deployit.plugin.jbossas.ci.JbossasResource
          extended by com.xebialabs.deployit.plugin.jbossas.ci.JbossasDestination
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JbossasQueue, JbossasTopic

public abstract class JbossasDestination
extends JbossasResource

See Also:
Serialized Form

Field Summary
private  int maxDepth
           
private  java.lang.String name
           
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
JbossasDestination()
           
 
Method Summary
 java.lang.String getFilename()
           
 int getMaxDepth()
           
 java.lang.String getName()
           
 void setMaxDepth(int maxDepth)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.jbossas.ci.JbossasResource
getJndiName, setJndiName
 
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

name

@ConfigurationItemProperty(required=true)
private java.lang.String name

maxDepth

@ConfigurationItemProperty(label="Max. depth")
private int maxDepth
Constructor Detail

JbossasDestination

public JbossasDestination()
Method Detail

getFilename

public java.lang.String getFilename()
Specified by:
getFilename in class JbossasResource

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getMaxDepth

public int getMaxDepth()

setMaxDepth

public void setMaxDepth(int maxDepth)


Copyright © 2010. All Rights Reserved.