org.apache.geronimo.gbean
Class GOperationInfo

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

public class GOperationInfo
extends Object
implements Serializable

Describes an operation on a GBean.

See Also:
Serialized Form

Constructor Summary
GOperationInfo(String name, Class[] paramTypes, String returnType)
           
GOperationInfo(String name, List parameters, String returnType)
           
GOperationInfo(String name, String type)
           
GOperationInfo(String name, String[] paramTypes, String returnType)
           
GOperationInfo(String name, String methodName, List parameters, String returnType)
           
 
Method Summary
 String getMethodName()
           
 String getName()
           
 List getParameterList()
           
 String getReturnType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GOperationInfo

public GOperationInfo(String name,
                      String type)

GOperationInfo

public GOperationInfo(String name,
                      Class[] paramTypes,
                      String returnType)

GOperationInfo

public GOperationInfo(String name,
                      String[] paramTypes,
                      String returnType)

GOperationInfo

public GOperationInfo(String name,
                      List parameters,
                      String returnType)

GOperationInfo

public GOperationInfo(String name,
                      String methodName,
                      List parameters,
                      String returnType)
Method Detail

getName

public String getName()

getReturnType

public String getReturnType()

getMethodName

public String getMethodName()

getParameterList

public List getParameterList()

toString

public String toString()
Overrides:
toString in class Object


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