public interface ManagementServer
Modifier and Type | Method and Description |
---|---|
boolean |
hasRegistered()
Returns true if this
ManagementServer has any resources registered. |
void |
initialize(ManagementRESTServiceConfiguration configuration)
Initialize method to call just after instantiating the class
|
void |
register(CacheManager managedResource)
Puts the submitted resource under the purview of this
ManagementServer . |
void |
registerClusterRemoteEndpoint(String clientUUID)
Register a cluster endpoint of a specific client to enable
clustered monitoring.
|
void |
start()
Start the management server
|
void |
stop()
Stop the management server
|
void |
unregister(CacheManager managedResource)
Removes the submitted resource under the purview of this
ManagementServer . |
void |
unregisterClusterRemoteEndpoint(String clientUUID)
Unregister a previously registered cluster endpoint.
|
void start()
void stop()
void register(CacheManager managedResource)
ManagementServer
.managedResource
- the resource to be managedvoid unregister(CacheManager managedResource)
ManagementServer
.managedResource
- the resource to be managedboolean hasRegistered()
ManagementServer
has any resources registered.void initialize(ManagementRESTServiceConfiguration configuration)
configuration
- the configuration of the rest agentvoid registerClusterRemoteEndpoint(String clientUUID)
clientUUID
- the client UUIDvoid unregisterClusterRemoteEndpoint(String clientUUID)
clientUUID
- the client UUIDCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.