Store.open()

Signature

void open (String url, String containerName)

Domain

ACTION

Description

Opens a container(i.e. Table in ActiveSpaces) for operations(put/get/delete). If transactional behavior is desired, call Store.Transactions.enableTransactions before opening the container.

Parameters

NameTypeDescription
urlStringUrl of the Store
containerNameStringContainer(i.e. Table in ActiveSpaces) Name

Returns

TypeDescription
void

Cautions

none