com.googlecode.jpattern.core
Interface IProvider

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ApplicationService, NullServiceProvider

public interface IProvider
extends java.io.Serializable

Author:
Francesco Cina' 07/apr/2010

Method Summary
 boolean contains(java.lang.String aServiceName)
           
 IService getService(java.lang.String serviceName)
           
 

Method Detail

getService

IService getService(java.lang.String serviceName)

contains

boolean contains(java.lang.String aServiceName)


Copyright © 2011. All Rights Reserved.