com.xebialabs.deployit.plugin.wls.ci
Class WlsJmsModule
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
com.xebialabs.deployit.plugin.wls.ci.WlsJmsModule
- All Implemented Interfaces:
- java.io.Serializable
@ConfigurationItem(description="A Weblogic JMS Module")
public class WlsJmsModule
- extends com.xebialabs.deployit.BaseConfigurationItem
A JMS module defined in a WLS domain.
Resources in a JMS module should not be specific to a single application,
if possible, i.e. not shared between multiple applications. This increases
visibility and manageability of JMS resources related to a given application.
- See Also:
- Serialized Form
|
Field Summary |
private java.lang.String |
name
|
| Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem |
label |
|
Method Summary |
java.lang.String |
getName()
|
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 |
name
@ConfigurationItemProperty(description="The name of the module. e.g. PetClinicModule-private",
required=true)
private java.lang.String name
WlsJmsModule
public WlsJmsModule()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
Copyright © 2009. All Rights Reserved.