com.gemstone.gemfire.cache.server
Class ServerLoadProbeAdapter
java.lang.Object
com.gemstone.gemfire.cache.server.ServerLoadProbeAdapter
- All Implemented Interfaces:
- CacheCallback, ServerLoadProbe
public abstract class ServerLoadProbeAdapter
- extends Object
- implements ServerLoadProbe
Utility class that implements all methods in ServerLoadProbe with
empty implementations for open and close. Applications can subclass this
class and only override the methods for the events of interest.
- Since:
- 5.7
|
Method Summary |
void |
close()
Does nothing. |
void |
open()
Does nothing. |
ServerLoadProbeAdapter
public ServerLoadProbeAdapter()
close
public void close()
- Does nothing.
- Specified by:
close in interface CacheCallback- Specified by:
close in interface ServerLoadProbe
- See Also:
RegionService.close(),
Region.close(),
Region.localDestroyRegion(),
Region.destroyRegion(),
AttributesMutator
open
public void open()
- Does nothing.
- Specified by:
open in interface ServerLoadProbe
Copyright © 1997-2012 VMware, Inc. All rights reserved.