com.xebialabs.deployit.plugin.wls.ci
Class WlsJmsConnectionFactory
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.wls.ci.WlsResource
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
| 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(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
WlsJmsConnectionFactory
public WlsJmsConnectionFactory()
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.