Deprecated API

Deprecated Methods
org.objectweb.jonas_timer.TimerManager.addTimer(TimerEventListener, long, Object, boolean)
          use addTimerMs instead. 
org.objectweb.jonas_ejb.container.JMessageEndpoint.getCallerIdentity()
          @exception java.lang.IllegalStateException always 
org.objectweb.jonas_ejb.container.JMessageDrivenBean.getCallerIdentity()
          @exception java.lang.IllegalStateException always 
org.objectweb.jonas_ejb.container.JContext.getCallerIdentity()
            
org.objectweb.jonas_ejb.deployment.ejbql.SimpleCharStream.getColumn()
            
org.objectweb.jonas_ejb.container.JMessageEndpoint.getEnvironment()
          Use the JNDI naming context java:comp/env instead. 
org.objectweb.jonas_ejb.container.JMessageDrivenBean.getEnvironment()
          Use the JNDI naming context java:comp/env instead. 
org.objectweb.jonas_ejb.container.JContext.getEnvironment()
            
org.objectweb.jonas_ejb.deployment.ejbql.SimpleCharStream.getLine()
            
org.objectweb.jonas_ejb.container.JMessageEndpoint.isCallerInRole(Identity)
          @throws java.lang.IllegalStateException for message driven bean because there is no security context available 
org.objectweb.jonas_ejb.container.JMessageDrivenBean.isCallerInRole(Identity)
          @throws java.lang.IllegalStateException for message driven bean because there is no security context available 
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_timer.TimerManager.removeTimer(TimerEvent)
            
org.objectweb.jonas_ws.deployment.api.PortComponentDesc.setSIBClassname(String)
          sib class set with the setSessionStatelessDesc or setWebDesc methods.