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: 1.6 $ $Date: 2004/07/18 22:32:22 $
See Also:
Serialized Form

Constructor Summary
CMPCreateMethod(Class beanClass, MethodSignature createSignature, MethodSignature postCreateSignature, org.tranql.cache.CacheTable cacheTable, org.tranql.identity.IdentityDefiner identityDefiner, 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,
                       MethodSignature createSignature,
                       MethodSignature postCreateSignature,
                       org.tranql.cache.CacheTable cacheTable,
                       org.tranql.identity.IdentityDefiner identityDefiner,
                       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-2005 OpenEJB. All Rights Reserved.