org.apache.geronimo.gbean
Class DynamicGOperationInfo

java.lang.Object
  extended by org.apache.geronimo.gbean.GOperationInfo
      extended by org.apache.geronimo.gbean.DynamicGOperationInfo
All Implemented Interfaces:
Serializable

public class DynamicGOperationInfo
extends GOperationInfo

See Also:
Serialized Form

Constructor Summary
DynamicGOperationInfo(String name)
           
DynamicGOperationInfo(String name, List parameters)
           
DynamicGOperationInfo(String name, String[] paramTypes)
           
 
Method Summary
 
Methods inherited from class org.apache.geronimo.gbean.GOperationInfo
getMethodName, getName, getParameterList, getReturnType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicGOperationInfo

public DynamicGOperationInfo(String name)

DynamicGOperationInfo

public DynamicGOperationInfo(String name,
                             String[] paramTypes)

DynamicGOperationInfo

public DynamicGOperationInfo(String name,
                             List parameters)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.