|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Deprecated Interfaces | |
|---|---|
| javax.servlet.http.HttpSessionContext
As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API. |
|
| com.buglabs.bug.base.pub.IBaseAudioPlayer
|
|
| com.buglabs.bug.module.camera.pub.ICameraButtonEventProvider
|
|
| com.buglabs.menu.IMenuController
The menu system is not used in BUG 2.0. API present for compatibility. |
|
| com.buglabs.menu.IMenuNode
The menu system is not used in BUG 2.0. API present for compatibility. |
|
| com.buglabs.menu.IMenuProvider
The menu system is not used in BUG 2.0. API present for compatibility. |
|
| com.buglabs.application.IServiceProvider
Use ServiceTrackerHelper.ManagedRunnable and ServiceTrackerHelper instead. |
|
| com.buglabs.util.IStreamMultiplexerListener
StreamMultiplexer is no longer used. |
|
| com.buglabs.bug.program.pub.IUserAppManager
This service will become internal to com.buglabs.bug.program. Clients should not implement. |
|
| com.buglabs.services.ws.PublicWSAdmin
This API is deprecated. Register PublicWSProviders with the OSGi service registry and they will be picked up by the PublicWSAdmin. |
|
| com.buglabs.application.RunnableWithServices
Use ServiceTrackerHelper.ManagedRunnable and ServiceTrackerHelper instead. |
|
| com.buglabs.application.ServiceChangeListener
Use ServiceTrackerHelper.ManagedRunnable and ServiceTrackerHelper instead. |
|
| com.buglabs.osgi.filesystem.util.ServiceTrackerHelper.UnmanagedRunnable
Use ServiceTrackerCustomizer instead. |
|
| freemarker.template.TemplateListModel
This interface is not multi-thread safe, and also, in some cases, not single-thread safe either. Use the TemplateListModel2
interface instead. |
|
| Deprecated Classes | |
|---|---|
| com.buglabs.menu.AbstractMenuNode
The menu system is not used in BUG 2.0. |
|
| com.buglabs.application.AbstractServiceTracker
Use ServiceTrackerHelper.ManagedRunnable and ServiceTrackerHelper instead. |
|
| com.buglabs.application.AbstractServiceTracker2
Use ServiceTrackerHelper for ServiceTracker functionality instead. |
|
| javax.servlet.http.HttpUtils
As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been moved to the request interfaces. |
|
| com.buglabs.application.MainApplicationThread
Use ServiceTrackerHelper.ManagedRunnable and ServiceTrackerHelper instead. |
|
| com.buglabs.util.StreamMultiplexer
This class can exhibit strange behavior |
|
| Deprecated Fields | |
|---|---|
| com.buglabs.device.ButtonEvent.BUTTON_DOWN
This button only available on BUG 1.3 hardware. |
|
| com.buglabs.device.ButtonEvent.BUTTON_HOTKEY_1
This button only available on BUG 1.3 hardware. |
|
| com.buglabs.device.ButtonEvent.BUTTON_HOTKEY_2
This button only available on BUG 1.3 hardware. |
|
| com.buglabs.device.ButtonEvent.BUTTON_HOTKEY_3
This button only available on BUG 1.3 hardware. |
|
| com.buglabs.device.ButtonEvent.BUTTON_HOTKEY_4
This button only available on BUG 1.3 hardware. |
|
| com.buglabs.device.ButtonEvent.BUTTON_LEFT
This button only available on BUG 1.3 hardware. |
|
| com.buglabs.device.ButtonEvent.BUTTON_RIGHT
This button only available on BUG 1.3 hardware. |
|
| com.buglabs.device.ButtonEvent.BUTTON_UP
This button only available on BUG 1.3 hardware. |
|
| com.buglabs.util.RemoteOSGiServiceConstants.SERVICE_PROXY_POLICY
With the new model, service proxies is the only supported policy. Any value set to the R_OSGi_REGISTRATION policy will have the effect of SERVICE_PROXY_POLICY; |
|
| freemarker.template.TemplateEventAdapter.SEVERITY_DEPRECATION
this constant has moved to the TemplateRuntimeHandler interface |
|
| freemarker.template.TemplateEventAdapter.SEVERITY_ERROR
this constant has moved to the TemplateRuntimeHandler interface |
|
| freemarker.template.TemplateEventAdapter.SEVERITY_WARNING
this constant has moved to the TemplateRuntimeHandler interface |
|
| Deprecated Methods | |
|---|---|
| freemarker.template.BinaryData.compileFromFile(File)
Use the BinaryData.compile(freemarker.template.InputSource) method instead |
|
| freemarker.template.AbstractTemplate.compileFromFile(File)
use the AbstractTemplate.compile(freemarker.template.InputSource) method to supply source streams to
the template compiler |
|
| freemarker.template.BinaryData.compileFromFile(String)
Use the BinaryData.compile(freemarker.template.InputSource) method instead |
|
| freemarker.template.AbstractTemplate.compileFromFile(String)
use the AbstractTemplate.compile(freemarker.template.InputSource) method to supply source streams to
the template compiler |
|
| freemarker.template.Compileable.compileFromStream(InputStream)
use the Compileable.compile(freemarker.template.InputSource) method to supply source streams to
the template compiler |
|
| freemarker.template.BinaryData.compileFromStream(InputStream)
Use the BinaryData.compile(freemarker.template.InputSource) method instead |
|
| freemarker.template.AbstractTemplate.compileFromStream(InputStream)
use the AbstractTemplate.compile(freemarker.template.InputSource) method to supply source streams to
the template compiler |
|
| freemarker.template.Compileable.compileFromStream(InputStream, String)
use the Compileable.compile(freemarker.template.InputSource) method to supply source streams to
the template compiler |
|
| freemarker.template.BinaryData.compileFromStream(InputStream, String)
Use the BinaryData.compile(freemarker.template.InputSource) method instead |
|
| freemarker.template.AbstractTemplate.compileFromStream(InputStream, String)
use the AbstractTemplate.compile(freemarker.template.InputSource) method to supply source streams to
the template compiler |
|
| freemarker.template.AbstractTemplate.compileFromStream(Reader)
use the AbstractTemplate.compile(freemarker.template.InputSource) method to supply source streams to
the template compiler |
|
| cx.ath.matthew.debug.Debug.debugging(Class, int)
In Java 1.5 calling class is automatically identified, no need to pass it in. |
|
| javax.servlet.http.HttpServletResponse.encodeRedirectUrl(String)
As of version 2.1, use encodeRedirectURL(String url) instead |
|
| javax.servlet.http.HttpServletResponse.encodeUrl(String)
As of version 2.1, use encodeURL(String url) instead |
|
| com.buglabs.device.ButtonEvent.getDuration()
|
|
| javax.servlet.http.HttpSessionContext.getIds()
As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be
removed in a future version of this API. |
|
| freemarker.template.TemplateExceptionEvent.getOutput()
use the TemplateExceptionEvent.getWriter() method for maximum efficiency,
since this method now has to wrap the underlying
Writer in a PrintWriter object |
|
| javax.servlet.ServletRequest.getRealPath(String)
As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead. |
|
| com.buglabs.bug.module.gps.pub.INMEASentenceProvider.getRMC()
|
|
| javax.servlet.UnavailableException.getServlet()
As of Java Servlet API 2.2, with no replacement. Returns the servlet that is reporting its unavailability. |
|
| javax.servlet.ServletContext.getServlet(String)
As of Java Servlet API 2.1, with no direct replacement.
This method was originally defined to retrieve a servlet from
a
In lieu of this method, servlets can share information using
the |
|
| javax.servlet.ServletContext.getServletNames()
As of Java Servlet API 2.1, with no replacement.
This method was originally defined to return an
|
|
| javax.servlet.ServletContext.getServlets()
As of Java Servlet API 2.0, with no replacement.
This method was originally defined to return an
|
|
| javax.servlet.http.HttpSessionContext.getSession(String)
As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API. |
|
| javax.servlet.http.HttpSession.getSessionContext()
As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API. |
|
| javax.servlet.http.HttpSession.getValue(String)
As of Version 2.2, this method is replaced by HttpSession.getAttribute(java.lang.String). |
|
| javax.servlet.http.HttpSession.getValueNames()
As of Version 2.2, this method is replaced by HttpSession.getAttributeNames() |
|
| com.buglabs.bug.jni.camera.CameraControl.ioctl_BMI_CAM_SELECT(int)
|
|
| javax.servlet.http.HttpServletRequest.isRequestedSessionIdFromUrl()
As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL() instead. |
|
| javax.servlet.ServletContext.log(Exception, String)
As of Java Servlet API 2.1, use ServletContext.log(String message, Throwable throwable) instead.
This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file. |
|
| cx.ath.matthew.debug.Debug.print(Class, int, Object)
In Java 1.5 calling class is automatically identified, no need to pass it in. |
|
| cx.ath.matthew.debug.Debug.print(Class, int, String)
In Java 1.5 calling class is automatically identified, no need to pass it in. |
|
| cx.ath.matthew.debug.Debug.print(Class, int, Throwable)
In Java 1.5 calling class is automatically identified, no need to pass it in. |
|
| cx.ath.matthew.debug.Debug.print(Object, int, Object)
In Java 1.5 calling class is automatically identified, no need to pass it in. |
|
| cx.ath.matthew.debug.Debug.print(Object, int, String)
In Java 1.5 calling class is automatically identified, no need to pass it in. |
|
| cx.ath.matthew.debug.Debug.print(Object, int, Throwable)
In Java 1.5 calling class is automatically identified, no need to pass it in. |
|
| cx.ath.matthew.debug.Debug.print(Object, Object)
In Java 1.5 calling class is automatically identified, no need to pass it in. |
|
| cx.ath.matthew.debug.Debug.printMap(Class, int, Map)
In Java 1.5 calling class is automatically identified, no need to pass it in. |
|
| cx.ath.matthew.debug.Debug.printMap(Object, int, Map)
In Java 1.5 calling class is automatically identified, no need to pass it in. |
|
| javax.servlet.http.HttpSession.putValue(String, Object)
As of Version 2.2, this method is replaced by HttpSession.setAttribute(java.lang.String, java.lang.Object) |
|
| javax.servlet.http.HttpSession.removeValue(String)
As of Version 2.2, this method is replaced by HttpSession.removeAttribute(java.lang.String) |
|
| com.buglabs.bug.module.lcd.pub.ILCDModuleControl.setBlackLight(int)
use setBackLight. |
|
| gnu.io.RXTXPort.setRcvFifoTrigger(int)
deprecated but used in Kaffe |
|
| javax.servlet.http.HttpServletResponse.setStatus(int, String)
As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a
description use sendError(int, String).
Sets the status code and message for this response. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||