Uses of Class
jegg.PortException

Packages that use PortException
jegg The main JEgg package

 
jegg.impl   
 

Uses of PortException in jegg
 

Methods in jegg that throw PortException
 void Port.send(java.lang.Object o)
          Deliver an object as a message to the egg that owns this port.
 void Port.send(Message m)
          Deliver a message to the egg that owns this port.
 

Uses of PortException in jegg.impl
 

Methods in jegg.impl that throw PortException
 void PortImpl.send(java.lang.Object o)
          Deliver an object as a message to the egg that owns this port.
 void PortImpl.send(Message m)
          Deliver a message to the egg that owns this port.
 



Copyright © 2004 . All Rights Reserved.