|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFileEventBase
This interface allows you to manage the conditions for a file event to occur. With this object you can set the path and name of the file to watch for as well as the name of the event server that will be watching for this event.
| Field Summary | |
|---|---|
static java.lang.String |
ROOTFOLDER_CUID
The CUID for this object type's root folder. |
static java.lang.String |
SPECIFIC_KIND
The specific kind used to identify this object type. |
static java.lang.String |
SPECIFIC_PROGID
The specific progID used to identify this object type. |
| Method Summary | |
|---|---|
java.util.List |
getDefaultAlertMessages()
Returns the collection of alert messages that are sent to subscribers of a triggered event. |
java.lang.String |
getFileName()
Returns the path and name of the file for the event to watch. |
java.lang.String |
getServerFriendlyName()
Returns the event server that monitors the event. |
void |
setFileName(java.lang.String newFileName)
Sets the path and name of the file for the event to watch. |
void |
setServerFriendlyName(java.lang.String newServerFriendlyName)
Sets the event server that monitors the event. |
| Field Detail |
|---|
static final java.lang.String SPECIFIC_KIND
static final java.lang.String SPECIFIC_PROGID
static final java.lang.String ROOTFOLDER_CUID
| Method Detail |
|---|
java.lang.String getFileName()
Returns the path and name of the file for the event to watch.
String containing the path and name of the file for the event to watch.IFileEventBase.setFileName(java.lang.String)void setFileName(java.lang.String newFileName)
Sets the path and name of the file for the event to watch.
newFileName - A String containing the path and name of the file for the event
to watch.IFileEventBase.getFileName()java.lang.String getServerFriendlyName()
Returns the event server that monitors the event.
String containing the event server that monitors the event.IFileEventBase.setServerFriendlyName(java.lang.String)void setServerFriendlyName(java.lang.String newServerFriendlyName)
Sets the event server that monitors the event.
newServerFriendlyName - A String containing the event server that
monitors the event.IFileEventBase.getServerFriendlyName()java.util.List getDefaultAlertMessages()
List object that contains alert messages stored as String objects.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||