public abstract class

StormpathModuleLifecycleAdapter

extends StormpathModuleMetadataAdapater
implements Disposable Initialisable Startable Stoppable
java.lang.Object
   ↳ org.mule.modules.stormpath.StormpathModule
     ↳ org.mule.modules.stormpath.adapters.StormpathModuleCapabilitiesAdapter
       ↳ org.mule.modules.stormpath.adapters.StormpathModuleMetadataAdapater
         ↳ org.mule.modules.stormpath.adapters.StormpathModuleLifecycleAdapter
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A StormpathModuleLifecycleAdapter is a wrapper around StormpathModule that adds lifecycle methods to the pojo.

Summary

[Expand]
Inherited Constants
From class org.mule.modules.stormpath.adapters.StormpathModuleMetadataAdapater
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.stormpath.StormpathModule
Public Constructors
StormpathModuleLifecycleAdapter()
Public Methods
void dispose()
void initialise()
void start()
void stop()
[Expand]
Inherited Methods
From class org.mule.modules.stormpath.adapters.StormpathModuleMetadataAdapater
From class org.mule.modules.stormpath.adapters.StormpathModuleCapabilitiesAdapter
From class org.mule.modules.stormpath.StormpathModule
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.stormpath.basic.Capabilities
From interface org.mule.modules.stormpath.basic.MetadataAware

Public Constructors

public StormpathModuleLifecycleAdapter ()

Public Methods

public void dispose ()

public void initialise ()

Throws
InitialisationException

public void start ()

Throws
MuleException

public void stop ()

Throws
MuleException