org.eclipse.stardust.engine.api.pojo
Class AuditTrailPartitionManager

java.lang.Object
  extended by org.eclipse.stardust.engine.api.pojo.AuditTrailPartitionManager

public class AuditTrailPartitionManager
extends Object


Constructor Summary
AuditTrailPartitionManager()
           
 
Method Summary
static void createAuditTrailPartition(String partitionId, String password)
          Creates a new partition with the given partitionId, if no partition having this id currently exists.
static void dropAuditTrailPartition(String partitionId, 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
 

Constructor Detail

AuditTrailPartitionManager

public AuditTrailPartitionManager()
Method Detail

createAuditTrailPartition

public static void createAuditTrailPartition(String partitionId,
                                             String password)
                                      throws 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:
SQLException

dropAuditTrailPartition

public static void dropAuditTrailPartition(String partitionId,
                                           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 © 2017 Eclipse Stardust. All Rights Reserved.