Class InConnectorStore

java.lang.Object
   |
   +----ConnectorStore
           |
           +----InConnectorStore

class InConnectorStore
extends ConnectorStore
This subclass of ConnectorStore implements a Store for InConnectors

Version:
$Revision: 1.4 $

Constructor Index

 o InConnectorStore()

Method Index

 o add(InConnector)
 o add(StoreElement)
This Store should work on InConnectors instead of StoreElements, but method add(StoreElement) is in the interface this class implements.
 o contains(InConnector)
Tests if the specified InConnector is a component in this Store.
 o getDescriptiveString()
Make a single line description of the inconnector.
 o inConnectorAt(int)
 o inConnectors()
 o inputAvailable()
Test if input is available for all InConnectors.
 o markAsInput(boolean)
Set the serveAsNetworkInput flag of all InConnectors in the Store.

Constructors

 o InConnectorStore
 InConnectorStore()

Methods

 o add
 public void add(InConnector i)
 o add
 public void add(StoreElement item)
This Store should work on InConnectors instead of StoreElements, but method add(StoreElement) is in the interface this class implements.

Overrides:
add in class ConnectorStore
 o inConnectorAt
 public InConnector inConnectorAt(int index)
 o inConnectors
 public Enumeration inConnectors()
 o contains
 public boolean contains(InConnector i)
Tests if the specified InConnector is a component in this Store.

Parameters:
c - an InConnector
Returns:
true if the specified InConnector is a component in this Store; false otherwise.
 o inputAvailable
 public boolean inputAvailable()
Test if input is available for all InConnectors.

 o markAsInput
 public void markAsInput(boolean flag)
Set the serveAsNetworkInput flag of all InConnectors in the Store.

Parameters:
flag - the value to set the flag of the InConnectors to.
 o getDescriptiveString
 public String getDescriptiveString()
Make a single line description of the inconnector. The string will contain the fixed filenam if it is not equal to the defaultFixed- FileName.

See Also:
fixedFileName, defaultFixedFileName