Class IQuotaServiceFactoryProvider (2.0.0)

public final class IQuotaServiceFactoryProvider extends FactoryProvider<IQuotaServiceFactory>

Factory provider for IQuotaServiceFactory.

Note: This class is not intended for end users.

Inheritance

java.lang.Object > FactoryProvider > IQuotaServiceFactoryProvider

Constructors

IQuotaServiceFactoryProvider()

public IQuotaServiceFactoryProvider()

Methods

getFactoryInstance()

protected IQuotaServiceFactory getFactoryInstance()

Return an instance of the factory

Returns
TypeDescription
IQuotaServiceFactory
Overrides