Bees v0.5.0 API

bees.core
Class RemoteFlowEvent

java.lang.Object
  |
  +--edu.utah.janosvm.sys.ListNode
        |
        +--edu.utah.janosvm.kit.comm.amiga.Facsimile
              |
              +--bees.core.BeesEvent
                    |
                    +--bees.core.TwoWayBeesEvent
                          |
                          +--bees.core.RemoteFlowEvent
All Implemented Interfaces:
java.lang.Cloneable, edu.utah.janosvm.sys.CrossTeamCloneable

public final class RemoteFlowEvent
extends TwoWayBeesEvent


Fields inherited from class edu.utah.janosvm.sys.ListNode
pred, succ
 
Method Summary
 java.lang.Object clone()
           
protected  void sendReply()
          Send a reply to the event.
 java.lang.String toString()
           
 
Methods inherited from class bees.core.TwoWayBeesEvent
getThrowable, getThrowableClass, getThrowableMessage, setThrowable
 
Methods inherited from class bees.core.BeesEvent
getClientCoroutineID, getCoroutineClass, getServerCoroutineID, reply, setClientCoroutineID, setCoroutineClass, setServerCoroutineID, useBDomainReplyPort
 
Methods inherited from class edu.utah.janosvm.kit.comm.amiga.Facsimile
getReplyPort, isReply, setReplyPort
 
Methods inherited from class edu.utah.janosvm.sys.ListNode
append, inList, prepend, remove
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

sendReply

protected void sendReply()
                  throws DeadBDomainException
Description copied from class: BeesEvent
Send a reply to the event.
Overrides:
sendReply in class BeesEvent
Following copied from class: bees.core.BeesEvent
Throws:
DeadBDomainException - If the destination domain is unreachable

clone

public java.lang.Object clone()
Overrides:
clone in class TwoWayBeesEvent

toString

public java.lang.String toString()
Overrides:
toString in class TwoWayBeesEvent
Following copied from class: bees.core.BeesEvent
See Also:
Object.toString()

Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/