com.xebialabs.deployit.plugin.jbossas.ci
Class JbossasDestination
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.jbossas.ci.JbossasResource
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 |
| 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 |
name
@ConfigurationItemProperty(required=true)
private java.lang.String name
maxDepth
@ConfigurationItemProperty(label="Max. depth")
private int maxDepth
JbossasDestination
public JbossasDestination()
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.