Class MuleTestingProcessingStrategiesTestConnectionProvider
java.lang.Object
org.mule.extension.mule.testing.processing.strategies.test.internal.MuleTestingProcessingStrategiesTestConnectionProvider
- All Implemented Interfaces:
org.mule.runtime.api.connection.ConnectionProvider<CompletionCallbacksDeferrer>,org.mule.runtime.api.connection.PoolingConnectionProvider<CompletionCallbacksDeferrer>,org.mule.runtime.api.connection.PoolingListener<CompletionCallbacksDeferrer>,org.mule.runtime.api.lifecycle.Disposable,org.mule.runtime.api.lifecycle.Initialisable,org.mule.runtime.api.lifecycle.Lifecycle,org.mule.runtime.api.lifecycle.Startable,org.mule.runtime.api.lifecycle.Stoppable
public class MuleTestingProcessingStrategiesTestConnectionProvider
extends Object
implements org.mule.runtime.api.connection.PoolingConnectionProvider<CompletionCallbacksDeferrer>, org.mule.runtime.api.lifecycle.Lifecycle
-
Field Summary
Fields inherited from interface org.mule.runtime.api.lifecycle.Disposable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Initialisable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Startable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Stoppable
PHASE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnect()voiddisconnect(CompletionCallbacksDeferrer connection) voiddispose()voidvoidstart()voidstop()org.mule.runtime.api.connection.ConnectionValidationResultvalidate(CompletionCallbacksDeferrer connection) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.runtime.api.connection.PoolingListener
onBorrow, onReturn
-
Constructor Details
-
MuleTestingProcessingStrategiesTestConnectionProvider
public MuleTestingProcessingStrategiesTestConnectionProvider()
-
-
Method Details
-
connect
public CompletionCallbacksDeferrer connect() throws org.mule.runtime.api.connection.ConnectionException- Specified by:
connectin interfaceorg.mule.runtime.api.connection.ConnectionProvider<CompletionCallbacksDeferrer>- Throws:
org.mule.runtime.api.connection.ConnectionException
-
disconnect
- Specified by:
disconnectin interfaceorg.mule.runtime.api.connection.ConnectionProvider<CompletionCallbacksDeferrer>
-
validate
public org.mule.runtime.api.connection.ConnectionValidationResult validate(CompletionCallbacksDeferrer connection) - Specified by:
validatein interfaceorg.mule.runtime.api.connection.ConnectionProvider<CompletionCallbacksDeferrer>
-
initialise
public void initialise() throws org.mule.runtime.api.lifecycle.InitialisationException- Specified by:
initialisein interfaceorg.mule.runtime.api.lifecycle.Initialisable- Throws:
org.mule.runtime.api.lifecycle.InitialisationException
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.mule.runtime.api.lifecycle.Disposable
-
start
public void start() throws org.mule.runtime.api.exception.MuleException- Specified by:
startin interfaceorg.mule.runtime.api.lifecycle.Startable- Throws:
org.mule.runtime.api.exception.MuleException
-
stop
public void stop() throws org.mule.runtime.api.exception.MuleException- Specified by:
stopin interfaceorg.mule.runtime.api.lifecycle.Stoppable- Throws:
org.mule.runtime.api.exception.MuleException
-