Class OScheduledEvent
java.lang.Object
com.orientechnologies.orient.core.schedule.OScheduledEvent
Represents an instance of a scheduled event.
- Since:
- Mar 28, 2013
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com), henryzhao81-at-gmail.com
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOScheduledEvent(ODocument doc) Creates a scheduled event object from a configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoidfromStream(ODocument iDocument) getName()longgetRule()voidbooleanvoidschedule(String database, String user, OrientDBInternal orientDB) toString()
-
Field Details
-
CLASS_NAME
- See Also:
-
PROP_NAME
- See Also:
-
PROP_RULE
- See Also:
-
PROP_ARGUMENTS
- See Also:
-
PROP_STATUS
- See Also:
-
PROP_FUNC
- See Also:
-
PROP_STARTTIME
- See Also:
-
PROP_EXEC_ID
- See Also:
-
document
-
-
Constructor Details
-
OScheduledEvent
Creates a scheduled event object from a configuration.
-
-
Method Details