Package com.dbxml.db.core

Examples of com.dbxml.db.core.SystemCollection


   private SyncManager mgr;

   public void setCollection(Collection collection) {
      super.setCollection(collection);
      try {
         SystemCollection sysCol = getCollection().getSystemCollection();
         mgr = (SyncManager)sysCol.getExtensionManager().get(SYNCMGR_OBJ);
      }
      catch ( DBException e ) {
         System.err.println("ERROR: Can't retrieve SyncManager Extension");
         e.printStackTrace(System.err);
      }
View Full Code Here

TOP

Related Classes of com.dbxml.db.core.SystemCollection

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.