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

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

public abstract class JbossasResource
extends com.xebialabs.deployit.BaseConfigurationItem

See Also:
Serialized Form

Field Summary
private  java.lang.String jndiName
           
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
JbossasResource()
           
 
Method Summary
abstract  java.lang.String getFilename()
           
 java.lang.String getJndiName()
           
 void setJndiName(java.lang.String jndiName)
           
 
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

jndiName

@ConfigurationItemProperty
private java.lang.String jndiName
Constructor Detail

JbossasResource

public JbossasResource()
Method Detail

getFilename

public abstract java.lang.String getFilename()

getJndiName

public java.lang.String getJndiName()

setJndiName

public void setJndiName(java.lang.String jndiName)


Copyright © 2010. All Rights Reserved.