Class CDOPackageRegistryPopulator

java.lang.Object
org.eclipse.net4j.util.event.Notifier
org.eclipse.net4j.util.lifecycle.Lifecycle
org.eclipse.net4j.util.concurrent.Worker
org.eclipse.emf.cdo.common.model.CDOPackageRegistryPopulator
All Implemented Interfaces:
org.eclipse.net4j.util.event.INotifier, org.eclipse.net4j.util.event.INotifier.INotifier2, org.eclipse.net4j.util.lifecycle.IDeactivateable, org.eclipse.net4j.util.lifecycle.ILifecycle, org.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivation

public class CDOPackageRegistryPopulator extends org.eclipse.net4j.util.concurrent.Worker
Populates a target package registry by asynchronously polling a source package registry for new EPackage registrations.
Since:
2.0
Author:
Eike Stepper
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    A package descriptor that resolves packages from a source package registry.

    Nested classes/interfaces inherited from class org.eclipse.net4j.util.concurrent.Worker

    org.eclipse.net4j.util.concurrent.Worker.WorkContext

    Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle

    org.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivation

    Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier

    org.eclipse.net4j.util.event.INotifier.INotifier2
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     

    Fields inherited from class org.eclipse.net4j.util.concurrent.Worker

    DEFAULT_ERROR_HANDLER, DEFAULT_TIMEOUT

    Fields inherited from class org.eclipse.net4j.util.lifecycle.Lifecycle

    USE_LABEL
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     
     
    long
     
     
    protected String
     
    static boolean
     
    static boolean
     
    void
    setSourcePollInterval(long sourcePollInterval)
     
    protected void
    work(org.eclipse.net4j.util.concurrent.Worker.WorkContext context)
     

    Methods inherited from class org.eclipse.net4j.util.concurrent.Worker

    doDeactivate, getActivationTimeout, getDeactivationTimeout, getGlobalErrorHandler, getWorkerThread, handleError, isDaemon, setActivationTimeout, setDaemon, setDeactivationTimeout, setGlobalErrorHandler

    Methods inherited from class org.eclipse.net4j.util.lifecycle.Lifecycle

    activate, checkActive, checkArg, checkArg, checkInactive, checkNull, checkState, checkState, deactivate, deferredActivate, doAfterActivate, doBeforeActivate, doBeforeDeactivate, dump, getLifecycleState, isActive, isDeferredActivation, toString

    Methods inherited from class org.eclipse.net4j.util.event.Notifier

    addListener, addUniqueListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListener, hasListeners, lastListenerRemoved, listenerAdded, listenerRemoved, removeListener

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.net4j.util.event.INotifier

    addListener, getListeners, hasListeners, removeListener
  • Field Details

    • DEFAULT_SOURCE_POLL_INTERVAL

      public static final int DEFAULT_SOURCE_POLL_INTERVAL
      See Also:
  • Constructor Details

  • Method Details

    • getSource

      public EPackage.Registry getSource()
    • getTarget

      public CDOPackageRegistry getTarget()
    • getSourcePollInterval

      public long getSourcePollInterval()
    • setSourcePollInterval

      public void setSourcePollInterval(long sourcePollInterval)
    • work

      protected void work(org.eclipse.net4j.util.concurrent.Worker.WorkContext context) throws Exception
      Specified by:
      work in class org.eclipse.net4j.util.concurrent.Worker
      Throws:
      Exception
    • doWork

      protected void doWork()
    • doActivate

      protected void doActivate() throws Exception
      Overrides:
      doActivate in class org.eclipse.net4j.util.concurrent.Worker
      Throws:
      Exception
    • getThreadName

      protected String getThreadName()
      Overrides:
      getThreadName in class org.eclipse.net4j.util.concurrent.Worker
    • populate

      public static boolean populate(CDOPackageRegistry target)
    • populate

      public static boolean populate(EPackage.Registry source, CDOPackageRegistry target)