Class ServiceWrapper

All Implemented Interfaces:
Runnable, org.apache.commons.beanutils.DynaBean, ArooaContextAware, ArooaSessionAware, Describable, ComponentWrapper, PropertyChangeNotifier, Iconic, LogEnabled, Resettable, Stateful, Stoppable
Direct Known Subclasses:
ConsumerWrapper

public class ServiceWrapper extends BaseWrapper implements ComponentWrapper
Wraps a Service object and adds state to it.

Author:
Rob Gordon.
  • Constructor Details

    • ServiceWrapper

      public ServiceWrapper(ServiceAdaptor serviceAdaptor, Object proxy)
      Create a new instance wrapping a service.
      Parameters:
      serviceAdaptor - The Service, via its adapter.
      proxy - The proxy generated for it.
  • Method Details