Package | Description |
---|---|
telecom.sudparis.eu.paas.core.server.pool.application | |
telecom.sudparis.eu.paas.core.server.xml.application |
Modifier and Type | Method and Description |
---|---|
ApplicationType |
ApplicationPool.getApp(java.lang.String appId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ApplicationType> |
ApplicationPool.getAppList() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationPool.add(ApplicationType app) |
void |
ApplicationPool.remove(ApplicationType app) |
void |
ApplicationPool.updateApp(java.lang.String appId,
ApplicationType newApp) |
Modifier and Type | Method and Description |
---|---|
ApplicationType |
ObjectFactory.createApplicationType()
Create an instance of
ApplicationType |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<ApplicationType> |
ObjectFactory.createApplication(ApplicationType value)
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<ApplicationType> |
ObjectFactory.createApplication(ApplicationType value)
|