net.sourceforge.jwap.wtp
Interface IWTPUpperLayer

All Known Implementing Classes:
CWSPMethodManager, CWSPPushManager, CWSPSession

public interface IWTPUpperLayer

This Interface should be implemented by the state machine of a upper protocol layer (e.g. WSP) to be informed, if there are service primitives to be processed.


Method Summary
 void tr_abort(short abortReason)
          service primitive TR-Abort.ind
 void tr_process(CWTPEvent p)
          Receive service primitives ind and cnf by the WTP layer.
 

Method Detail

tr_process

public void tr_process(CWTPEvent p)
Receive service primitives ind and cnf by the WTP layer.
Parameters:
p - the primitive to be processed

tr_abort

public void tr_abort(short abortReason)
service primitive TR-Abort.ind
Parameters:
abortReason -