|
Lafros MaCS 1.2r1
|
|
com/lafros/macs/Di.scala]
trait
NonPollableDriver
extends AnyRef| Method Summary | |
abstract def
|
interpretCmd
(cmd : java.io.Serializable, control : Boolean, diName : scala.Option[java.lang.String]) : scala.Option[java.io.Serializable]
interprets cmd.
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
abstract
def
interpretCmd(cmd : java.io.Serializable, control : Boolean, diName : scala.Option[java.lang.String]) : scala.Option[java.io.Serializable]
control - whether or not originating user or device-interface has this privilege; hence, only cmds deemed to be queries should be accepted if value
is falsediName - contains fully-qualified name of originating device interface, or None if the cmd was submitted interactively|
Lafros MaCS 1.2r1
|
|