org.eclipse.stardust.engine.core.spi.extensions.model
Interface AccessPoint

All Superinterfaces:
org.eclipse.stardust.common.AttributeHolder, org.eclipse.stardust.engine.api.model.Typeable

public interface AccessPoint
extends org.eclipse.stardust.common.AttributeHolder, org.eclipse.stardust.engine.api.model.Typeable

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.

Version:
$Revision$
Author:
ubirkemeyer

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

getDirection

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.

Returns:
The data flow direction.

getId

String getId()
Gets the id of this access point.

Returns:
The access point id.
See Also:
getName()

getName

String getName()
Gets the name of this access point.

Returns:
The access point name.
See Also:
getId()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.