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.WlsResource
          extended by 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

Field Summary
private  java.lang.String connectionURL
           
private  java.lang.String initContextFactory
           
private  java.lang.String name
           
 
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()
           
 void setConnectionURL(java.lang.String connectionURL)
           
 void setInitContextFactory(java.lang.String initContextFactory)
           
 void setName(java.lang.String name)
           
 
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,
                           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
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)


Copyright © 2010. All Rights Reserved.