Uses of Class
guarana.framework.port.Port

Packages that use Port
guarana.framework.port Provides a base implementation for Guaranį's communication ports. 
guarana.framework.process Provides an abstract implementation for the core processes in Guaranį DSL. 
 

Uses of Port in guarana.framework.port
 

Subclasses of Port in guarana.framework.port
 class EntryPort
          Enables a process to receive inbound messages.
 class ExitPort
          Enables a process to send outbound messages.
 class OneWayPort
          A generic communication port to receive or send messages.
 class ResponderPort
          Used to respond for request messages received from applications.
 class SolicitorPort
          Used to solicit information from an application.
 class TwoWayPort
          A generic communication port to solicit or respond for resources.
 

Uses of Port in guarana.framework.process
 

Methods in guarana.framework.process that return Port
 Port Process.addPort(Port port)
          Adds a port to this process.
 Port Process.getPort(String name)
          Returns an specific port from this process.
 Port Process.removePort(String name)
          Removes a port from this process.
 

Methods in guarana.framework.process that return types with arguments of type Port
 Collection<Port> Process.getAllPorts()
          Returns all ports from this process.
 

Methods in guarana.framework.process with parameters of type Port
 Port Process.addPort(Port port)
          Adds a port to this process.
 



Guaranį DSL Home