com.dbxml.db.enterprise.sync
Class SyncManager
java.lang.Object
com.dbxml.util.SimpleConfigurable
com.dbxml.db.core.extension.SimpleExtension
com.dbxml.db.enterprise.sync.SyncManager
- All Implemented Interfaces:
- Configurable, Extension
- public final class SyncManager
- extends SimpleExtension
SyncManager
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAMS_addGroup
public static final java.lang.String[] PARAMS_addGroup
PARAMS_removeGroup
public static final java.lang.String[] PARAMS_removeGroup
PARAMS_addCollection
public static final java.lang.String[] PARAMS_addCollection
PARAMS_removeCollection
public static final java.lang.String[] PARAMS_removeCollection
PARAMS_listCollections
public static final java.lang.String[] PARAMS_listCollections
PARAMS_addGroupToContent
public static final java.lang.String[] PARAMS_addGroupToContent
PARAMS_removeGroupFromContent
public static final java.lang.String[] PARAMS_removeGroupFromContent
PARAMS_listContentGroups
public static final java.lang.String[] PARAMS_listContentGroups
PARAMS_listGroupContents
public static final java.lang.String[] PARAMS_listGroupContents
PARAMS_listGroupChanges
public static final java.lang.String[] PARAMS_listGroupChanges
PARAMS_listAllChanges
public static final java.lang.String[] PARAMS_listAllChanges
SyncManager
public SyncManager()
getMachineID
public java.lang.String getMachineID()
addGroup
public void addGroup(java.lang.String group)
throws DBException
- Throws:
DBException
removeGroup
public void removeGroup(java.lang.String group)
throws DBException
- Throws:
DBException
listGroups
public java.lang.String[] listGroups()
throws DBException
- Throws:
DBException
addCollection
public void addCollection(java.lang.String group,
java.lang.String collection)
throws DBException
- Throws:
DBException
removeCollection
public void removeCollection(java.lang.String group,
java.lang.String collection)
throws DBException
- Throws:
DBException
listCollections
public java.lang.String[] listCollections(java.lang.String group)
throws DBException
- Throws:
DBException
addGroupToContent
public void addGroupToContent(java.lang.String path,
java.lang.String group)
throws DBException
- Throws:
DBException
removeGroupFromContent
public void removeGroupFromContent(java.lang.String path,
java.lang.String group)
throws DBException
- Throws:
DBException
listContentGroups
public java.lang.String[] listContentGroups(java.lang.String path)
throws DBException
- Throws:
DBException
listGroupContents
public java.lang.String[] listGroupContents(java.lang.String group)
throws DBException
- Throws:
DBException
listGroupChanges
public org.w3c.dom.Document listGroupChanges(java.util.Date date,
java.lang.String[] groups)
throws DBException
- Throws:
DBException
listAllChanges
public org.w3c.dom.Document listAllChanges(java.util.Date date)
throws DBException
- Throws:
DBException
Copyright (c) 2004 The dbXML Group