From 8751ca0a45b9343f37161c9f762fb4c485944a5f Mon Sep 17 00:00:00 2001 From: beckerdo Date: Sun, 1 Feb 2009 20:45:55 +0000 Subject: TUSCANY-2485 Add JavaDocs for Tuscany 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739833 13f79535-47bb-0310-9956-ffa450edef68 --- .../BPELImplementationProviderFactory.html | 319 +++++++++++++++++++++ 1 file changed, 319 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/ode/provider/BPELImplementationProviderFactory.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/ode/provider/BPELImplementationProviderFactory.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/ode/provider/BPELImplementationProviderFactory.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/ode/provider/BPELImplementationProviderFactory.html new file mode 100644 index 0000000000..cd52b475d8 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/bpel/ode/provider/BPELImplementationProviderFactory.html @@ -0,0 +1,319 @@ + + + + + + +BPELImplementationProviderFactory + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.bpel.ode.provider +
+Class BPELImplementationProviderFactory

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.bpel.ode.provider.BPELImplementationProviderFactory
+
+
+
All Implemented Interfaces:
ImplementationProviderFactory<BPELImplementation>, ProviderFactory<BPELImplementation>
+
+
+
+
public class BPELImplementationProviderFactory
extends java.lang.Object
implements ImplementationProviderFactory<BPELImplementation>
+ + +

+BPEL Implementation provider factory + + We use the provider factory to instantiate a ODE server that is going to be injected in all BPEL components +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
BPELImplementationProviderFactory(ExtensionPointRegistry extensionPoints) + +
+          Default constructor receiving an extension point
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ImplementationProvidercreateImplementationProvider(RuntimeComponent component, + BPELImplementation implementation) + +
+          Creates a new BPEL Implementation and inject the EmbeddedODEServer
+ voiddestroy() + +
+           
+ java.lang.Class<BPELImplementation>getModelType() + +
+          The model type that this factory creates providers for.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BPELImplementationProviderFactory

+
+public BPELImplementationProviderFactory(ExtensionPointRegistry extensionPoints)
+
+
Default constructor receiving an extension point +

+

+
Parameters:
extensionPoints -
+
+ + + + + + + + +
+Method Detail
+ +

+createImplementationProvider

+
+public ImplementationProvider createImplementationProvider(RuntimeComponent component,
+                                                           BPELImplementation implementation)
+
+
Creates a new BPEL Implementation and inject the EmbeddedODEServer +

+

+
Specified by:
createImplementationProvider in interface ImplementationProviderFactory<BPELImplementation>
+
+
+
Parameters:
component - The runtime component
implementation - The implementation type +
Returns:
The implementation provider
+
+
+
+ +

+getModelType

+
+public java.lang.Class<BPELImplementation> getModelType()
+
+
Description copied from interface: ProviderFactory
+
The model type that this factory creates providers for. +

+

+
Specified by:
getModelType in interface ProviderFactory<BPELImplementation>
+
+
+ +
Returns:
the model type
+
+
+
+ +

+destroy

+
+public void destroy()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3