Pattern.Manager.deploy()
Signature
void deploy(Object patternInstance, String patternInstanceName)
Description
Deploys the pattern instance that has all the necessary parameters set. The instance will be deployed under the name provided. This name has to be unique.
Parameters
Name | Type | Description |
patternInstance | Object | The return value (opaque) from the pattern $1instantiate(String)$1 method. |
patternInstanceName | String | The name for the instance being deployed. |
See Also
void undeploy(String patternInstanceName)