com.googlecode.jpattern.gwt.client
Class AApplication

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

public abstract class AApplication
extends Object
implements IApplicationProvider, IApplicationSystem

Author:
Francesco Cina' 12 Apr 2011

Constructor Summary
AApplication()
           
 
Method Summary
 void addService(String serviceName, IService service)
           
 ILoggerService getLoggerService()
           
 IServerCallService getServerCallService()
           
 IService getService(String serviceName)
           
 void setLoggerService(ILoggerService loggerService)
           
 void setServerCallService(IServerCallService serverCallService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.googlecode.jpattern.gwt.client.IApplicationSystem
startSystem, stopSystem
 

Constructor Detail

AApplication

public AApplication()
Method Detail

getLoggerService

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

setLoggerService

public void setLoggerService(ILoggerService loggerService)
Specified by:
setLoggerService in interface IApplicationSystem

getServerCallService

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

setServerCallService

public void setServerCallService(IServerCallService serverCallService)
Specified by:
setServerCallService in interface IApplicationSystem

getService

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

addService

public void addService(String serviceName,
                       IService service)
Specified by:
addService in interface IApplicationSystem


Copyright © 2011. All Rights Reserved.