org.springframework.jee.interfaces.ejb
Interface EjbProxyMetadataI

All Superinterfaces:
InterceptionMetadataI, Jsr250MetadataI
All Known Implementing Classes:
EjbProxyMetadata

public interface EjbProxyMetadataI
extends InterceptionMetadataI

Author:
Safin Li, Michael Chen

Method Summary
 BeanType getBeanType()
           
 String getTimeoutMethodName()
           
 void setBeanType(BeanType beanType)
           
 void setTimeoutMethodName(String timeoutMethodName)
           
 
Methods inherited from interface org.springframework.jee.interfaces.intercept.InterceptionMetadataI
addBusinessInterface, createProxyIfNecessary, createProxyIfNecessary, findBusinessInterfacesFromClassOrAnnotation, getInterceptorMetadata, registerInterceptorMetadata, registerInterceptorOrder, registerSelfInterceptorMethod, setBeanControlInterface, setBeanControlInterfaceMethods, setExcludeClassInterceptors, setExcludeDefaultInterceptors
 
Methods inherited from interface org.springframework.jee.interfaces.inject.Jsr250MetadataI
addInjection, getComponentClass, getComponentName, getDeploymentUnitMetadata, getInjections, getLifecycleEventCallbackMethod, inject, invokeLifecycleMethods, refresh, registerLifecycleEventCallbackMethod
 

Method Detail

setBeanType

void setBeanType(BeanType beanType)

getBeanType

BeanType getBeanType()
Returns:
the beanType

setTimeoutMethodName

void setTimeoutMethodName(String timeoutMethodName)

getTimeoutMethodName

String getTimeoutMethodName()


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.