Uses of Interface
jegg.Port

Packages that use Port
jegg The main JEgg package

 
jegg.impl   
 

Uses of Port in jegg
 

Methods in jegg that return Port
 Port Message.getFrom()
          Return the port of the egg that sent this message.
 Port EggContext.getFromPort()
          Return the port of the egg that sent the application message that is currently being handled.
 Port EggContext.getPort()
          Return this egg's message port.
protected  Port EggBase.getPort()
          Return this egg's message port.
 

Methods in jegg with parameters of type Port
 void EggContext.bindToPort(Port p)
          Bind this egg to the specified port which belongs to another egg.
 void EggContext.respond(Port port, java.lang.Object message)
          Send a message to the egg that the specified port belongs to.
 void EggContext.respond(Port port, java.lang.Object message, Priority priority)
          Send a message to the egg that the specified port belongs to.
 

Uses of Port in jegg.impl
 

Classes in jegg.impl that implement Port
 class PortImpl
          Used to deliver a message to an egg.
 

Methods in jegg.impl that return Port
 Port PublishPortMessage.getPort()
          Return the port that should be published.
 Port PortRegistry.getPort()
           
 Port MessageImpl.getFrom()
           
 Port EggShell.getPort()
          Return the port used to deliver messages to this egg.
 Port EggContextImpl.getFromPort()
           
 Port EggContextImpl.getPort()
           
 

Methods in jegg.impl with parameters of type Port
 void PortImpl.connect(Port port)
          Add a port to the list of ports that broadcast messages will be sent to.
 void PortImpl.disconnect(Port port)
          Remove a connected port.
 void EggContextImpl.bindToPort(Port p)
           
 void EggContextImpl.respond(Port port, java.lang.Object message)
          Send a message to the egg that the specified port belongs to.
 void EggContextImpl.respond(Port port, java.lang.Object message, Priority priority)
          Send a message to the egg that the specified port belongs to.
 

Constructors in jegg.impl with parameters of type Port
PublishPortMessage(java.lang.String portName, Port myPort)
          Construct a message specifying a port that should be published.
MessageImpl(java.lang.Object m, Port p, Priority pr)
          Create a JEgg message.
 



Copyright © 2004 . All Rights Reserved.