Package de.aeb.xnsg.foundation.af
Class AFShellExecuteParmsDTO
java.lang.Object
de.aeb.xnsg.foundation.af.AFShellExecuteParmsDTO
Parameters of application facade invocation when this is to be done
via shellexecute:
The client has to create a file with the given name in a temporary directory,
the contents of the file is given in the variable 'contents'.
Then "shellExecute" has to be invoked which assumes that the file type
as given by filename is registered on client's machine
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fileName
this is the name of the file that has to be created in some temporary directory and filled with what contents contains -
contents
public byte[] contentsthis is the contents that has to be written to the file
-
-
Constructor Details
-
AFShellExecuteParmsDTO
public AFShellExecuteParmsDTO()
-