IPdxInstanceFactory Interface |
PdxInstanceFactory gives you a way to create PdxInstances.
Call the write methods to populate the field data and then call
Create
to produce an actual instance that contains the data.
To create a factory call
[!:IRegionService.CreatePdxInstanceFactory].
A factory can only create a single instance. To create multiple instances create
multiple factories or use
[!:IPdxInstance.CreateWriter] to create subsequent instances.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic interface IPdxInstanceFactory
Public Interface IPdxInstanceFactory
public interface class IPdxInstanceFactory
type IPdxInstanceFactory = interface end
The IPdxInstanceFactory type exposes the following members.
Methods
See Also