public class

PayrollInterfaceModuleLifecycleAdapter

extends PayrollInterfaceModuleMetadataAdapater
implements Disposable Initialisable Startable Stoppable
java.lang.Object
   ↳ org.mule.modules.workday.AbstractWorkdayModule
     ↳ org.mule.modules.workday.payrollinterface.PayrollInterfaceModule
       ↳ org.mule.modules.workday.payrollinterface.adapters.PayrollInterfaceModuleCapabilitiesAdapter
         ↳ org.mule.modules.workday.payrollinterface.adapters.PayrollInterfaceModuleMetadataAdapater
           ↳ org.mule.modules.workday.payrollinterface.adapters.PayrollInterfaceModuleLifecycleAdapter
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A PayrollInterfaceModuleLifecycleAdapter is a wrapper around PayrollInterfaceModule that adds lifecycle methods to the pojo.

Summary

[Expand]
Inherited Constants
From class org.mule.modules.workday.payrollinterface.adapters.PayrollInterfaceModuleMetadataAdapater
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.workday.payrollinterface.PayrollInterfaceModule
Public Constructors
PayrollInterfaceModuleLifecycleAdapter()
Public Methods
void dispose()
void initialise()
void start()
void stop()
[Expand]
Inherited Methods
From class org.mule.modules.workday.payrollinterface.adapters.PayrollInterfaceModuleMetadataAdapater
From class org.mule.modules.workday.payrollinterface.adapters.PayrollInterfaceModuleCapabilitiesAdapter
From class org.mule.modules.workday.payrollinterface.PayrollInterfaceModule
From class org.mule.modules.workday.AbstractWorkdayModule
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.workday.absence.basic.Capabilities
From interface org.mule.modules.workday.absence.basic.MetadataAware

Public Constructors

public PayrollInterfaceModuleLifecycleAdapter ()

Public Methods

public void dispose ()

public void initialise ()

Throws
InitialisationException

public void start ()

Throws
MuleException

public void stop ()

Throws
MuleException