com.googlecode.jpattern.core
Class ApplicationService

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

public class ApplicationService
extends java.lang.Object
implements IProvider, ISystem

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

Constructor Summary
ApplicationService()
           
 
Method Summary
 void accept(ICommand aCommand)
           
 void build(AServiceBuilder aServiceBuilder)
           
 boolean contains(java.lang.String aServiceName)
           
 IService getService(java.lang.String aServiceName)
           
 void remove(java.lang.String aServiceName)
           
 void removeAllServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationService

public ApplicationService()
Method Detail

build

public void build(AServiceBuilder aServiceBuilder)
Specified by:
build in interface ISystem

remove

public void remove(java.lang.String aServiceName)
Specified by:
remove in interface ISystem

contains

public boolean contains(java.lang.String aServiceName)
Specified by:
contains in interface IProvider
Specified by:
contains in interface ISystem

getService

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

accept

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

removeAllServices

public void removeAllServices()
Specified by:
removeAllServices in interface ISystem


Copyright © 2011. All Rights Reserved.