com.googlecode.jpattern.core
Class AApplicationProvider

java.lang.Object
  extended by com.googlecode.jpattern.core.AApplicationProvider
All Implemented Interfaces:
IProvider, Serializable

public abstract class AApplicationProvider
extends Object
implements IProvider

Author:
Francesco Cina' 29/gen/2011
See Also:
Serialized Form

Constructor Summary
AApplicationProvider(ISystem applicationSystem)
           
 
Method Summary
 void accept(ICommand aCommand)
           
 boolean contains(String aServiceName)
           
 ILoggerService getLoggerService()
           
 IMailService getMailService()
           
 IService getService(String aServiceName)
           
 ITransactionService getTransactionService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AApplicationProvider

public AApplicationProvider(ISystem applicationSystem)
Method Detail

contains

public boolean contains(String aServiceName)
Specified by:
contains in interface IProvider

getService

public IService getService(String aServiceName)
Specified by:
getService in interface IProvider

getLoggerService

public ILoggerService getLoggerService()
Specified by:
getLoggerService in interface IProvider

getMailService

public IMailService getMailService()
Specified by:
getMailService in interface IProvider

getTransactionService

public ITransactionService getTransactionService()
Specified by:
getTransactionService in interface IProvider

accept

public void accept(ICommand aCommand)
Specified by:
accept in interface IProvider


Copyright © 2011. All Rights Reserved.