stomp.enhance
Interface ServiceProxy
- All Superinterfaces:
- AccessControlled, Persistent, java.io.Serializable, ServiceEnabled, ServiceEnhanced, TransientTransactional
- All Known Implementing Classes:
- AbstractServiceProxy
- public interface ServiceProxy
- extends ServiceEnhanced
implemented by the proxy part of ServiceEnhanced objects.
- Author:
- Eric Lindauer
getEnhancedServiceDelegate
public ServiceDelegate getEnhancedServiceDelegate()
- returns a non-serviced view of the object this
proxy is wrapping.
setServiceDelegate
public void setServiceDelegate(ServiceDelegate delegate)
- after this point, methods invoked on the proxy should
be serviced and delegated to the given delegate.