org.ow2.easybeans.api.naming
Interface NamingInterceptor

All Superinterfaces:
EasyBeansInterceptor

public interface NamingInterceptor
extends EasyBeansInterceptor

The naming interceptors need to implements this interface.

Author:
Florent Benoit

Method Summary
 void initContext(String id, Context context)
          Init the context for the given name.
 void removeContext(String id)
          Remove the context associated to a given id.
 
Methods inherited from interface org.ow2.easybeans.api.EasyBeansInterceptor
intercept
 

Method Detail

initContext

void initContext(String id,
                 Context context)
Init the context for the given name.

Parameters:
id - the id.
context - the context associated to a factory's id.

removeContext

void removeContext(String id)
Remove the context associated to a given id.

Parameters:
id - the id.


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.