From 6d44a8fe2fe2dd97bdd7ed176ab3e69609c2ef39 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Wed, 23 May 2012 17:32:52 +0200 Subject: Update docs (cdo) --- .../common/model/CDOPackageRegistryPopulator.html | 1158 ++++++++++---------- 1 file changed, 579 insertions(+), 579 deletions(-) (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/model/CDOPackageRegistryPopulator.html') diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/model/CDOPackageRegistryPopulator.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/model/CDOPackageRegistryPopulator.html index 7be5bbe563..f07e26cb49 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/model/CDOPackageRegistryPopulator.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/model/CDOPackageRegistryPopulator.html @@ -1,579 +1,579 @@ - - - - - - -CDOPackageRegistryPopulator (CDO Model Repository Documentation) - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.eclipse.emf.cdo.common.model -
-Class CDOPackageRegistryPopulator

-
-java.lang.Object
-  extended by org.eclipse.net4j.util.event.Notifier
-      extended by org.eclipse.net4j.util.lifecycle.Lifecycle
-          extended by org.eclipse.net4j.util.concurrent.Worker
-              extended by org.eclipse.emf.cdo.common.model.CDOPackageRegistryPopulator
-
-
-
All Implemented Interfaces:
INotifier, ILifecycle
-
-
-
-
public class CDOPackageRegistryPopulator -
extends Worker -
- - - - - - - - - -
- - - -

-Populates a target package registry by asynchronously polling a source - package registry for new EPackage registrations. -

- -

-

-
Since:
-
2.0
-
-
- -

- - - - - - - - - - - -
-Nested Class Summary
-static classCDOPackageRegistryPopulator.Descriptor - -
-          A package descriptor that resolves packages from - a source package registry.
- - - - - - - -
Nested classes/interfaces inherited from class org.eclipse.net4j.util.concurrent.Worker
Worker.WorkContext
-  - - - - - - - - - - - -
-Field Summary
-static intDEFAULT_SOURCE_POLL_INTERVAL - -
-           
- - - - - - - -
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
CDOPackageRegistryPopulator(CDOPackageRegistry target) - -
-           
CDOPackageRegistryPopulator(EPackage.Registry source, - CDOPackageRegistry target) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-protected  voiddoActivate() - -
-           
-protected  voiddoWork() - -
-           
- EPackage.RegistrygetSource() - -
-           
- longgetSourcePollInterval() - -
-           
- CDOPackageRegistrygetTarget() - -
-           
-static booleanpopulate(CDOPackageRegistry target) - -
-           
-static booleanpopulate(EPackage.Registry source, - CDOPackageRegistry target) - -
-           
- voidsetSourcePollInterval(long sourcePollInterval) - -
-           
-protected  voidwork(Worker.WorkContext context) - -
-           
- - - - - - - -
Methods inherited from class org.eclipse.net4j.util.concurrent.Worker
doDeactivate, getActivationTimeout, getDeactivationTimeout, getGlobalErrorHandler, getThreadName, 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, fireEvent, fireEvent, fireEvent, firstListenerAdded, getListeners, getNotificationService, hasListeners, lastListenerRemoved, 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 Detail
- -

-DEFAULT_SOURCE_POLL_INTERVAL

-
-public static final int DEFAULT_SOURCE_POLL_INTERVAL
-
-
-
See Also:
Constant Field Values
-
- - - - - - - - -
-Constructor Detail
- -

-CDOPackageRegistryPopulator

-
-public CDOPackageRegistryPopulator(CDOPackageRegistry target)
-
-
-
- -

-CDOPackageRegistryPopulator

-
-public CDOPackageRegistryPopulator(EPackage.Registry source,
-                                   CDOPackageRegistry target)
-
-
- - - - - - - - -
-Method Detail
- -

-getSource

-
-public EPackage.Registry getSource()
-
-
-
-
-
-
- -

-getTarget

-
-public CDOPackageRegistry getTarget()
-
-
-
-
-
-
- -

-getSourcePollInterval

-
-public long getSourcePollInterval()
-
-
-
-
-
-
- -

-setSourcePollInterval

-
-public void setSourcePollInterval(long sourcePollInterval)
-
-
-
-
-
-
- -

-work

-
-protected void work(Worker.WorkContext context)
-             throws Exception
-
-
-
Specified by:
work in class Worker
-
-
- -
Throws: -
Exception
-
-
-
- -

-doWork

-
-protected void doWork()
-
-
-
-
-
-
- -

-doActivate

-
-protected void doActivate()
-                   throws Exception
-
-
-
Overrides:
doActivate in class Worker
-
-
- -
Throws: -
Exception
-
-
-
- -

-populate

-
-public static boolean populate(CDOPackageRegistry target)
-
-
-
-
-
-
- -

-populate

-
-public static boolean populate(EPackage.Registry source,
-                               CDOPackageRegistry target)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others. - - + + + + + + +CDOPackageRegistryPopulator (CDO Model Repository Documentation) + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.eclipse.emf.cdo.common.model +
+Class CDOPackageRegistryPopulator

+
+java.lang.Object
+  extended by org.eclipse.net4j.util.event.Notifier
+      extended by org.eclipse.net4j.util.lifecycle.Lifecycle
+          extended by org.eclipse.net4j.util.concurrent.Worker
+              extended by org.eclipse.emf.cdo.common.model.CDOPackageRegistryPopulator
+
+
+
All Implemented Interfaces:
INotifier, ILifecycle
+
+
+
+
public class CDOPackageRegistryPopulator +
extends Worker +
+ + + + + + + + + +
+ + + +

+Populates a target package registry by asynchronously polling a source + package registry for new EPackage registrations. +

+ +

+

+
Since:
+
2.0
+
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classCDOPackageRegistryPopulator.Descriptor + +
+          A package descriptor that resolves packages from + a source package registry.
+ + + + + + + +
Nested classes/interfaces inherited from class org.eclipse.net4j.util.concurrent.Worker
Worker.WorkContext
+  + + + + + + + + + + + +
+Field Summary
+static intDEFAULT_SOURCE_POLL_INTERVAL + +
+           
+ + + + + + + +
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
CDOPackageRegistryPopulator(CDOPackageRegistry target) + +
+           
CDOPackageRegistryPopulator(EPackage.Registry source, + CDOPackageRegistry target) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddoActivate() + +
+           
+protected  voiddoWork() + +
+           
+ EPackage.RegistrygetSource() + +
+           
+ longgetSourcePollInterval() + +
+           
+ CDOPackageRegistrygetTarget() + +
+           
+static booleanpopulate(CDOPackageRegistry target) + +
+           
+static booleanpopulate(EPackage.Registry source, + CDOPackageRegistry target) + +
+           
+ voidsetSourcePollInterval(long sourcePollInterval) + +
+           
+protected  voidwork(Worker.WorkContext context) + +
+           
+ + + + + + + +
Methods inherited from class org.eclipse.net4j.util.concurrent.Worker
doDeactivate, getActivationTimeout, getDeactivationTimeout, getGlobalErrorHandler, getThreadName, 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, fireEvent, fireEvent, fireEvent, firstListenerAdded, getListeners, getNotificationService, hasListeners, lastListenerRemoved, 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 Detail
+ +

+DEFAULT_SOURCE_POLL_INTERVAL

+
+public static final int DEFAULT_SOURCE_POLL_INTERVAL
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+CDOPackageRegistryPopulator

+
+public CDOPackageRegistryPopulator(CDOPackageRegistry target)
+
+
+
+ +

+CDOPackageRegistryPopulator

+
+public CDOPackageRegistryPopulator(EPackage.Registry source,
+                                   CDOPackageRegistry target)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSource

+
+public EPackage.Registry getSource()
+
+
+
+
+
+
+ +

+getTarget

+
+public CDOPackageRegistry getTarget()
+
+
+
+
+
+
+ +

+getSourcePollInterval

+
+public long getSourcePollInterval()
+
+
+
+
+
+
+ +

+setSourcePollInterval

+
+public void setSourcePollInterval(long sourcePollInterval)
+
+
+
+
+
+
+ +

+work

+
+protected void work(Worker.WorkContext context)
+             throws Exception
+
+
+
Specified by:
work in class Worker
+
+
+ +
Throws: +
Exception
+
+
+
+ +

+doWork

+
+protected void doWork()
+
+
+
+
+
+
+ +

+doActivate

+
+protected void doActivate()
+                   throws Exception
+
+
+
Overrides:
doActivate in class Worker
+
+
+ +
Throws: +
Exception
+
+
+
+ +

+populate

+
+public static boolean populate(CDOPackageRegistry target)
+
+
+
+
+
+
+ +

+populate

+
+public static boolean populate(EPackage.Registry source,
+                               CDOPackageRegistry target)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others. + + -- cgit v1.2.3