WASSchedulerCfgHelper MBean

Partial ObjectName:
WebSphere:*,type=WASSchedulerCfgHelper


MBean WASSchedulerCfgHelper

Scheduler Configuration Helper


Operation Summary
voidverifyTables(java.lang.String resURI)
           Verifies that the Scheduler tables are setup correctly.
voidverifyTables(java.lang.String resURI, java.lang.String alias)
           Verifies that the Scheduler tables are setup correctly.
voidverifyTables(java.lang.String resURI, java.lang.String user, java.lang.String password)
           Verifies that the Scheduler tables are setup correctly.
java.lang.BooleancreateTables(java.lang.String resURI)
           Creates the Scheduler Tables for this Scheduler Instance.
java.lang.BooleancreateTables(java.lang.String resURI, java.lang.String alias)
           Creates the Scheduler Tables for this Scheduler Instance.
java.lang.BooleancreateTables(java.lang.String resURI, java.lang.String user, java.lang.String password)
           Creates the Scheduler Tables for this Scheduler Instance.
java.lang.BooleandropTables(java.lang.String resURI)
           Drops the Scheduler Tables for this Scheduler Instance.
java.lang.BooleandropTables(java.lang.String resURI, java.lang.String alias)
           Drops the Scheduler Tables for this Scheduler Instance.
java.lang.BooleandropTables(java.lang.String resURI, java.lang.String user, java.lang.String password)
           Drops the Scheduler Tables for this Scheduler Instance.

Operation Detail

verifyTables

public void verifyTables(java.lang.String resURI)
Verifies that the Scheduler tables are setup correctly. If no exception is thrown, then the scheduler tables are present and configured properly.
Parameters:
resURI - The Scheduler Configuration object to use.
ResourceInstanceIdentifier
The resource being modified for the MBean is of type ResourceURI
The instance is identified by the value of the parameter

Security Roles:
administrator
configurator

verifyTables

public void verifyTables(java.lang.String resURI, java.lang.String alias)
Verifies that the Scheduler tables are setup correctly. If no exception is thrown, then the scheduler tables are present and configured properly.
Parameters:
resURI - The Scheduler Configuration object to use.
ResourceInstanceIdentifier
The resource being modified for the MBean is of type ResourceURI
The instance is identified by the value of the parameter

alias - The authentication alias to use to connect to the scheduler database.
Security Roles:
administrator
configurator

verifyTables

public void verifyTables(java.lang.String resURI, java.lang.String user, java.lang.String password)
Verifies that the Scheduler tables are setup correctly. If no exception is thrown, then the scheduler tables are present and configured properly.
Parameters:
resURI - The Scheduler Configuration object to use.
ResourceInstanceIdentifier
The resource being modified for the MBean is of type ResourceURI
The instance is identified by the value of the parameter

user - The userid to use to connect to the scheduler database.
password - The password to use to connect to the scheduler database.
Security Roles:
administrator
configurator

createTables

public java.lang.Boolean createTables(java.lang.String resURI)
Creates the Scheduler Tables for this Scheduler Instance. If one or more tables are already present, they will be skipped without error. The Authentication Alias specified on the Scheduler resource will be used to create the tables. This operation is transactional. If any errors occur, the entire transaction is rolled-back.
Parameters:
resURI - The Scheduler Configuration object to use.
ResourceInstanceIdentifier
The resource being modified for the MBean is of type ResourceURI
The instance is identified by the value of the parameter

Security Roles:
administrator
configurator

createTables

public java.lang.Boolean createTables(java.lang.String resURI, java.lang.String alias)
Creates the Scheduler Tables for this Scheduler Instance. If one or more tables are already present, they will be skipped without error. The Authentication Alias specified on the Scheduler resource will be used to create the tables. This operation is transactional. If any errors occur, the entire transaction is rolled-back.
Parameters:
resURI - The Scheduler Configuration object to use.
ResourceInstanceIdentifier
The resource being modified for the MBean is of type ResourceURI
The instance is identified by the value of the parameter

alias - The authentication alias to use to connect to the scheduler database.
Security Roles:
administrator
configurator

createTables

public java.lang.Boolean createTables(java.lang.String resURI, java.lang.String user, java.lang.String password)
Creates the Scheduler Tables for this Scheduler Instance. If one or more tables are already present, they will be skipped without error. The Authentication Alias specified on the Scheduler resource will be used to create the tables. This operation is transactional. If any errors occur, the entire transaction is rolled-back.
Parameters:
resURI - The Scheduler Configuration object to use.
ResourceInstanceIdentifier
The resource being modified for the MBean is of type ResourceURI
The instance is identified by the value of the parameter

user - The userid to use to connect to the scheduler database.
password - The password to use to connect to the scheduler database.
Security Roles:
administrator
configurator

dropTables

public java.lang.Boolean dropTables(java.lang.String resURI)
Drops the Scheduler Tables for this Scheduler Instance. If one or more tables do not exist, they will be skipped without error. The Authentication Alias specified on the Scheduler resource will be used to create the tables. This operation is transactional. If any errors occur, the entire transaction is rolled-back.
Parameters:
resURI - The Scheduler Configuration object to use.
ResourceInstanceIdentifier
The resource being modified for the MBean is of type ResourceURI
The instance is identified by the value of the parameter

Security Roles:
administrator
configurator

dropTables

public java.lang.Boolean dropTables(java.lang.String resURI, java.lang.String alias)
Drops the Scheduler Tables for this Scheduler Instance. If one or more tables do not exist, they will be skipped without error. The Authentication Alias specified on the Scheduler resource will be used to create the tables. This operation is transactional. If any errors occur, the entire transaction is rolled-back.
Parameters:
resURI - The Scheduler Configuration object to use.
ResourceInstanceIdentifier
The resource being modified for the MBean is of type ResourceURI
The instance is identified by the value of the parameter

alias - The authentication alias to use to connect to the scheduler database.
Security Roles:
administrator
configurator

dropTables

public java.lang.Boolean dropTables(java.lang.String resURI, java.lang.String user, java.lang.String password)
Drops the Scheduler Tables for this Scheduler Instance. If one or more tables do not exist, they will be skipped without error. The Authentication Alias specified on the Scheduler resource will be used to create the tables. This operation is transactional. If any errors occur, the entire transaction is rolled-back.
Parameters:
resURI - The Scheduler Configuration object to use.
ResourceInstanceIdentifier
The resource being modified for the MBean is of type ResourceURI
The instance is identified by the value of the parameter

user - The userid to use to connect to the scheduler database.
password - The password to use to connect to the scheduler database.
Security Roles:
administrator
configurator

Copyright IBM Corp. 1996-2005