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

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.WlsJmsServer
All Implemented Interfaces:
java.io.Serializable

@ConfigurationItem(description="WebLogic JMSServer that can run on a WebLogic Server.")
public class WlsJmsServer
extends WlsResource

A JMS server defined in a WLS domain.

JMS servers should be associated with a Managed Server or Migratable Target in the domain.

See Also:
Serialized Form

Field Summary
private  java.lang.String fileStorePath
           
private  java.lang.String name
           
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
WlsJmsServer()
           
 
Method Summary
 java.lang.String getFileStorePath()
           
 java.lang.String getName()
           
 void setFileStorePath(java.lang.String fileStorePath)
           
 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="Name of the JMSServer. e.g. JMSServer1",
                           required=true)
private java.lang.String name

fileStorePath

@ConfigurationItemProperty(description="Path to the file store that the JMSServer will use to store JMS messages. e.g. /var/jms/store1",
                           required=true)
private java.lang.String fileStorePath
Constructor Detail

WlsJmsServer

public WlsJmsServer()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getFileStorePath

public java.lang.String getFileStorePath()

setFileStorePath

public void setFileStorePath(java.lang.String fileStorePath)


Copyright © 2010. All Rights Reserved.