org.alfresco.repo.policy
Class TransactionInvocationHandlerFactory

java.lang.Object
  extended by org.alfresco.repo.policy.TransactionInvocationHandlerFactory

public class TransactionInvocationHandlerFactory
extends java.lang.Object

Factory for creating transaction-aware behaviour invocation handlers.


Constructor Summary
TransactionInvocationHandlerFactory(TransactionBehaviourQueue queue)
          Construct
 
Method Summary
 java.lang.reflect.InvocationHandler createHandler(Behaviour behaviour, PolicyDefinition definition, Policy policyInterface)
          Create Invocation Handler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionInvocationHandlerFactory

public TransactionInvocationHandlerFactory(TransactionBehaviourQueue queue)
Construct

Parameters:
queue - behaviour queue
Method Detail

createHandler

public java.lang.reflect.InvocationHandler createHandler(Behaviour behaviour,
                                                         PolicyDefinition definition,
                                                         Policy policyInterface)
Create Invocation Handler

Parameters:
behaviour -
definition -
policyInterface -
Returns:
invocation handler


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.