com.xebialabs.deployit.plugin.wls.ci
Class WlsForeignJmsServer

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by 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

Field Summary
private  java.lang.String connectionURL
           
private  java.lang.String initContextFactory
           
private  java.lang.String name
           
private  WlsJmsModule parentModule
           
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
WlsForeignJmsServer()
           
 
Method Summary
 java.lang.String getConnectionURL()
           
 java.lang.String getInitContextFactory()
           
 java.lang.String getName()
           
 WlsJmsModule getParentModule()
           
 void setConnectionURL(java.lang.String connectionURL)
           
 void setInitContextFactory(java.lang.String initContextFactory)
           
 void setName(java.lang.String name)
           
 void setParentModule(WlsJmsModule parentModule)
           
 
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
 

Field Detail

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
Constructor Detail

WlsForeignJmsServer

public WlsForeignJmsServer()
Method Detail

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.