org.apache.tuscany.sca.host.embedded.impl
Class ReallySmallRuntime

java.lang.Object
  extended by org.apache.tuscany.sca.host.embedded.impl.ReallySmallRuntime

public class ReallySmallRuntime
extends java.lang.Object


Constructor Summary
ReallySmallRuntime(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

ReallySmallRuntime

public ReallySmallRuntime(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