org.jbpm.wire.descriptor
Class HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy

java.lang.Object
  extended by org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy
All Implemented Interfaces:
java.io.Serializable, Operation
Enclosing class:
HibernateConfigurationDescriptor

public static class HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy
extends java.lang.Object
implements Operation

See Also:
Serialized Form

Constructor Summary
HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy(java.lang.String collection, java.lang.String concurrencyStrategy)
           
 
Method Summary
 void apply(java.lang.Object target, WireContext wireContext)
          Apply this operation to the specified object, defined in the specified WireContext.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy

public HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy(java.lang.String collection,
                                                                              java.lang.String concurrencyStrategy)
Method Detail

apply

public void apply(java.lang.Object target,
                  WireContext wireContext)
Description copied from interface: Operation
Apply this operation to the specified object, defined in the specified WireContext.

Specified by:
apply in interface Operation
Parameters:
target - object on which the operation should be performed.
wireContext - context in which the operation is applied.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object