| Modifier and Type | Method and Description |
|---|---|
static ApplicationModelInstanceBuilder.UpdateAction |
ApplicationModelInstanceBuilder.UpdateAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationModelInstanceBuilder.UpdateAction[] |
ApplicationModelInstanceBuilder.UpdateAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationModelInstanceBuilder.updateModelInstance(String applicationInstanceId,
ApplicationModelInstanceBuilder.UpdateAction action,
Map<String,String> vmName2compName)
Update an application model instance and add or remove the mapping of a virtual machine to a component in the CDO server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationModelInstanceBuilderCDOFacade.updateModelInstance(String applicationInstanceId,
ApplicationModelInstanceBuilder.UpdateAction action,
Map<String,String> vmName2compName) |