com.continuent.tungsten.replicator.backup
Class BackupCapabilities

java.lang.Object
  extended by com.continuent.tungsten.replicator.backup.BackupCapabilities

public class BackupCapabilities
extends java.lang.Object

Specifies capabilities of a backup agent.

Version:
1.0
Author:
Robert Hodges

Constructor Summary
BackupCapabilities()
           
 
Method Summary
 boolean isHotBackupEnabled()
          If true this agent can backup while replication is online.
 void setHotBackupEnabled(boolean hotBackupEnabled)
          Sets whether this agent support hot backup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackupCapabilities

public BackupCapabilities()
Method Detail

isHotBackupEnabled

public boolean isHotBackupEnabled()
If true this agent can backup while replication is online.


setHotBackupEnabled

public void setHotBackupEnabled(boolean hotBackupEnabled)
Sets whether this agent support hot backup.