Class StandaloneContainerFinder

java.lang.Object
org.talend.sdk.component.runtime.serialization.TCCLContainerFinder
org.talend.sdk.component.runtime.manager.finder.StandaloneContainerFinder
All Implemented Interfaces:
org.talend.sdk.component.runtime.serialization.ContainerFinder

public class StandaloneContainerFinder extends org.talend.sdk.component.runtime.serialization.TCCLContainerFinder
a ContainerFinder which will starts and manage a single ComponentManager for the JVM (root classloader actually) life.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.talend.sdk.component.runtime.serialization.ContainerFinder

    org.talend.sdk.component.runtime.serialization.ContainerFinder.Instance
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.talend.sdk.component.runtime.serialization.LightContainer
    find(String plugin)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • find

      public org.talend.sdk.component.runtime.serialization.LightContainer find(String plugin)
      Specified by:
      find in interface org.talend.sdk.component.runtime.serialization.ContainerFinder
      Overrides:
      find in class org.talend.sdk.component.runtime.serialization.TCCLContainerFinder