Interface Destroyable

All Known Subinterfaces:
ClientInterfaceManager, DomainNode, MBeanNode
All Known Implementing Classes:
IconicHandlerFactory.ClientIconicHandler, SimpleDomainNode, SimpleMBeanNode

public interface Destroyable
Something that can be destroyed. Intended for handlers that need to clean up when client proxies are destroyed.
Author:
rob
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    destroy the client side object.
  • Method Details

    • destroy

      void destroy()
      destroy the client side object.