org.ow2.bonita.pvm.internal.wire.operation
Interface Operation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractOperation, EnlistOperation, FieldOperation, HibernateConfigurationDescriptor.AddClass, HibernateConfigurationDescriptor.AddFile, HibernateConfigurationDescriptor.AddResource, HibernateConfigurationDescriptor.AddUrl, HibernateConfigurationDescriptor.CreateSchema, HibernateConfigurationDescriptor.SetCacheConcurrencyStrategy, HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy, HibernateConfigurationDescriptor.UpdateSchema, InvokeOperation, PropertyOperation, SubscribeOperation

public interface Operation
extends java.io.Serializable

any field update or method invocation after the construction of an object.


Method Summary
 void apply(java.lang.Object target, WireContext wireContext)
          Apply this operation to the specified object, defined in the specified WireContext.
 

Method Detail

apply

void apply(java.lang.Object target,
           WireContext wireContext)
Apply this operation to the specified object, defined in the specified WireContext.

Parameters:
target - object on which the operation should be performed.
wireContext - context in which the operation is applied.


Copyright © 2009 OW2 Consortium. All Rights Reserved.