org.openejb.entity.cmp
Class CMPCreateMethod

java.lang.Object
  extended byorg.openejb.entity.cmp.CMPCreateMethod
All Implemented Interfaces:
Serializable, VirtualOperation

public class CMPCreateMethod
extends Object
implements VirtualOperation, Serializable

Version:
$Revision: 445701 $ $Date: 2005-09-13 04:31:44 +0200 (Tue, 13 Sep 2005) $
See Also:
Serialized Form

Constructor Summary
CMPCreateMethod(Class beanClass, CMP1Bridge cmp1Bridge, MethodSignature createSignature, MethodSignature postCreateSignature, org.tranql.cache.CacheTable cacheTable, org.tranql.identity.IdentityDefiner identityDefiner, org.tranql.pkgenerator.PrimaryKeyGenerator keyGenerator, org.tranql.identity.IdentityTransform primaryKeyTransform, org.tranql.identity.IdentityTransform localProxyTransform, org.tranql.identity.IdentityTransform remoteProxyTransform)
           
 
Method Summary
 org.apache.geronimo.core.service.InvocationResult execute(EJBInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMPCreateMethod

public CMPCreateMethod(Class beanClass,
                       CMP1Bridge cmp1Bridge,
                       MethodSignature createSignature,
                       MethodSignature postCreateSignature,
                       org.tranql.cache.CacheTable cacheTable,
                       org.tranql.identity.IdentityDefiner identityDefiner,
                       org.tranql.pkgenerator.PrimaryKeyGenerator keyGenerator,
                       org.tranql.identity.IdentityTransform primaryKeyTransform,
                       org.tranql.identity.IdentityTransform localProxyTransform,
                       org.tranql.identity.IdentityTransform remoteProxyTransform)
Method Detail

execute

public org.apache.geronimo.core.service.InvocationResult execute(EJBInvocation invocation)
                                                          throws Throwable
Specified by:
execute in interface VirtualOperation
Throws:
Throwable


Copyright © 1999-2006 OpenEJB. All Rights Reserved.