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

Method Summary
 void accept(ICommand aCommand)
           
 boolean contains(String aServiceName)
           
 ILoggerService getLoggerService()
           
 IMailService getMailService()
           
 IService getService(String serviceName)
           
 ITransactionService getTransactionService()
           
 

Method Detail

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.