sidnet.stack.driver
Class MainLine

java.lang.Object
  extended by sidnet.stack.driver.MainLine
All Implemented Interfaces:
JistAPI.Proxiable, JistAPI.Timeless, MainLineInterface

public class MainLine
extends java.lang.Object
implements MainLineInterface


Field Summary
 PhyInterface phyEntity
           
 MainLineInterface self
           
 TimerInterface802_15_4 timerEntity
           
 
Constructor Summary
MainLine()
           
 
Method Summary
 boolean busy()
           
 void callback()
           
 MainLineInterface getProxy()
           
 void run()
           
 void setPhyEntity(PhyInterface phyEntity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

self

public MainLineInterface self

timerEntity

public TimerInterface802_15_4 timerEntity

phyEntity

public PhyInterface phyEntity
Constructor Detail

MainLine

public MainLine()
Method Detail

run

public void run()
Specified by:
run in interface MainLineInterface

busy

public boolean busy()
Specified by:
busy in interface MainLineInterface

callback

public void callback()
Specified by:
callback in interface MainLineInterface

setPhyEntity

public void setPhyEntity(PhyInterface phyEntity)

getProxy

public MainLineInterface getProxy()