javax.enterprise.inject.spi
Interface PassivationCapable


public interface PassivationCapable

Indicates that a custom implementation of Bean or Contextual is passivation capable.

Author:
Gavin King, David Allen

Method Summary
 String getId()
          A string that uniquely identifies the instance of Bean or Contextual.
 

Method Detail

getId

String getId()
A string that uniquely identifies the instance of Bean or Contextual. It is recommended that the string contain the package name of the class that implements Bean or Contextual.

Returns:
a unique identifier for the Bean or Contextual


Copyright © 2008-2010 Seam Framework. All Rights Reserved.