From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/host/embedded/impl/ReallySmallRuntime.html | 413 +++++++++++++++++++++ 1 file changed, 413 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/embedded/impl/ReallySmallRuntime.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/embedded/impl/ReallySmallRuntime.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/embedded/impl/ReallySmallRuntime.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/embedded/impl/ReallySmallRuntime.html new file mode 100644 index 0000000000..adf11ed638 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/embedded/impl/ReallySmallRuntime.html @@ -0,0 +1,413 @@ + + + + + + +ReallySmallRuntime + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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
+ voidbuildComposite(Composite composite) + +
+           
+ AssemblyFactorygetAssemblyFactory() + +
+           
+ CompositeActivatorgetCompositeActivator() + +
+           
+ CompositeBuildergetCompositeBuilder() + +
+           
+ ContributionServicegetContributionService() + +
+           
+ ExtensionPointRegistrygetExtensionPointRegistry() + +
+           
+ ProxyFactorygetProxyFactory() + +
+           
+ voidstart() + +
+           
+ voidstop() + +
+           
+ + + + + + + +
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
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3