From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../context/impl/ExternalServiceContextImpl.html | 431 --------------------- 1 file changed, 431 deletions(-) delete mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/impl/ExternalServiceContextImpl.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/impl/ExternalServiceContextImpl.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/impl/ExternalServiceContextImpl.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/impl/ExternalServiceContextImpl.html deleted file mode 100644 index c14e860d8c..0000000000 --- a/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/impl/ExternalServiceContextImpl.html +++ /dev/null @@ -1,431 +0,0 @@ - - - - - - - -ExternalServiceContextImpl (Tuscany Core incubating-M1 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Tuscany Core -
- - - -
- -

- -org.apache.tuscany.core.context.impl -
-Class ExternalServiceContextImpl

-
-java.lang.Object
-  extended by org.apache.tuscany.core.context.impl.AbstractLifecycle
-      extended by org.apache.tuscany.core.context.impl.AbstractContext
-          extended by org.apache.tuscany.core.context.impl.ExternalServiceContextImpl
-
-
-
All Implemented Interfaces:
Context, EventPublisher, ExternalServiceContext, Lifecycle
-
-
-
-
public class ExternalServiceContextImpl
extends AbstractContext
implements ExternalServiceContext
- - -

-The default implementation of an external service context -

- -

-

-
Version:
-
$Rev: 400253 $ $Date: 2006-05-06 03:08:53 -0400 (Sat, 06 May 2006) $
-
-
- -

- - - - - - - -
-Field Summary
- - - - - - - -
Fields inherited from class org.apache.tuscany.core.context.impl.AbstractLifecycle
lifecycleState, name
- - - - - - - -
Fields inherited from interface org.apache.tuscany.core.context.Lifecycle
CONFIG_ERROR, ERROR, INITIALIZED, INITIALIZING, RUNNING, STARTED, STOPPED, STOPPING, UNINITIALIZED
-  - - - - - - - - - - -
-Constructor Summary
ExternalServiceContextImpl(java.lang.String name, - TargetWireFactory targetWireFactory, - ObjectFactory targetInstanceFactory) - -
-          Creates an external service context
-  - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- java.lang.ObjectgetHandler() - -
-          Returns the handler responsible for flowing a request through the external service
- java.lang.ObjectgetInstance(QualifiedName qName) - -
-          Returns the instance associated with the requested name, which may be in a atomic or composite form.
- voidstart() - -
-          Starts the Lifecycle.
- voidstop() - -
-          Stops the Lifecycle.
- - - - - - - -
Methods inherited from class org.apache.tuscany.core.context.impl.AbstractLifecycle
addListener, addListener, getLifecycleState, getListeners, getName, publish, removeListener, setName, toString
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- - - - - - - -
Methods inherited from interface org.apache.tuscany.core.context.EventPublisher
addListener, addListener, publish, removeListener
- - - - - - - -
Methods inherited from interface org.apache.tuscany.core.context.Lifecycle
getLifecycleState, getName, setName
-  -

- - - - - - - - -
-Constructor Detail
- -

-ExternalServiceContextImpl

-
-public ExternalServiceContextImpl(java.lang.String name,
-                                  TargetWireFactory targetWireFactory,
-                                  ObjectFactory targetInstanceFactory)
-
-
Creates an external service context -

-

-
Parameters:
name - the name of the external service
targetWireFactory - the factory which creates proxies implementing the configured service interface for the - external service. There is always only one proxy factory as an external service is configured with one - service
targetInstanceFactory - the object factory that creates an artifact capabile of communicating over the - binding transport configured on the external service. The object factory may implement a caching strategy.
-
- - - - - - - - -
-Method Detail
- -

-start

-
-public void start()
-           throws CoreRuntimeException
-
-
Description copied from interface: Lifecycle
-
Starts the Lifecycle. -

-

-
Specified by:
start in interface Lifecycle
-
-
- -
Throws: -
CoreRuntimeException
-
-
-
- -

-stop

-
-public void stop()
-          throws CoreRuntimeException
-
-
Description copied from interface: Lifecycle
-
Stops the Lifecycle. -

-

-
Specified by:
stop in interface Lifecycle
-
-
- -
Throws: -
CoreRuntimeException
-
-
-
- -

-getInstance

-
-public java.lang.Object getInstance(QualifiedName qName)
-                             throws TargetException
-
-
Description copied from interface: Context
-
Returns the instance associated with the requested name, which may be in a atomic or composite form. Atomic (i.e. - leaf) contexts will return an instance associated with the service name part of the compound name, which may be - null. -

- Composite contexts will return an instance (likely a proxy) of a contained entry point context. In this case, the - port name on the qualified name will correspond to the composite context name and the part name will be used to - retrieve the contained entry point context. The latter may be null. If the contained context is not an entry - point context, an exception will be thrown. -

-

-
Specified by:
getInstance in interface Context
-
-
-
Parameters:
qName - a qualified name of the requested instance -
Returns:
the implementation instance or a proxy to it -
Throws: -
TargetException - if an error occurs retrieving the instance or the requested component is not an entry - point.
See Also:
CompositeContext, -EntryPoint
-
-
-
- -

-getHandler

-
-public java.lang.Object getHandler()
-                            throws TargetException
-
-
Description copied from interface: ExternalServiceContext
-
Returns the handler responsible for flowing a request through the external service -

-

-
Specified by:
getHandler in interface ExternalServiceContext
-
-
- -
Throws: -
TargetException
-
-
- -
- - - - - - - - - - - - - - - - - - - -
-Tuscany Core -
- - - -
-- - - -- cgit v1.2.3