com.googlecode.jpattern.gwt.client
Class NullApplicationProvider

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.NullApplicationProvider
All Implemented Interfaces:
IApplicationProvider

public class NullApplicationProvider
extends Object
implements IApplicationProvider

Author:
Francesco Cina' 12 Apr 2011

Constructor Summary
NullApplicationProvider()
           
 
Method Summary
 ILoggerService getLoggerService()
           
 IServerCallService getServerCallService()
           
 IService getService(String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullApplicationProvider

public NullApplicationProvider()
Method Detail

getLoggerService

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

getService

public IService getService(String serviceName)
Specified by:
getService in interface IApplicationProvider

getServerCallService

public IServerCallService getServerCallService()
Specified by:
getServerCallService in interface IApplicationProvider


Copyright © 2011. All Rights Reserved.