|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutboundFunctionDescription
In build scenario when FunctionBuilder.updateFunctionDescription
is invoked, allow the adapter to update the OutboundFunctionDescription.
All OutboundFunctionDescriptions provided by the tool in the build scenario must implement this interface.
OutboundFunctionDescription
Method Summary | |
---|---|
void |
setInteractionSpec(InteractionSpec interactionSpec)
Sets the InteractionSpec with the runtime properties needed to properly execute this function. |
void |
setName(String name)
Sets the name of the method. |
Methods inherited from interface commonj.connector.metadata.description.OutboundFunctionDescription |
---|
getInteractionSpec |
Methods inherited from interface commonj.connector.metadata.description.FunctionDescription |
---|
getComment, getImportConfiguration, getInputDataDescription, getName, getOutputDataDescription |
Method Detail |
---|
void setName(String name)
name
- is the name of the method.void setInteractionSpec(InteractionSpec interactionSpec)
interactionSpec
- is the populated InteractionSpec that is used to invoke the
function in the EIS system. The value must not be null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |