org.apache.openejb.assembler.classic
Class NamedMethodInfo

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

public class NamedMethodInfo
extends InfoObject

See Also:
Serialized Form

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

Field Detail

className

public String className

methodName

public String methodName

methodParams

public List<String> methodParams

id

public String id
Constructor Detail

NamedMethodInfo

public NamedMethodInfo()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.