com.xebialabs.deployit.plugin.wls.ci
Class WlsForeignJmsDestination
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.wls.ci.WlsForeignJmsDestination
- All Implemented Interfaces:
- java.io.Serializable
@ConfigurationItem(description="A foreign destination (topic or queue) is a destination on a remote server. When this destination is looked up on the local server, a look-up will be performed automatically on the remote JNDI directory, and the object will be returned from that directory")
public class WlsForeignJmsDestination
- extends com.xebialabs.deployit.BaseConfigurationItem
A reference to a JMS destination on a foreign
JMS server.
- 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 this foreign destination",
required=true)
private java.lang.String name
localJNDIName
@ConfigurationItemProperty(description="The name that the remote object will be bound to in the local server\'s JNDI tree",
required=true)
private java.lang.String localJNDIName
remoteJNDIName
@ConfigurationItemProperty(description="The name of the remote object that will be looked up in the remote JNDI directory",
required=true)
private java.lang.String remoteJNDIName
parentForeignServer
@ConfigurationItemProperty(description="The name of the foreign server",
required=true)
private WlsForeignJmsServer parentForeignServer
WlsForeignJmsDestination
public WlsForeignJmsDestination()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getLocalJNDIName
public java.lang.String getLocalJNDIName()
setLocalJNDIName
public void setLocalJNDIName(java.lang.String localJNDIName)
getRemoteJNDIName
public java.lang.String getRemoteJNDIName()
setRemoteJNDIName
public void setRemoteJNDIName(java.lang.String remoteJNDIName)
getParentForeignServer
public WlsForeignJmsServer getParentForeignServer()
setParentForeignServer
public void setParentForeignServer(WlsForeignJmsServer parentForeignServer)
Copyright © 2009. All Rights Reserved.