guarana.framework.port
Class SolicitorPort

java.lang.Object
  extended by guarana.util.observer.smart.SmartObservable
      extended by guarana.framework.port.Port
          extended by guarana.framework.port.TwoWayPort
              extended by guarana.framework.port.SolicitorPort
All Implemented Interfaces:
ISource, ITaskContainer, guarana.util.observer.smart.ISmartObserver

public class SolicitorPort
extends TwoWayPort

Used to solicit information from an application.

Graphical notation:


Since:
Guaranį SDK 1.0.0
Author:
Rafael Z. Frantz

Constructor Summary
SolicitorPort(String name)
          Constructs a new solicitor port with the given name.
SolicitorPort(String name, Process process)
          Constructs a solicitor port with the given name and associates it with the given process.
 
Method Summary
 
Methods inherited from class guarana.framework.port.TwoWayPort
getInterSlotIn, getInterSlotOut, setInterSlotIn, setInterSlotOut
 
Methods inherited from class guarana.framework.port.Port
addPreScheduledTask, addTask, containsPreScheduledTasks, containsTask, countTask, getAllTasks, getCommunicator, getName, getProcess, getTask, initialise, pollPreScheduledTasks, removeTask, setCommunicator, setName, setProcess, update
 
Methods inherited from class guarana.util.observer.smart.SmartObservable
addSmartObserver, containsSmartObserver, containsSmartObserver, countSmartObservers, deleteSmartObserver, deleteSmartObservers, hasChanged, notifySmartObservers, notifySmartObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolicitorPort

public SolicitorPort(String name)
Constructs a new solicitor port with the given name.

Parameters:
name - The name of this new port.

SolicitorPort

public SolicitorPort(String name,
                     Process process)
Constructs a solicitor port with the given name and associates it with the given process.

Parameters:
name - The name of this solicitor port.
process - The process to which this port will belong.


Guaranį DSL Home