Package org.eclipse.ecf.provider.local.identity

Examples of org.eclipse.ecf.provider.local.identity.LocalNamespace


  public void start(final BundleContext bundleContext) throws Exception {
    Activator.context = bundleContext;

    SafeRunner.run(new ExtensionRegistryRunnable(bundleContext) {
      protected void runWithoutRegistry() throws Exception {
        bundleContext.registerService(Namespace.class, new LocalNamespace(), null);
        bundleContext.registerService(ContainerTypeDescription.class, new ContainerTypeDescription("ecf.local", new LocalRemoteServiceContainerInstantiator(), "Local Container Instantiator", false, false), null); //$NON-NLS-1$//$NON-NLS-2$
      }
    });
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.provider.local.identity.LocalNamespace

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.