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 Conenction Factory")
public class WlsJmsConnectionFactory
extends WlsResource

A JMS connection factory defined in a WLS JMS module.

See Also:
Serialized Form

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

jndiName

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

parentJmsModule

@ConfigurationItemProperty(description="The JMS module the connection factory should be included in.",
                           required=true)
private WlsJmsModule parentJmsModule
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)

getParentJmsModule

public WlsJmsModule getParentJmsModule()

setParentJmsModule

public void setParentJmsModule(WlsJmsModule parentModule)


Copyright © 2010. All Rights Reserved.