Uses of Interface
org.apache.tuscany.sca.core.ExtensionPointRegistry

Packages that use ExtensionPointRegistry
org.apache.tuscany.sca.core   
 

Uses of ExtensionPointRegistry in org.apache.tuscany.sca.core
 

Classes in org.apache.tuscany.sca.core that implement ExtensionPointRegistry
 class DefaultExtensionPointRegistry
          Default implementation of a registry to hold all the Tuscany core extension points.
 

Methods in org.apache.tuscany.sca.core with parameters of type ExtensionPointRegistry
 void ModuleActivator.start(ExtensionPointRegistry registry)
          This method is invoked when the module is started by the Tuscany system.
 void ModuleActivator.stop(ExtensionPointRegistry registry)
          This method is invoked when the module is stopped by the Tuscany system.