public class ScheduledEvent extends TriggerEvent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE |
Constructor and Description |
---|
ScheduledEvent(User adminUser) |
Modifier and Type | Method and Description |
---|---|
User |
getAdminUser()
Gets information about the admin user for the database the trigger fired in.
|
java.lang.String |
getTriggerType()
Gets the type of this trigger, that is the type of action the spawned this
trigger.
|
User |
getTriggerUser()
Returns the admin user since scheduled scripts are not initiated
by a particular user.
|
boolean |
isPostTrigger()
Gets if this trigger is a post-trigger or not, true if a post-trigger false otherwise.
|
boolean |
isPreTrigger()
Gets if this trigger is a pre-trigger or not, true if a pre-trigger false otherwise.
|
fail, getFailure, toString
public static final java.lang.String TYPE
public ScheduledEvent(User adminUser)
public User getAdminUser()
TriggerEvent
getAdminUser
in class TriggerEvent
public java.lang.String getTriggerType()
TriggerEvent
getTriggerType
in class TriggerEvent
public User getTriggerUser()
getTriggerUser
in class TriggerEvent
getAdminUser
.public boolean isPreTrigger()
TriggerEvent
isPreTrigger
in class TriggerEvent
public boolean isPostTrigger()
TriggerEvent
isPostTrigger
in class TriggerEvent
© Copyright IBM Corporation 2000, 2009
US Government Users Restricted Rights--Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
Notices