|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AccessPoint
Provides an abstraction of a handle to write data into or retrieve data from an entity.
Examples of such a handle are properties of a JavaBean or attributes of a JMS message.
| Method Summary | |
|---|---|
org.eclipse.stardust.common.Direction |
getDirection()
Gets the data flow direction of this access point, may be either Direction.IN, Direction.OUT or Direction.IN_OUT. |
String |
getId()
Gets the id of this access point. |
String |
getName()
Gets the name of this access point. |
| Methods inherited from interface org.eclipse.stardust.common.AttributeHolder |
|---|
getAllAttributes, getAttribute, getBooleanAttribute, getFloatAttribute, getIntegerAttribute, getLongAttribute, getStringAttribute, markModified, removeAllAttributes, removeAttribute, setAllAttributes, setAttribute |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.Typeable |
|---|
getType |
| Method Detail |
|---|
org.eclipse.stardust.common.Direction getDirection()
Direction.IN, Direction.OUT or Direction.IN_OUT.
String getId()
getName()String getName()
getId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||