org.araneaframework.framework
Interface FilterService

All Superinterfaces:
Component, Serializable, Service
All Known Implementing Classes:
BaseFilterService

public interface FilterService
extends Serializable, Service

Service that has at least single child and acts as a guardian, deciding which data should be let through to children and what services should they be allowed to use.

Author:
Jevgeni Kabanov (ekabanov at araneaframework dot org)
See Also:
BaseFilterService

Nested Class Summary
 
Nested classes inherited from class org.araneaframework.Service
Service.Interface
 
Method Summary
 void setChildService(Service childService)
           
 
Methods inherited from interface org.araneaframework.Service
_getService
 
Methods inherited from interface org.araneaframework.Component
_getComponent, getEnvironment, getScope, isAlive
 

Method Detail

setChildService

public void setChildService(Service childService)