| java.lang.Object org.jboss.ejb.plugins.EnterpriseBeanPolicyContextHandler
EnterpriseBeanPolicyContextHandler | public class EnterpriseBeanPolicyContextHandler implements PolicyContextHandler(Code) | | A PolicyContextHandler for the active EnterpriseBean
author: Scott.Stark@jboss.org version: $Revison:$ |
EJB_CONTEXT_KEY | final public static String EJB_CONTEXT_KEY(Code) | | |
getContext | public Object getContext(String key, Object data) throws PolicyContextException(Code) | | Access the EJB policy context data.
Parameters: key - - "javax.ejb.EnterpriseBean" Parameters: data - currently unused The active EnterpriseBean throws: PolicyContextException - |
getKeys | public String[] getKeys() throws PolicyContextException(Code) | | |
setEnterpriseBean | static void setEnterpriseBean(Object bean)(Code) | | |
supports | public boolean supports(String key) throws PolicyContextException(Code) | | |
|
|