Deprecated API

Deprecated Methods
org.objectweb.jonas_ejb.container.JContext.getCallerIdentity()
            
org.objectweb.jonas_ejb.container.JMessageDrivenBean.getCallerIdentity()
            
org.objectweb.jonas_ejb.deployment.ejbql.SimpleCharStream.getColumn()
            
org.objectweb.jonas_ejb.container.JContext.getEnvironment()
            
org.objectweb.jonas_ejb.container.JMessageDrivenBean.getEnvironment()
          Use the JNDI naming context java:comp/env instead. 
org.objectweb.jonas_ejb.deployment.ejbql.SimpleCharStream.getLine()
            
org.objectweb.jonas_ejb.deployment.api.BeanDesc.getMethodDesc(Method)
          use getMethodDescIterator or getMethodDesc(int index) instead 
org.objectweb.jonas_ejb.container.JContext.isCallerInRole(Identity)
          Use boolean isCallerInRole(String roleName) instead. Tests if the caller has a given role. 
org.objectweb.jonas_ejb.container.JMessageDrivenBean.isCallerInRole(Identity)
            
org.objectweb.jonas_timer.TimerManager.removeTimer(TimerEvent)