WebSphere:*,type=GridDBConfiguratorMBean
MBean GridDBConfiguratorMBean
MBean to setup and configure Grid Scheduler and Execution Environment
Operation Summary | |
---|---|
java.lang.Boolean | createDB( Create Grid Derby DB |
java.lang.Boolean | dropDB( Drop Grid Derby DB |
java.lang.Boolean | createDataSource( Create Grid DataSource |
Operation Detail |
---|
public java.lang.Boolean createDB(
java.lang.String dbName
)
Create Grid Derby DB
dbName
-
DB to identify Scheduler or Endpoint.
administrator
operator
public java.lang.Boolean dropDB(
java.lang.String filePath,
java.lang.String dbName
)
Drop Grid Derby DB
filePath
-
DB location. dbName
-
DB to identify Scheduler or Endpoint.
administrator
operator
public java.lang.Boolean createDataSource(
java.lang.String dbName,
java.util.List nodes,
java.lang.String workspaceId
)
Create Grid DataSource
dbName
-
DB to identify Scheduler or Endpoint. nodes
-
Nodes hosting DB. workspaceId
-
Workspace Id
administrator
operator