com.xebialabs.deployit.plugin.wls.ci
Class WlsForeignJmsServer
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.wls.ci.WlsForeignJmsServer
- All Implemented Interfaces:
- java.io.Serializable
@ConfigurationItem(description="WebLogic foreign server representing a JNDI provider that resides outside a WebLogic Server.")
public class WlsForeignJmsServer
- extends com.xebialabs.deployit.BaseConfigurationItem
A reference to a JMS server outside the current WLS domain.
- 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 foreign server",
required=true)
private java.lang.String name
initContextFactory
@ConfigurationItemProperty(description="The initial context of the foreign connection",
required=true)
private java.lang.String initContextFactory
connectionURL
@ConfigurationItemProperty(description="The URL that WebLogic Server will use to contact the JNDI provider",
required=true)
private java.lang.String connectionURL
parentModule
@ConfigurationItemProperty(description="The JMS module the foreign server should be included in.",
required=true)
private WlsJmsModule parentModule
WlsForeignJmsServer
public WlsForeignJmsServer()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getInitContextFactory
public java.lang.String getInitContextFactory()
setInitContextFactory
public void setInitContextFactory(java.lang.String initContextFactory)
getConnectionURL
public java.lang.String getConnectionURL()
setConnectionURL
public void setConnectionURL(java.lang.String connectionURL)
getParentModule
public WlsJmsModule getParentModule()
setParentModule
public void setParentModule(WlsJmsModule parentModule)
Copyright © 2009. All Rights Reserved.