| java.lang.Object org.jboss.ejb.EJBArgsPolicyContextHandler
EJBArgsPolicyContextHandler | public class EJBArgsPolicyContextHandler implements PolicyContextHandler(Code) | | A PolicyContextHandler for the EJB invocation arguments.
author: Scott.Stark@jboss.org version: $Revison:$ |
getContext | public Object getContext(String key, Object data) throws PolicyContextException(Code) | | Access the EJB policy context data.
Parameters: key - "javax.ejb.arguments" Parameters: data - currently unused Object[] for the active invocation args throws: javax.security.jacc.PolicyContextException - |
getKeys | public String[] getKeys() throws PolicyContextException(Code) | | |
supports | public boolean supports(String key) throws PolicyContextException(Code) | | |
|
|