TIBCO BusinessEvents™
CEP Store
Store
Store
.
open()
Signature
void open (String url, String containerName)
Domain
ACTION
Description
Opens a container(i.e. Table in AS3) for operations(put/get/delete). If transactional behavior is desired, call Store.Transactions.enableTransactions before opening the container.
Parameters
Name
Type
Description
url
String
Url of the Store
containerName
String
Container(i.e. Table in AS3) Name
Returns
Type
Description
void
Cautions
none