Bees v0.5.0 API

bees.core
Class TwoWayBeesEvent

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

public class TwoWayBeesEvent
extends BeesEvent

A base class for BeesEvents that will be both a request and reply.


Fields inherited from class edu.utah.janosvm.sys.ListNode
pred, succ
 
Constructor Summary
TwoWayBeesEvent(Coroutine coroutine)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.Throwable getThrowable()
           
 java.lang.Class getThrowableClass()
           
 java.lang.String getThrowableMessage()
           
 void setThrowable(java.lang.Throwable th)
           
 java.lang.String toString()
           
 
Methods inherited from class bees.core.BeesEvent
getClientCoroutineID, getCoroutineClass, getServerCoroutineID, reply, sendReply, 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
 

Constructor Detail

TwoWayBeesEvent

public TwoWayBeesEvent(Coroutine coroutine)
Method Detail

setThrowable

public final void setThrowable(java.lang.Throwable th)

getThrowableClass

public final java.lang.Class getThrowableClass()

getThrowableMessage

public final java.lang.String getThrowableMessage()

getThrowable

public java.lang.Throwable getThrowable()

clone

public java.lang.Object clone()
Overrides:
clone in class edu.utah.janosvm.kit.comm.amiga.Facsimile

toString

public java.lang.String toString()
Overrides:
toString in class BeesEvent
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/