WebSphere:*,type=GridConfiguratorMBean
MBean GridConfiguratorMBean
MBean to setup and configure Grid Scheduler and Execution Environment
Operation Summary | |
---|---|
java.lang.Boolean | configureGridScheduler( Configure Grid Schedulers |
java.lang.Boolean | configureGridEndpoint( Configure Grid Endpoints |
java.lang.Boolean | updateGridEndpointDataSource( Configure Grid Endpoints |
java.util.List | listGridSchedulerDeploymentTargets() Remove Grid endpoint app if installed |
java.util.List | listGridEndpointDeploymentTargets() Remove Grid endpoint app if installed |
java.lang.String | getGEDatasourceJNDIName( Get Datasource JNDI Name for the mentioned Grid Endpoint |
java.lang.String | getGEDatasourceJNDIName( Get Datasource JNDI Name for the mentioned Grid Endpoint |
java.lang.Boolean | removeGridScheduler( Remove Grid endpoint app if installed |
java.lang.Boolean | removeGridEndpoint( Remove Grid endpoint app if installed |
Operation Detail |
---|
public java.lang.Boolean configureGridScheduler(
java.lang.String deploymentTarget,
java.lang.String datasourceJNDIName,
java.lang.String databaseSchemaName,
java.lang.String workspaceId
)
Configure Grid Schedulers
deploymentTarget
-
Cluster or server name. datasourceJNDIName
-
JNDI name. databaseSchemaName
-
Scheduler schema name. workspaceId
-
Workspace session id
administrator
operator
public java.lang.Boolean configureGridEndpoint(
java.lang.String deploymentTarget,
java.lang.String datasourceJNDIName,
java.lang.String databaseSchemaName,
java.lang.String workspaceId
)
Configure Grid Endpoints
deploymentTarget
-
Cluster or server name. datasourceJNDIName
-
JNDI name. databaseSchemaName
-
Endpoint schema name. workspaceId
-
Workspace session id
administrator
operator
public java.lang.Boolean updateGridEndpointDataSource(
java.lang.String deploymentTarget,
java.lang.String dbType,
java.lang.String datasourceJNDIName,
java.lang.String databaseSchemaName,
java.lang.String workspaceId
)
Configure Grid Endpoints
deploymentTarget
-
Cluster or server name. dbType
-
Database type datasourceJNDIName
-
JNDI name. databaseSchemaName
-
Endpoint schema name. workspaceId
-
Workspace session id
administrator
operator
public java.util.List listGridSchedulerDeploymentTargets()
Remove Grid endpoint app if installed
administrator
operator
public java.util.List listGridEndpointDeploymentTargets()
Remove Grid endpoint app if installed
administrator
operator
public java.lang.String getGEDatasourceJNDIName(
java.lang.String cellName,
java.lang.String nodeName,
java.lang.String serverName
)
Get Datasource JNDI Name for the mentioned Grid Endpoint
cellName
-
Cell name. nodeName
-
Node name. serverName
-
Server name.
administrator
operator
public java.lang.String getGEDatasourceJNDIName(
java.lang.String cellName,
java.lang.String clusterName
)
Get Datasource JNDI Name for the mentioned Grid Endpoint
cellName
-
Cell name. clusterName
-
Static or Dynamic cluster name.
administrator
operator
public java.lang.Boolean removeGridScheduler(
java.lang.String workspaceId
)
Remove Grid endpoint app if installed
workspaceId
-
Workspace session id
administrator
operator
public java.lang.Boolean removeGridEndpoint(
java.lang.String workspaceId
)
Remove Grid endpoint app if installed
workspaceId
-
Workspace session id
administrator
operator