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 --- .../spring/SpringImplementationProvider.html | 362 +++++++++++++++++++++ 1 file changed, 362 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/SpringImplementationProvider.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/SpringImplementationProvider.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/SpringImplementationProvider.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/SpringImplementationProvider.html new file mode 100644 index 0000000000..02a19b32a4 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/SpringImplementationProvider.html @@ -0,0 +1,362 @@ + + + + + + +SpringImplementationProvider + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.spring +
+Class SpringImplementationProvider

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.spring.SpringImplementationProvider
+
+
+
All Implemented Interfaces:
ImplementationProvider
+
+
+
+
public class SpringImplementationProvider
extends java.lang.Object
implements ImplementationProvider
+ + +

+A provider class for runtime Spring implementation instances +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpringImplementationProvider(RuntimeComponent component, + SpringImplementation implementation, + ProxyFactory proxyService, + JavaPropertyValueObjectFactory propertyValueObjectFactory, + java.util.List<PolicyHandlerTuple> policyHandlerClassNames) + +
+          Constructor for the provider - takes a component definition and a Spring implementation + description
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ InvokercreateInvoker(RuntimeComponentService service, + Operation operation) + +
+          Create an invoker for the component implementation in the invocation + chain.
+ voidstart() + +
+          Start this Spring implementation instance
+ voidstop() + +
+          Stop this implementation instance
+ booleansupportsOneWayInvocation() + +
+          For bindings that invoke one-way callback operations asynchronously, + there is no need to perform a thread switch before calling the invoker.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SpringImplementationProvider

+
+public SpringImplementationProvider(RuntimeComponent component,
+                                    SpringImplementation implementation,
+                                    ProxyFactory proxyService,
+                                    JavaPropertyValueObjectFactory propertyValueObjectFactory,
+                                    java.util.List<PolicyHandlerTuple> policyHandlerClassNames)
+
+
Constructor for the provider - takes a component definition and a Spring implementation + description +

+

+
Parameters:
component - - the component in the assembly
implementation - - the implementation
+
+ + + + + + + + +
+Method Detail
+ +

+createInvoker

+
+public Invoker createInvoker(RuntimeComponentService service,
+                             Operation operation)
+
+
Description copied from interface: ImplementationProvider
+
Create an invoker for the component implementation in the invocation + chain. The invoker will be responsible for calling the implementation + logic for the given component. +

+

+
Specified by:
createInvoker in interface ImplementationProvider
+
+
+
Parameters:
service - The component service
operation - The operation that the interceptor will handle +
Returns:
An invoker that handles the invocation logic, null should be + returned if no invoker is required
+
+
+
+ +

+supportsOneWayInvocation

+
+public boolean supportsOneWayInvocation()
+
+
Description copied from interface: ImplementationProvider
+
For bindings that invoke one-way callback operations asynchronously, + there is no need to perform a thread switch before calling the invoker. + This method indicates whether the binding has this capability. +

+

+
Specified by:
supportsOneWayInvocation in interface ImplementationProvider
+
+
+ +
Returns:
true if the callback invoker is able to invoke one-way operations + asynchronously, false if all invocations are synchronous
+
+
+
+ +

+start

+
+public void start()
+
+
Start this Spring implementation instance +

+

+
Specified by:
start in interface ImplementationProvider
+
+
+
+
+
+
+ +

+stop

+
+public void stop()
+
+
Stop this implementation instance +

+

+
Specified by:
stop in interface ImplementationProvider
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3