|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
static MethodSignature[] |
MethodHelper.translateToHome(MethodSignature[] signatures)
|
static MethodSignature[] |
MethodHelper.translateToObject(MethodSignature[] signatures)
|
MethodSignature[] |
AbstractOperationFactory.getSignatures()
|
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 | |
AbstractMethodOperation(Class beanClass,
MethodSignature signature)
|
|
AbstractOperationFactory(VirtualOperation[] vtable,
MethodSignature[] signatures)
|
|
InterfaceMethodSignature(MethodSignature signature,
boolean isHomeMethod)
|
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 | |
BMPRemoveMethod(Class beanClass,
MethodSignature signature)
|
|
BMPCreateMethod(Class beanClass,
MethodSignature createSignature,
MethodSignature postCreateSignature)
|
|
BMPFinderMethod(Class beanClass,
MethodSignature finderSignature)
|
Uses of MethodSignature in org.openejb.entity.cmp |
Constructors in org.openejb.entity.cmp with parameters of type MethodSignature | |
CMPRemoveMethod(Class beanClass,
MethodSignature signature,
org.tranql.cache.CacheTable cacheTable,
Map cmrAccessors)
|
|
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)
|
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)
|
|
CreateMethod(Class beanClass,
MethodSignature signature)
|
|
RemoveMethod(Class beanClass,
MethodSignature signature)
|
Uses of MethodSignature in org.openejb.slsb |
Constructors in org.openejb.slsb with parameters of type MethodSignature | |
BusinessMethod(Class beanClass,
MethodSignature signature)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |