org.ow2.easybeans.api.bean.info
Interface IMethodInfo


public interface IMethodInfo

Info of a method.

Author:
Florent Benoit

Method Summary
 IAccessTimeoutInfo getAccessTimeout()
           
 String getDescriptor()
           
 List<String> getExceptions()
           
 ILockTypeInfo getLockType()
           
 String getName()
           
 List<String> getParameters()
           
 String getReturnType()
           
 boolean isAfterBegin()
           
 boolean isAfterCompletion()
           
 boolean isBeforeCompletion()
           
 boolean isTransacted()
           
 

Method Detail

getName

String getName()
Returns:
name of the method

getParameters

List<String> getParameters()
Returns:
parameters of the method

getReturnType

String getReturnType()
Returns:
the return type of the method

getExceptions

List<String> getExceptions()
Returns:
exception of this method.

getDescriptor

String getDescriptor()
Returns:
descriptor of the method

isTransacted

boolean isTransacted()
Returns:
true if this method is transacted

getAccessTimeout

IAccessTimeoutInfo getAccessTimeout()
Returns:
AccessTimeout

getLockType

ILockTypeInfo getLockType()
Returns:
locking strategy

isAfterBegin

boolean isAfterBegin()
Returns:
true if this method is afterBeginMethod

isBeforeCompletion

boolean isBeforeCompletion()
Returns:
true if this method is beforeCompletionMethod

isAfterCompletion

boolean isAfterCompletion()
Returns:
true if this method is afterCompletionMethod


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.