Uses of Package
org.inxar.hotswap

Packages that use org.inxar.hotswap
example This package provides code used to run the examples. 
org.inxar.hotswap This package provides the core interfaces and reference implementation. 
 

Classes in org.inxar.hotswap used by example
ProxyException
          Checked exception class.
 

Classes in org.inxar.hotswap used by org.inxar.hotswap
Proxy
          A Proxy contains a reference to an Object whose implementation may change during the life of an application; when the change is detected, the underlying sourcefile is recompiled, the class is reloaded, and a new object is instantiated.
ProxyClass
          The ProxyClass is as a factory for Proxy instances and holds a reference to a Class whose implementation may change during the life of an application.
ProxyClassLoader
          The ProxyClassLoader acts as a factory of ProxyClass instances.
ProxyCompileEvent
          ProxyEvent subtype fired by the ProxyCompiler after a compilation.
ProxyCompiler
          The ProxyCompiler mediates sourcefile compilation.
ProxyEvent
          Base EventObject class for all proxy library event subclasses.
ProxyEventListener
          Implemented by subjects interested in receiving ProxyEvent messages.
ProxyException
          Checked exception class.
ProxyLog
          The ProxyLog interface is for applications that want to hook their own logging implementation into HotSwap.
ProxyLog.Channel
          The Channel interface is the thing through which actual log messages should be sent.
ProxyObject
          The ProxyObject interface is an optional interface that can be implemented by end-user classes to receive hotswap transaction lifecycle events.
ProxyResource
          Abstraction of a File or some other entity that is used to hold bytes of data.