|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEventServerAdminFile
The IEventServerAdminFile interface provides you with information on the files that are used
to trigger events. The information includes file path, name, and the last time the event
was fired.
| Method Summary | |
|---|---|
java.lang.String |
getFilename()
Deprecated. As of version 12.0. |
java.util.Date |
getLastNotifiedTime()
Deprecated. As of version 12.0. |
| Method Detail |
|---|
java.lang.String getFilename()
throws SDKException
Returns the path and name of the file. This is the file the server is polling for in order to fire its event. The path can be a relative path to the Event server's current directory or an absolute path.
String containing the path and name of the file.
SDKException - This is thrown if the process is unsuccessful.
java.util.Date getLastNotifiedTime()
throws SDKException
Returns the last notified time. This was the last time the event was fired. The date and time format depend on regional settings.
Date object containing the last notified time.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||