|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCopyFile
public class CopyFile
Simple test program demonstrating use of AFile interface. Copies the file given by the "infile" initarg to that given by the "outfile" initarg.
| Field Summary | |
|---|---|
private static boolean |
DEBUG
|
private AFile |
inaf
|
private java.lang.String |
INFILE
|
private SinkIF |
mysink
|
private AFile |
outaf
|
private java.lang.String |
OUTFILE
|
private ssTimer |
timer
|
| Constructor Summary | |
|---|---|
CopyFile()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Called when an event handler is destroyed. |
void |
handleEvent(QueueElementIF item)
Handle the event corresponding to the given QueueElementIF. |
void |
handleEvents(QueueElementIF[] items)
Handle the events corresponding to the given QueueElementIF array. |
void |
init(ConfigDataIF config)
Called when an event handler is initialized. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final boolean DEBUG
private SinkIF mysink
private ssTimer timer
private java.lang.String INFILE
private java.lang.String OUTFILE
private AFile inaf
private AFile outaf
| Constructor Detail |
|---|
public CopyFile()
| Method Detail |
|---|
public void init(ConfigDataIF config)
throws java.lang.Exception
EventHandlerIF
init in interface EventHandlerIFconfig - The set of configuration parameters for the stage.
java.lang.Exception - The EventHandler can indicate an
error to the runtime during initialization by throwing an
Exception.public void destroy()
EventHandlerIF
destroy in interface EventHandlerIFpublic void handleEvent(QueueElementIF item)
EventHandlerIF
handleEvent in interface EventHandlerIFpublic void handleEvents(QueueElementIF[] items)
EventHandlerIF
handleEvents in interface EventHandlerIF
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||