| clime.messadmin.providers.spi.BaseProvider
BaseProvider | abstract public interface BaseProvider (Code) | | author: Cédrik LIME |
Method Summary | |
public int | getPriority() Sort order for this provider. |
getPriority | public int getPriority()(Code) | | Sort order for this provider.
Providers with smaller priority will be executed before,
and providers with higher priority will be executed after.
priority of this provider |
|
|