com.googlecode.jpattern.core
Class NullProvider

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

public class NullProvider
extends java.lang.Object
implements IProvider

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

Constructor Summary
NullProvider()
           
 
Method Summary
 boolean contains(java.lang.String aServiceName)
           
 ILoggerService getLoggerService()
           
 IService getService(java.lang.String aServiceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullProvider

public NullProvider()
Method Detail

getService

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

contains

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

getLoggerService

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


Copyright © 2011. All Rights Reserved.