|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
byte[] |
asStream()
Returns the program data as a binary stream. |
java.lang.String |
description()
Returns the description of the implementing program. |
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. |
ReadOnlyContainer |
inContainer()
Returns the input container of the program. |
boolean |
isEmpty()
Indicates whether no program data information is available yet. |
boolean |
isUnattended()
States whether the program can run unattended. |
ReadWriteContainer |
outContainer()
Returns the output container of the program. |
boolean |
programTrusted()
States whether the program can be trusted. |
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 ReadOnlyContainer inContainer() 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 ReadWriteContainer outContainer() 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 byte[] asStream() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |