Store.put()
Signature
void put (String url, String containerName, Object putObject)
Description
Puts the given Item/Entity within the specified container(i.e.Table in ActiveSpaces). If transactional behavior is desired, call Store.Transactions.enableTransactions before opening the container and then perform put operation.
Parameters
Name | Type | Description |
url | String | Url of the Store |
containerName | String | Name of the Container(i.e. Table in ActiveSpaces) where the item gets put |
putObject | Object | Item or Entity(Concept/Event) to put in the container |