Pattern.Manager.instantiate()

Signature

Object instantiate(String patternDefURI)

Domain

ACTION

Description

Creates an instance of the pattern registered under the given URI for deployment. This instance should be configured before deployment.

Parameters

NameTypeDescription
patternDefURIStringURI of the registered pattern.

Returns

TypeDescription
ObjectThe pattern instance. This should be treated as an opaque object meant for configuring a pattern instance.

Cautions

none

See Also

setXX(Object patternInstance, ...) methods