|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagementServer
Interface implemented by management servers.
Method Summary | |
---|---|
boolean |
hasRegistered()
Returns true if this ManagementServer has any resources registered. |
void |
initialize(String clientUUID,
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 |
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 . |
Method Detail |
---|
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(String clientUUID, ManagementRESTServiceConfiguration configuration)
clientUUID
- the clusteredInstanceFactory UUID, or nullconfiguration
- the configuration of the rest agent
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |