com.googlecode.jpattern.core
Class NullServiceProvider

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

public class NullServiceProvider
extends java.lang.Object
implements IProvider

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

Constructor Summary
NullServiceProvider()
           
 
Method Summary
 boolean contains(java.lang.String aServiceName)
           
 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

NullServiceProvider

public NullServiceProvider()
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


Copyright © 2011. All Rights Reserved.