org.apache.tomee.loader.service.helper
Class OpenEJBHelperImpl.MethodInfo

java.lang.Object
  extended by org.apache.tomee.loader.service.helper.OpenEJBHelperImpl.MethodInfo
Enclosing class:
OpenEJBHelperImpl

public static class OpenEJBHelperImpl.MethodInfo
extends Object


Constructor Summary
OpenEJBHelperImpl.MethodInfo(String signature, long id, Method mtd)
           
 
Method Summary
 long getId()
           
 Method getMethod()
           
 String getSignature()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenEJBHelperImpl.MethodInfo

public OpenEJBHelperImpl.MethodInfo(String signature,
                                    long id,
                                    Method mtd)
Method Detail

getSignature

public String getSignature()

getId

public long getId()

getMethod

public Method getMethod()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.