Deprecated API


Contents
Deprecated Methods
org.ow2.jonas.lib.ejb21.JContext.getCallerIdentity()
            
org.ow2.jonas.lib.ejb21.JMessageDrivenBean.getCallerIdentity()
          @exception java.lang.IllegalStateException always 
org.ow2.jonas.lib.ejb21.JMessageEndpoint.getCallerIdentity()
          @exception java.lang.IllegalStateException always 
org.ow2.jonas.lib.ejb21.JContext.getEnvironment()
            
org.ow2.jonas.lib.ejb21.JMessageDrivenBean.getEnvironment()
          Use the JNDI naming context java:comp/env instead. 
org.ow2.jonas.lib.ejb21.JMessageEndpoint.getEnvironment()
          Use the JNDI naming context java:comp/env instead. 
org.ow2.jonas.lib.ejb21.JContext.isCallerInRole(Identity)
          Use boolean isCallerInRole(String roleName) instead. Tests if the caller has a given role. 
org.ow2.jonas.lib.ejb21.JMessageDrivenBean.isCallerInRole(Identity)
          @throws java.lang.IllegalStateException for message driven bean because there is no security context available 
org.ow2.jonas.lib.ejb21.JMessageEndpoint.isCallerInRole(Identity)
          @throws java.lang.IllegalStateException for message driven bean because there is no security context available 
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.