package.html :  » 6.0-JDK-Modules » j2me » com » sun » midp » jsr82emul » Java Open Source

Java Open Source » 6.0 JDK Modules » j2me 
j2me » com » sun » midp » jsr82emul » package.html
<!--
     
 
   Copyright  2007  Sun Microsystems, Inc. All rights reserved.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
  <HEAD>
    <TITLE>JSR 82 Emulation</TITLE>
    <!-- Created  18-May-2005 -->


  </HEAD>
  <BODY>
    JSR 82 emulation part used in J2ME environment.
    
    This package is not a part of JSR 82 implementation and is only
    used within JSR 82 emulation mode.  The emulation mode allows 
    running tests without real native Bluetooth libraries or hardware.
    <p>
    JSR 82 porting layer is a set of native methods that invoke 
    native and hardware functions in the real implementation. 
    In the emulation mode the porting layer calls functionality 
    implemented in this package.
    <p>
    <i>JSR 82 Emulation</i> consists of a number of <i>emulation clients</i>
    and an <i>emulation server</i>. At runtime it is assumed that  server 
    runs somewhere on the Internet in J2SE environment and provides server 
    sockets for connections. A client runs under J2ME VM control and 
    represents Bluetooth local or remote device, connection or anything 
    else that requires Bluetooth ether communication. Server in turn 
    represents Bluetooth ether.
    <p>
    This package contains clients implementations and related 
    functionality.
  </BODY>
</HTML>
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.