org.apache.tuscany.sca.node.impl
Class RuntimeBootStrapper

java.lang.Object
  extended by org.apache.tuscany.sca.node.impl.RuntimeBootStrapper

public class RuntimeBootStrapper
extends java.lang.Object


Constructor Summary
RuntimeBootStrapper(java.lang.ClassLoader classLoader)
           
 
Method Summary
 void buildComposite(Composite composite)
           
 AssemblyFactory getAssemblyFactory()
           
 CompositeActivator getCompositeActivator()
           
 CompositeBuilder getCompositeBuilder()
           
 ContributionService getContributionService()
           
 ExtensionPointRegistry getExtensionPointRegistry()
           
 ProxyFactory getProxyFactory()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeBootStrapper

public RuntimeBootStrapper(java.lang.ClassLoader classLoader)
Method Detail

start

public void start()
           throws ActivationException
Throws:
ActivationException

stop

public void stop()
          throws ActivationException
Throws:
ActivationException

buildComposite

public void buildComposite(Composite composite)
                    throws CompositeBuilderException
Throws:
CompositeBuilderException

getContributionService

public ContributionService getContributionService()

getCompositeActivator

public CompositeActivator getCompositeActivator()

getCompositeBuilder

public CompositeBuilder getCompositeBuilder()

getAssemblyFactory

public AssemblyFactory getAssemblyFactory()

getProxyFactory

public ProxyFactory getProxyFactory()
Returns:
the proxyFactory

getExtensionPointRegistry

public ExtensionPointRegistry getExtensionPointRegistry()
Returns:
the registry