javax.webbeans.manager
Interface Contextual<T>

All Known Implementing Classes:
Bean, Decorator, Interceptor

public interface Contextual<T>

The contract between a Context and an object that has its lifecycle managed by the context

Author:
Nicklas Karlsson

Method Summary
 T create()
           
 void destroy(T instance)
           
 

Method Detail

create

T create()

destroy

void destroy(T instance)


Copyright © 2008. All Rights Reserved.