|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.able.AbleBufferConnection
The AbleBufferConnection class provides a serializable connection
between two objects who implement the AbleBean interface.
| Constructor Summary | |
|---|---|
AbleBufferConnection(AbleBean srcObj,
AbleBean destObj)
The AbleBufferConnection provides a serializable data buffer connection between two AbleBeans. |
|
| Method Summary | |
|---|---|
AbleBean |
getDest()
Returns the destination object which receives output from this connection. |
boolean |
getInhibitory()
Retrieve the arc multiplicity value. |
int |
getMultiplicity()
Retrieve the arc multiplicity value. |
AbleBean |
getSource()
Returns the source object which provides the input for this connection. |
int |
hashCode()
|
void |
process()
Processing a connection moves data from the source output buffer to the destination object's input buffer. |
void |
remove()
Removes the references to this connection object from the source and destination objects. |
void |
setInhibitory(boolean theValue)
Set the arc inhibitory flag. |
void |
setMultiplicity(int theValue)
Set the arc multiplicity value. |
java.lang.String |
toString()
Returns a text representation of the connection in the form sourceName..destinationName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AbleBufferConnection(AbleBean srcObj,
AbleBean destObj)
throws AbleException
srcObj - The source object which provides the input for this connection.destObj - The destination object which receives output from this connection.
AbleException - If the source and destination objects are the same, or if
either is null.| Method Detail |
public AbleBean getSource()
public AbleBean getDest()
public int hashCode()
public void process()
throws AbleException
null.
AbleException - If an error occurs during the processing of a valid connection
from a source object with data flow enabled.
If the source object is not data flow enabled,
no exception is thrown nor is any
actual operation is performed.public java.lang.String toString()
sourceName..destinationName.
public void remove()
public void setMultiplicity(int theValue)
theValue - public int getMultiplicity()
public void setInhibitory(boolean theValue)
theValue - public boolean getInhibitory()
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||