guarana.framework.port
Class EntryPort

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

public class EntryPort
extends OneWayPort

Enables a process to receive inbound messages.

Graphical notation:


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

Constructor Summary
EntryPort(String name)
          Constructs a new entry port with a given name.
EntryPort(String name, Process process)
          Constructs a new entry port with a given name and associates it with the given process.
 
Method Summary
 
Methods inherited from class guarana.framework.port.OneWayPort
getInterSlot, setInterSlot
 
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

EntryPort

public EntryPort(String name)
Constructs a new entry port with a given name.

Parameters:
name - The name of this port.

EntryPort

public EntryPort(String name,
                 Process process)
Constructs a new entry port with a given name and associates it with the given process.

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


Guaranį DSL Home