Uses of Package
guarana.framework.port

Packages that use guarana.framework.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. 
 

Classes in guarana.framework.port used by guarana.framework.port
OneWayPort
          A generic communication port to receive or send messages.
Port
          A generic communication port.
TwoWayPort
          A generic communication port to solicit or respond for resources.
 

Classes in guarana.framework.port used by guarana.framework.process
EntryPort
          Enables a process to receive inbound messages.
ExitPort
          Enables a process to send outbound messages.
Port
          A generic communication port.
ResponderPort
          Used to respond for request messages received from applications.
SolicitorPort
          Used to solicit information from an application.
 



Guaranį DSL Home