SunSPOT API V5.0


com.sun.spot.io.j2me.remoteprinting
Interface IRemotePrintManager

All Known Implementing Classes:
RemotePrintManager

public interface IRemotePrintManager


Method Summary
 void cancelRedirect()
          Cancel current redirection of streams
 void noteRedirection(String remoteAddress)
          Called when streams get redirected to ensure that RemotePrintManager can later cancel the redirection if necessary.
 void redirectOutputStreams(String basestationAddr)
          Start directing output streams to the basestation specified
 

Method Detail

redirectOutputStreams

void redirectOutputStreams(String basestationAddr)
Start directing output streams to the basestation specified

Parameters:
basestationAddr - the address of the basestation

cancelRedirect

void cancelRedirect()
Cancel current redirection of streams


noteRedirection

void noteRedirection(String remoteAddress)
Called when streams get redirected to ensure that RemotePrintManager can later cancel the redirection if necessary.

Parameters:
remoteAddress -

SunSPOT API V5.0


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