Pattern.Manager.deploy()

Signature

void deploy(Object patternInstance, String patternInstanceName)

Domain

ACTION

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

NameTypeDescription
patternInstanceObjectThe return value (opaque) from the pattern $1instantiate(String)$1 method.
patternInstanceNameStringThe name for the instance being deployed.

Returns

TypeDescription
void

Cautions

none

See Also

void undeploy(String patternInstanceName)