Skip to content
laforge49 edited this page Aug 15, 2011 · 3 revisions

IncDesIncDes supports the same operations as IncDesInt. The values of IncDesIncDes are IncDes actors rather than Int. And the initial value is null. However, IncDesIncDes supports one additional operation, MakeSet.

case class MakeSet(transactionContext: TransactionContext, factoryId: FactoryId)

The result returned by MakeSet is either the existing value or a newly created IncDes actor.

The IncDesIncDes actor depends on system services, specifically it uses the Instantiate service when deserializing an IncDes actor or when creating a new IncDes actor.

IncDesTest

tutorial

Clone this wiki locally