Uses of Class
org.openejb.dispatch.MethodSignature

Packages that use MethodSignature
org.openejb.dispatch   
org.openejb.entity   
org.openejb.entity.bmp   
org.openejb.entity.cmp   
org.openejb.mdb   
org.openejb.sfsb   
org.openejb.slsb   
 

Uses of MethodSignature in org.openejb.dispatch
 

Methods in org.openejb.dispatch that return MethodSignature
 MethodSignature[] VirtualOperationFactory.getSignatures()
           
 MethodSignature[] AbstractOperationFactory.getSignatures()
           
static MethodSignature[] MethodHelper.translateToHome(MethodSignature[] signatures)
           
static MethodSignature[] MethodHelper.translateToObject(MethodSignature[] signatures)
           
 

Methods in org.openejb.dispatch with parameters of type MethodSignature
static int MethodHelper.getSuperIndex(Class proxyImpl, MethodSignature signature)
           
static Map MethodHelper.getMethodMap(EJBInterfaceType type, MethodSignature[] signatures, Class interfaceClass)
           
static Map MethodHelper.getHomeMethodMap(MethodSignature[] signatures, Class homeClass)
           
static Map MethodHelper.getObjectMethodMap(MethodSignature[] signatures, Class objectClass)
           
static MethodSignature[] MethodHelper.translateToHome(MethodSignature[] signatures)
           
static MethodSignature[] MethodHelper.translateToObject(MethodSignature[] signatures)
           
static InterfaceMethodSignature MethodHelper.translateToInterface(MethodSignature signature)
           
 

Constructors in org.openejb.dispatch with parameters of type MethodSignature
AbstractOperationFactory(VirtualOperation[] vtable, MethodSignature[] signatures)
           
InterfaceMethodSignature(MethodSignature signature, boolean isHomeMethod)
           
AbstractMethodOperation(Class beanClass, MethodSignature signature)
           
 

Uses of MethodSignature in org.openejb.entity
 

Constructors in org.openejb.entity with parameters of type MethodSignature
BusinessMethod(Class beanClass, MethodSignature signature)
           
HomeMethod(Class beanClass, MethodSignature signature)
           
 

Uses of MethodSignature in org.openejb.entity.bmp
 

Constructors in org.openejb.entity.bmp with parameters of type MethodSignature
BMPCreateMethod(Class beanClass, MethodSignature createSignature, MethodSignature postCreateSignature)
           
BMPFinderMethod(Class beanClass, MethodSignature finderSignature)
           
BMPRemoveMethod(Class beanClass, MethodSignature signature)
           
 

Uses of MethodSignature in org.openejb.entity.cmp
 

Constructors in org.openejb.entity.cmp with parameters of type MethodSignature
CMPRemoveMethod(Class beanClass, MethodSignature signature)
           
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)
           
 

Uses of MethodSignature in org.openejb.mdb
 

Constructors in org.openejb.mdb with parameters of type MethodSignature
BusinessMethod(Class beanClass, MethodSignature signature)
           
 

Uses of MethodSignature in org.openejb.sfsb
 

Constructors in org.openejb.sfsb with parameters of type MethodSignature
BusinessMethod(Class beanClass, MethodSignature signature, boolean isBMT)
           
CreateMethod(Class beanClass, MethodSignature signature, boolean isBMT)
           
RemoveMethod(Class beanClass, MethodSignature signature, boolean isBMT)
           
 

Uses of MethodSignature in org.openejb.slsb
 

Constructors in org.openejb.slsb with parameters of type MethodSignature
BusinessMethod(Class beanClass, MethodSignature signature)
           
 



Copyright © 1999-2005 OpenEJB. All Rights Reserved.