public class

SunSystemsSSCConnectorLifecycleInjectionAdapter

extends SunSystemsSSCConnectorMetadataAdapater
implements Disposable Initialisable Startable Stoppable
java.lang.Object
   ↳ com.computime.sunsystemsssc.SunSystemsSSCConnector
     ↳ com.computime.sunsystemsssc.adapters.SunSystemsSSCConnectorCapabilitiesAdapter
       ↳ com.computime.sunsystemsssc.adapters.SunSystemsSSCConnectorMetadataAdapater
         ↳ com.computime.sunsystemsssc.adapters.SunSystemsSSCConnectorLifecycleInjectionAdapter
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A SunSystemsSSCConnectorLifecycleInjectionAdapter is a wrapper around SunSystemsSSCConnector that adds lifecycle methods to the pojo.

Summary

[Expand]
Inherited Constants
From class com.computime.sunsystemsssc.adapters.SunSystemsSSCConnectorMetadataAdapater
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 com.computime.sunsystemsssc.SunSystemsSSCConnector
Public Constructors
SunSystemsSSCConnectorLifecycleInjectionAdapter()
Public Methods
void dispose()
void initialise()
void start()
void stop()
[Expand]
Inherited Methods
From class com.computime.sunsystemsssc.adapters.SunSystemsSSCConnectorMetadataAdapater
From class com.computime.sunsystemsssc.adapters.SunSystemsSSCConnectorCapabilitiesAdapter
From class com.computime.sunsystemsssc.SunSystemsSSCConnector
From class java.lang.Object
From interface org.mule.api.MetadataAware
From interface org.mule.api.devkit.capability.Capabilities
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

Public Constructors

public SunSystemsSSCConnectorLifecycleInjectionAdapter ()

Public Methods

public void dispose ()

public void initialise ()

Throws
InitialisationException

public void start ()

Throws
MuleException

public void stop ()

Throws
MuleException