SunSPOT API V5.0


Uses of Class
com.sun.spot.peripheral.NoRouteException

Packages that use NoRouteException
com.sun.spot.io.j2me.radiogram Support for the 'radiogram' GCF protocol. 
com.sun.spot.io.j2me.radiostream Support for the 'radiostream' GCF Protocol. 
com.sun.spot.peripheral.radio Support for using the Sun SPOT's radio. 
com.sun.spot.peripheral.radio.mhrp.aodv An mesh routing package based on the AODV protocol. 
com.sun.spot.peripheral.radio.mhrp.lqrp An mesh routing package based on the AODV protocol. 
com.sun.spot.peripheral.radio.proxy Allows child isolates access to the radio controlled by the master isolate. 
com.sun.spot.peripheral.radio.routing.interfaces Interfaces that should be implemented by a routing protocol manager. 
 

Uses of NoRouteException in com.sun.spot.io.j2me.radiogram
 

Methods in com.sun.spot.io.j2me.radiogram that throw NoRouteException
 void RadiogramConnImpl.send(Datagram dgram)
           
 

Uses of NoRouteException in com.sun.spot.io.j2me.radiostream
 

Methods in com.sun.spot.io.j2me.radiostream that throw NoRouteException
 void RadioOutputStream.flush()
           
 void RadioOutputStream.write(int arg0)
           
 

Uses of NoRouteException in com.sun.spot.peripheral.radio
 

Methods in com.sun.spot.peripheral.radio that throw NoRouteException
 void LowPan.receive(RadioPacket packet)
          This method is called by the packet dispatcher this low pan layer is registered with.
 void ILowPan.receive(RadioPacket packet)
          Method called by INewpacketDispatcher when a packet is received
 long LowPan.send(byte protocolFamily, byte protocolNum, long toAddress, byte[] buffer, int startOffset, int endOffset)
           
 long ILowPan.send(byte protocolFamily, byte protocolNum, long toAddress, byte[] payload, int startOffset, int endOffset)
          Send a byte buffer on a given protocol.
 boolean LowPan.send(byte protocolFamily, byte protocolNum, long toAddress, byte[] buffer, int startOffset, int endOffset, boolean failIfNotSingleHop)
           
 boolean ILowPan.send(byte protocolFamily, byte protocolNum, long toAddress, byte[] payload, int startOffset, int endOffset, boolean failIfNotSingleHop)
          Send a byte buffer on a given protocol.
 long RadiostreamProtocolManager.send(ConnectionID cid, long toAddress, byte[] payload, int length)
           
 long RadiogramProtocolManager.send(ConnectionID cid, long toAddress, byte[] payload, int length)
           
 long IRadioProtocolManager.send(ConnectionID cid, long toAddress, byte[] payload, int length)
          Send a byte array using a ConnectionID.
 void RadiostreamProtocolManager.waitForAllAcks(ConnectionID outConnectionId)
           
 void IRadiostreamProtocolManager.waitForAllAcks(ConnectionID outConnectionId)
           
 

Uses of NoRouteException in com.sun.spot.peripheral.radio.mhrp.aodv
 

Methods in com.sun.spot.peripheral.radio.mhrp.aodv that throw NoRouteException
 boolean AODVManager.findRoute(long address, RouteEventClient eventClient, Object uniqueKey)
          This method triggers a new route request.
 

Uses of NoRouteException in com.sun.spot.peripheral.radio.mhrp.lqrp
 

Methods in com.sun.spot.peripheral.radio.mhrp.lqrp that throw NoRouteException
 boolean LQRPManager.findRoute(long address, RouteEventClient eventClient, Object uniqueKey)
          This method triggers a new route request.
 

Uses of NoRouteException in com.sun.spot.peripheral.radio.proxy
 

Methods in com.sun.spot.peripheral.radio.proxy that throw NoRouteException
 long ProxyRadioProtocolManager.send(ConnectionID cid, long toAddress, byte[] payload, int length)
           
 void ProxyRadiostreamProtocolManager.waitForAllAcks(ConnectionID outConnectionId)
           
 

Uses of NoRouteException in com.sun.spot.peripheral.radio.routing.interfaces
 

Methods in com.sun.spot.peripheral.radio.routing.interfaces that throw NoRouteException
 boolean IRoutingManager.findRoute(long address, RouteEventClient eventClient, Object uniqueKey)
          This method triggers a new route request.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.