Method | Description | |
---|---|---|
AfterPropertiesSet ( ) : void |
Method run after all the properties have been set for this object. Responsible for actual proxy creation.
|
|
GetObject ( ) : object |
Returns the object wrapped by this proxy factory.
|
|
TransactionProxyFactoryObject ( ) : System |
Creates a new instance of the Spring.Transaction.Interceptor.TransactionProxyFactoryObject class.
|
Method | Description | |
---|---|---|
createTargetSource ( object target ) : ITargetSource |
Set the target or Spring.Aop.ITargetSource.
|
public TransactionProxyFactoryObject ( ) : System | ||
return | System |
protected createTargetSource ( object target ) : ITargetSource | ||
target | object |
/// The target. If this is an implementation of the |
return | ITargetSource |