Metaspace.Space.setPersister()

Signature

Object setPersister (String spaceName, Object persister)

Domain

ACTION

Description

Registers the given Persister object as a persister for the Space.

Parameters

NameTypeDescription
spaceNameStringThe space name specified must be prefixed with the Metaspace name. Example ms.S1
persisterObjectThe persister object

Returns

TypeDescription
com.tibco.as.space.persistence.PersisterThe registered Persister object.

Cautions

none