org.eclipse.stardust.engine.api.pojo
Class AuditTrailPartitionManager
java.lang.Object
org.eclipse.stardust.engine.api.pojo.AuditTrailPartitionManager
public class AuditTrailPartitionManager
- extends java.lang.Object
|
Method Summary |
static void |
createAuditTrailPartition(java.lang.String partitionId,
java.lang.String password)
Creates a new partition with the given partitionId, if no partition having this id
currently exists. |
static void |
dropAuditTrailPartition(java.lang.String partitionId,
java.lang.String password)
Deletes the partition identified by the given partitionId. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditTrailPartitionManager
public AuditTrailPartitionManager()
createAuditTrailPartition
public static void createAuditTrailPartition(java.lang.String partitionId,
java.lang.String password)
throws java.sql.SQLException
- Creates a new partition with the given partitionId, if no partition having this id
currently exists.
- Parameters:
partitionId - - The id of the partition to be created.password - - The password of the sysconsole.
- Throws:
java.sql.SQLException
dropAuditTrailPartition
public static void dropAuditTrailPartition(java.lang.String partitionId,
java.lang.String password)
- Deletes the partition identified by the given partitionId.
- Parameters:
partitionId - - The id of the partition to be deleted.password - - The password of the sysconsole.
Copyright © 2014 SunGard CSA LLC. All Rights Reserved.