public class

GooglePredictionConnectorLifecycleAdapter

extends GooglePredictionConnectorMetadataAdapater
implements Disposable Initialisable Startable Stoppable
java.lang.Object
   ↳ org.mule.modules.google.AbstractGoogleOAuthConnector
     ↳ org.mule.modules.google.prediction.GooglePredictionConnector
       ↳ org.mule.modules.google.prediction.adapters.GooglePredictionConnectorCapabilitiesAdapter
         ↳ org.mule.modules.google.prediction.adapters.GooglePredictionConnectorMetadataAdapater
           ↳ org.mule.modules.google.prediction.adapters.GooglePredictionConnectorLifecycleAdapter
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A GooglePredictionConnectorLifecycleAdapter is a wrapper around GooglePredictionConnector that adds lifecycle methods to the pojo.

Summary

[Expand]
Inherited Constants
From class org.mule.modules.google.prediction.adapters.GooglePredictionConnectorMetadataAdapater
From class org.mule.modules.google.AbstractGoogleOAuthConnector
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.api.lifecycle.Startable
From interface org.mule.api.lifecycle.Stoppable
[Expand]
Inherited Fields
From class org.mule.modules.google.prediction.GooglePredictionConnector
From class org.mule.modules.google.AbstractGoogleOAuthConnector
Public Constructors
GooglePredictionConnectorLifecycleAdapter()
Public Methods
void dispose()
void initialise()
void start()
void stop()
[Expand]
Inherited Methods
From class org.mule.modules.google.prediction.adapters.GooglePredictionConnectorMetadataAdapater
From class org.mule.modules.google.prediction.adapters.GooglePredictionConnectorCapabilitiesAdapter
From class org.mule.modules.google.prediction.GooglePredictionConnector
From class org.mule.modules.google.AbstractGoogleOAuthConnector
From class java.lang.Object
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.api.lifecycle.Startable
From interface org.mule.api.lifecycle.Stoppable
From interface org.mule.modules.google.prediction.basic.Capabilities
From interface org.mule.modules.google.prediction.basic.MetadataAware

Public Constructors

public GooglePredictionConnectorLifecycleAdapter ()

Public Methods

public void dispose ()

public void initialise ()

Throws
InitialisationException

public void start ()

Throws
MuleException

public void stop ()

Throws
MuleException