public interface ManagementServer
Modifier and Type | Method and Description |
---|---|
boolean |
hasRegistered()
Returns true if this
ManagementServer has any resources registered. |
void |
register(QuartzScheduler managedResource)
Puts the submitted resource under the purview of this
ManagementServer . |
void |
start()
Start the management server
|
void |
stop()
Stop the management server
|
void |
unregister(QuartzScheduler managedResource)
Removes the submitted resource under the purview of this
ManagementServer . |
void start()
void stop()
void register(QuartzScheduler managedResource)
ManagementServer
.managedResource
- the resource to be managedvoid unregister(QuartzScheduler managedResource)
ManagementServer
.managedResource
- the resource to be managedboolean hasRegistered()
ManagementServer
has any resources registered.Copyright 2001-2019, Terracotta, Inc.