Package com.iizix.prop
Interface IProxyProp
- All Known Implementing Classes:
- ProxyPropCnr
public interface IProxyProp
The Interface used by Proxy Properties.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- <T> T- getProxiedInterface- (Class<T> interfaze) Checks if the proxied property is instance of an interface.- Class<?>Gets the "real" class name to use when sending the property over a transaction.
- Method Details- getProxyClassClass<?> getProxyClass()Gets the "real" class name to use when sending the property over a transaction.- Returns:
- The class name of the proxied class.
 
- getProxiedInterfaceChecks if the proxied property is instance of an interface.- Parameters:
- interfaze- The interface.
- Returns:
- The proxy instance interface, or null if it is not implemented.