Package org.eclipse.ecf.internal.sync.doc.identity

Examples of org.eclipse.ecf.internal.sync.doc.identity.IdentitySynchronizationStrategyFactory


   * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
   */
  public void start(BundleContext ctxt) throws Exception {
    bundle = this;
    this.context = ctxt;
    this.identity = new IdentitySynchronizationStrategyFactory();
    this.cola = new ColaSynchronizationStrategyFactory();
    // Register identity synchronizer service
    final Dictionary identityServiceProps = new Properties();
    identityServiceProps.put(IServiceConstants.SYNCSTRATEGY_TYPE_PROPERTY, IdentitySynchronizationStrategyFactory.SYNCHSTRATEGY_TYPE);
    identityServiceProps.put(IServiceConstants.SYNCSTRATEGY_PROVIDER_PROPETY, IdentitySynchronizationStrategyFactory.SYNCHSTRATEGY_PROVIDER);
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.internal.sync.doc.identity.IdentitySynchronizationStrategyFactory

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.