org.jpu.patterns.proxy.test
Class AccountImpl

java.lang.Object
  extended byorg.jpu.patterns.proxy.JPUInvocationHandler
      extended byorg.jpu.patterns.proxy.ProxyBean
          extended byorg.jpu.patterns.proxy.test.AccountImpl
All Implemented Interfaces:
java.lang.reflect.InvocationHandler, java.io.Serializable

public class AccountImpl
extends ProxyBean
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jpu.patterns.proxy.JPUInvocationHandler
JPUInvocationHandler.DelegationCacheValue, JPUInvocationHandler.DelegationState
 
Constructor Summary
AccountImpl(boolean tc)
           
 
Method Summary
 boolean trackChanges()
          Returns whether changes are being tracked.
 
Methods inherited from class org.jpu.patterns.proxy.ProxyBean
areAnyAttributesChanged, areValuesEqual, autoDelegateToMap, clearChangedFlag, clearChangedFlags, copyChangesTo, copyChangesTo, copyTo, copyTo, delegateToMap, delegateToMap, doInvoke, getAttribute, getAttribute, getAttributes, getChangedAttributes, getDescriptor, isAttributeChanged, setAttribute, setChangedFlag, valueChanged
 
Methods inherited from class org.jpu.patterns.proxy.JPUInvocationHandler
autoDelegateToSelf, delegate, doGetImplementedInterfaces, getCacheHits, getCacheMisses, getCurrentInterfaceMethod, getDefaultClassLoader, getDelegationMethod, getDelegationState, getDelegationTargetMethod, getInterfaces, getProxy, initializeProxy, invoke, newProxy, newProxy, newProxy, resetCacheCounters, rethrow, setDelegationState, throwUnhandledException, throwUnlistedException, wouldDelegationInfinitelyRecurse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountImpl

public AccountImpl(boolean tc)
Method Detail

trackChanges

public boolean trackChanges()
Description copied from class: ProxyBean
Returns whether changes are being tracked. Default is false, but subclasses are free to override.

Overrides:
trackChanges in class ProxyBean


Copyright (c) 2001-2003 - Apache Software Foundation