Interface Registration
-
- All Known Implementing Classes:
CompositeRegistration
,IndexMBeanRegistration
public interface Registration
Whiteboard service registration. Used to unregister a service when it is no longer available.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unregister()
Unregisters this service.
-