com.xebialabs.deployit.plugin.wls.ci
Class WlsJmsServer
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
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 com.xebialabs.deployit.BaseConfigurationItem
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
| 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="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
WlsJmsServer
public WlsJmsServer()
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 © 2009. All Rights Reserved.