WebSphere:*,type=WASSchedulerCfgHelper
MBean WASSchedulerCfgHelper
Scheduler Configuration Helper
Operation Summary | |
---|---|
void | verifyTables( Verifies that the Scheduler tables are setup correctly. |
void | verifyTables( Verifies that the Scheduler tables are setup correctly. |
void | verifyTables( Verifies that the Scheduler tables are setup correctly. |
java.lang.Boolean | createTables( Creates the Scheduler Tables for this Scheduler Instance. |
java.lang.Boolean | createTables( Creates the Scheduler Tables for this Scheduler Instance. |
java.lang.Boolean | createTables( Creates the Scheduler Tables for this Scheduler Instance. |
java.lang.Boolean | dropTables( Drops the Scheduler Tables for this Scheduler Instance. |
java.lang.Boolean | dropTables( Drops the Scheduler Tables for this Scheduler Instance. |
java.lang.Boolean | dropTables( Drops the Scheduler Tables for this Scheduler Instance. |
Operation Detail |
---|
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.
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
administrator
configurator
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.
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.
administrator
configurator
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.
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.
administrator
configurator
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.
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
administrator
configurator
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.
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.
administrator
configurator
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.
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.
administrator
configurator
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.
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
administrator
configurator
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.
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.
administrator
configurator
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.
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.
administrator
configurator