com.crystaldecisions.sdk.plugin.admin.eventserveradmin
Interface IEventServerAdminFile


Deprecated. As of version 12.0.

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

getFilename

java.lang.String getFilename()
                             throws SDKException
Deprecated. As of version 12.0.

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.

Returns:
A String containing the path and name of the file.
Throws:
SDKException - This is thrown if the process is unsuccessful.

getLastNotifiedTime

java.util.Date getLastNotifiedTime()
                                   throws SDKException
Deprecated. As of version 12.0.

Returns the last notified time. This was the last time the event was fired. The date and time format depend on regional settings.

Returns:
A Date object containing the last notified time.
Throws:
SDKException - This is thrown if the process is unsuccessful.