com.xebialabs.deployit.plugin.wls.ci
Class WlsForeignJmsServer
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.wls.ci.WlsResource
com.xebialabs.deployit.plugin.wls.ci.WlsForeignJmsServer
- All Implemented Interfaces:
- java.io.Serializable
@ConfigurationItem(description="A WebLogic foreign server representing a JNDI provider that resides outside a WebLogic Server.")
public class WlsForeignJmsServer
- extends WlsResource
- 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,
identifying=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
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)
Copyright © 2010. All Rights Reserved.