com.xebialabs.deployit.plugin.wls.ci
Class WlsForeignJmsDestination
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.wls.ci.WlsResource
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 WlsResource
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 |
foreignJmsServer
@ConfigurationItemProperty(description="The name of the Foreign JMS Server",
required=true)
private WlsForeignJmsServer foreignJmsServer
name
@ConfigurationItemProperty(description="The name of this foreign destination",
required=true,
identifying=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
WlsForeignJmsDestination
public WlsForeignJmsDestination()
getForeignJmsServer
public WlsForeignJmsServer getForeignJmsServer()
setForeignJmsServer
public void setForeignJmsServer(WlsForeignJmsServer foreignJmsServer)
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)
Copyright © 2010. All Rights Reserved.