org.apache.openejb.assembler.classic
Class MethodInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.MethodInfo
All Implemented Interfaces:
Serializable

public class MethodInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 String className
           
 String description
           
 String ejbDeploymentId
           
 String ejbName
           
 String methodIntf
           
 String methodName
           
 List<String> methodParams
           
 
Constructor Summary
MethodInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

public String description

ejbDeploymentId

public String ejbDeploymentId

ejbName

public String ejbName

methodIntf

public String methodIntf

methodName

public String methodName

methodParams

public List<String> methodParams

className

public String className
Constructor Detail

MethodInfo

public MethodInfo()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.