| 限定符和类型 | 方法和说明 |
|---|---|
void |
activate(StartTriggerPlan plan) |
void |
deregister(DropTriggerPlan plan) |
void |
deregisterAll() |
ServiceType |
getID()
Get the name of the the service.
|
static TriggerRegistrationService |
getInstance() |
TriggerRegistrationInformation |
getRegistrationInformation(String triggerName) |
Trigger |
getTriggerInstance(String triggerName) |
void |
inactivate(StopTriggerPlan plan) |
void |
register(CreateTriggerPlan plan) |
QueryDataSet |
show() |
void |
start()
Start current service.
|
void |
stop()
Stop current service.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshutdown, waitAndStoppublic void register(CreateTriggerPlan plan) throws TriggerManagementException, TriggerExecutionException
public void deregister(DropTriggerPlan plan) throws TriggerManagementException
public void activate(StartTriggerPlan plan) throws TriggerManagementException, TriggerExecutionException
public void inactivate(StopTriggerPlan plan) throws TriggerManagementException
public QueryDataSet show()
public void start()
throws StartupException
IServicestart 在接口中 IServiceStartupExceptionpublic void stop()
IServicepublic void deregisterAll()
throws TriggerManagementException
public Trigger getTriggerInstance(String triggerName) throws TriggerManagementException
public TriggerRegistrationInformation getRegistrationInformation(String triggerName) throws TriggerManagementException
public ServiceType getID()
IServicepublic static TriggerRegistrationService getInstance()
Copyright © 2022 The Apache Software Foundation. All rights reserved.