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.

Parameters

NameTypeDescription
storeConnectionInfoObjectStore Connection Info object
nameStringStore Name

Returns

TypeDescription
void

Cautions

none