public abstract class PlatformTransaction
extends java.lang.Object
| Constructor and Description | 
|---|
| PlatformTransaction() | 
| Modifier and Type | Method and Description | 
|---|---|
| PlatformTransaction | add(ApplicationComponentTemplate act) | 
| PlatformTransaction | add(AssemblyTemplate at) | 
| PlatformTransaction | add(PlatformComponentTemplate pct) | 
| abstract void | commit()apply the transaction | 
public abstract void commit()
public PlatformTransaction add(AssemblyTemplate at)
public PlatformTransaction add(ApplicationComponentTemplate act)
public PlatformTransaction add(PlatformComponentTemplate pct)