public interface ContainerModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTAINER
The "container" name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseName()
Gets the baseName attribute.
|
String |
getReleaseId()
Gets the releaseId attribute.
|
Long |
getScanInterval()
Gets the scanInterval attribute.
|
String |
getSessionName()
Gets the sessionName attribute.
|
boolean |
isScan()
Gets the scan attribute.
|
ContainerModel |
setBaseName(String baseName)
Sets the baseName attribute.
|
ContainerModel |
setReleaseId(String releaseId)
Sets the releaseId attribute.
|
ContainerModel |
setScan(boolean scan)
Sets the scan attribute.
|
ContainerModel |
setScanInterval(Long scanInterval)
Sets the scanInterval attribute.
|
ContainerModel |
setSessionName(String sessionName)
Sets the sessionName attribute.
|
static final String CONTAINER
String getBaseName()
ContainerModel setBaseName(String baseName)
baseName - the baseName attributeString getReleaseId()
ContainerModel setReleaseId(String releaseId)
releaseId - the releaseId attributeboolean isScan()
ContainerModel setScan(boolean scan)
scan - the scan attributeLong getScanInterval()
ContainerModel setScanInterval(Long scanInterval)
scanInterval - the scanInterval attributeString getSessionName()
ContainerModel setSessionName(String sessionName)
sessionName - the baseName attributeCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.