JanosVM v1.0 API

Uses of Class
edu.utah.janosvm.kit.comm.amiga.SignalSet

Packages that use SignalSet
edu.utah.janosvm.kit.comm.amiga An inter-team communication facility modeled on the Amiga IPC system. 
 

Uses of SignalSet in edu.utah.janosvm.kit.comm.amiga
 

Fields in edu.utah.janosvm.kit.comm.amiga declared as SignalSet
private  SignalSet SignalDispatcher.ss
          The SignalSet to handle signals for.
private  SignalSet FaxPortBackEnd.listener
          The SignalSet that should be signalled when a message is received.
private  SignalSet MsgPort.listener
          The SignalSet that should be signalled when a message is received.
 

Methods in edu.utah.janosvm.kit.comm.amiga that return SignalSet
 SignalSet SignalDispatcher.getSignalSet()
           
 

Constructors in edu.utah.janosvm.kit.comm.amiga with parameters of type SignalSet
FaxPort(java.lang.Object id, SignalSet ss, int sn)
          Construct a FaxPort and a FaxPortBackEnd with the given values.
FaxPort(java.lang.Object id, SignalSet ss)
          Construct a FaxPort and a FaxPortBackEnd with the given values.
FaxPort(SignalSet ss, int sn)
          Construct a FaxPort and a FaxPortBackEnd with the given values.
FaxPort(SignalSet ss)
          Construct a FaxPort and a FaxPortBackEnd with the given values.
FaxPortBackEnd(SignalSet listener, int signalNumber)
          Construct a FaxPortBackEnd with the given values.
FaxPortBackEnd(SignalSet listener)
          Construct a FaxPortBackEnd with the given values.
MsgPort(SignalSet listener, int signalNumber)
          Construct a MsgPort with the given values.
MsgPort(SignalSet listener)
          Construct a MsgPort with the given values.
 


JanosVM v1.0 API

This documentation is Copyright (C) 2000-2003 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions.
Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/
Generated on Feb 13, 2003