Interface ProxyDelegate<T>

Type Parameters:
T - the PDO or Operation type
All Superinterfaces:
org.tentackle.reflect.Interceptable, Serializable
All Known Subinterfaces:
DomainDelegate<T>, DomainObject<T>, DomainOperation<T>, NumberPool, NumberPoolDomain, NumberPoolPersistence, NumberRange, NumberRangeDomain, NumberRangePersistence, Operation<T>, PersistenceDelegate<T>, PersistentDomainObject<T>, PersistentObject<T>, PersistentOperation<T>, Security, SecurityDomain, SecurityPersistence
All Known Implementing Classes:
DummyPersistentOperation

public interface ProxyDelegate<T> extends org.tentackle.reflect.Interceptable, Serializable
Base interface for all delegates of dynamic proxies.
Author:
harald
  • Method Summary

    Modifier and Type
    Method
    Description
    me()
    Gets the proxy instance.
  • Method Details

    • me

      T me()
      Gets the proxy instance.
      Returns:
      the proxy instance