Class InConnectorStore
java.lang.Object
|
+----ConnectorStore
|
+----InConnectorStore
- class InConnectorStore
- extends ConnectorStore
This subclass of ConnectorStore implements a Store for InConnectors
- Version:
- $Revision: 1.4 $
-
InConnectorStore()
-
-
add(InConnector)
-
-
add(StoreElement)
- This Store should work on InConnectors instead of StoreElements, but
method add(StoreElement) is in the interface this class implements.
-
contains(InConnector)
- Tests if the specified InConnector is a component in this Store.
-
getDescriptiveString()
- Make a single line description of the inconnector.
-
inConnectorAt(int)
-
-
inConnectors()
-
-
inputAvailable()
- Test if input is available for all InConnectors.
-
markAsInput(boolean)
- Set the
serveAsNetworkInput
flag of all InConnectors in
the Store.
InConnectorStore
InConnectorStore()
add
public void add(InConnector i)
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
inConnectorAt
public InConnector inConnectorAt(int index)
inConnectors
public Enumeration inConnectors()
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.
inputAvailable
public boolean inputAvailable()
- Test if input is available for all InConnectors.
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.
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