|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
byte[] |
asStream()
Returns the program template as a binary stream. |
java.lang.String |
description()
Returns the description of the implementing program. |
ReadWriteContainer |
execute()
The native implementation of the Java API cannot communicate with the Program Execution Agent. |
ReadWriteContainer |
execute2(ReadWriteContainer initialInContainer,
ReadWriteContainer initialOutContainer,
int priority)
|
ExeMode |
executionMode()
States whether the program can participate in global transactions or not. |
ExeUser |
executionUser()
Returns the user on whose behalf the program is to be executed. |
java.lang.String |
icon()
Returns the icon associated with the implementing program. |
ImplementationData[] |
implementations()
Returns the implementation definitions of the program. |
boolean |
inContainerAccess()
States whether the input container is accessed by the program. |
ReadWriteContainer |
initialInContainer()
Returns the initially defined input container of the program. |
ReadWriteContainer |
initialOutContainer()
Returns the initially defined output container of the program. |
boolean |
isEmpty()
Indicates whether no program template information is available yet. |
boolean |
isUnattended()
States whether the program can run unattended. |
boolean |
outContainerAccess()
States whether the output container is accessed by the program. |
boolean |
programTrusted()
States whether the program can be trusted. |
boolean |
structuresFromActivity()
States whether the program can handle any container passed to it. |
java.util.Calendar |
validFromTime()
Returns the time when the process template and thus the program template becomes valid. |
Method Detail |
public java.lang.String description() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public ExeMode executionMode() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public ExeUser executionUser() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public java.lang.String icon() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public ImplementationData[] implementations() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public boolean inContainerAccess() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public ReadWriteContainer initialInContainer() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public ReadWriteContainer initialOutContainer() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public boolean isEmpty() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public boolean isUnattended() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public boolean outContainerAccess() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public boolean programTrusted() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public boolean structuresFromActivity() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public java.util.Calendar validFromTime() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public byte[] asStream() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public ReadWriteContainer execute() throws FmcException
The native implementation of the Java API cannot communicate with the Program Execution Agent. The execute method is kept to provide compatibility to the classic Java API and has not function. This API call throws an FMC_NOT_SUPPORTED exception.
FmcException
- FMC_NOT_SUPPORTED exception is thrownpublic ReadWriteContainer execute2(ReadWriteContainer initialInContainer, ReadWriteContainer initialOutContainer, int priority) throws FmcException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |