com.xebialabs.deployit.plugin.wls.ci
Class WlsJmsConnectionFactory

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by com.xebialabs.deployit.plugin.wls.ci.WlsResource
          extended by com.xebialabs.deployit.plugin.wls.ci.WlsJmsConnectionFactory
All Implemented Interfaces:
java.io.Serializable

@ConfigurationItem(description="A Weblogic JMS Connection Factory")
public class WlsJmsConnectionFactory
extends WlsResource

See Also:
Serialized Form

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

name

@ConfigurationItemProperty(description="The name of the connection factory.",
                           required=true,
                           identifying=true)
private java.lang.String name

jndiName

@ConfigurationItemProperty(required=true)
private java.lang.String jndiName
Constructor Detail

WlsJmsConnectionFactory

public WlsJmsConnectionFactory()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getJndiName

public java.lang.String getJndiName()

setJndiName

public void setJndiName(java.lang.String jndiName)


Copyright © 2010. All Rights Reserved.