com.googlecode.jpattern.core
Interface IProvider
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AApplicationProvider, NullProvider
public interface IProvider
- extends Serializable
- Author:
- Francesco Cina'
07/apr/2010
accept
void accept(ICommand aCommand)
getService
IService getService(String serviceName)
getLoggerService
ILoggerService getLoggerService()
getMailService
IMailService getMailService()
getTransactionService
ITransactionService getTransactionService()
contains
boolean contains(String aServiceName)
Copyright © 2011. All Rights Reserved.