TIBCO BusinessEvents®
CEP Store
Store
ConnectionInfo
Store.ConnectionInfo
.
setName()
Signature
void setName (Object storeConnectionInfo, String name)
Domain
ACTION
Description
Sets the name of the store. For AS Store if using default grid name, pass null\dont set a name at all. For Ignite Store it sets the ignite instance name.
Parameters
Name
Type
Description
storeConnectionInfo
Object
Store Connection Info object
name
String
Store Name
Returns
Type
Description
void
Cautions
none