|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflux.file.FileActionResult
public class FileActionResult
Contains listings, in various formats, of files that underwent successful file actions.
| Field Summary | |
|---|---|
int |
failed_count
The number of files that failed in the file action operation. |
java.util.Map<java.lang.String,java.lang.String> |
filenames
Source to destination mapping of filenames for which the file action was carried out successfully. |
int |
successful_count
The number of files that succeeded in the file action operation. |
java.util.Map<java.net.URL,java.net.URL> |
url_objects
Source to destination mapping of URL objects for which the file action was carried out successfully. |
java.util.Map<java.lang.String,java.lang.String> |
url_strings
URLs of files for which the file action was carried out successfully. |
| Constructor Summary | |
|---|---|
FileActionResult()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clones this file action result. |
void |
createdVariable()
Called immediately after a persistent variable has been created and populated with data from the database. |
void |
persistingVariable()
Called immediately before a persistent variable is stored to the database. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public transient java.util.Map<java.lang.String,java.lang.String> filenames
public transient java.util.Map<java.net.URL,java.net.URL> url_objects
public java.util.Map<java.lang.String,java.lang.String> url_strings
public int successful_count
public int failed_count
| Constructor Detail |
|---|
public FileActionResult()
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - If an error occurs.
public void createdVariable()
throws java.lang.Exception
PersistentVariableListener
createdVariable in interface PersistentVariableListenerjava.lang.Exception - If the additional initialization work failed and the
engine needs to be notified.public void persistingVariable()
PersistentVariableListener
persistingVariable in interface PersistentVariableListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||