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.

Version:
$Rev: 1040252 $ $Date: 2010-11-30 03:50:18 +0800 (Tue, 30 Nov 2010) $
See Also:
Serialized Form

Constructor Summary
GOperationInfo(String name, Class[] paramTypes, String returnType)
           
GOperationInfo(String name, List<String> parameters, String returnType)
           
GOperationInfo(String name, String type)
           
GOperationInfo(String name, String[] paramTypes, String returnType)
           
GOperationInfo(String name, String methodName, List<String> parameters, String returnType)
           
 
Method Summary
 String getMethodName()
           
 String getName()
           
 List<String> getParameterList()
           
 String getReturnType()
           
 String toString()
           
 String toXML()
           
 
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<String> parameters,
                      String returnType)

GOperationInfo

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

getName

public String getName()

getReturnType

public String getReturnType()

getMethodName

public String getMethodName()

getParameterList

public List<String> getParameterList()

toString

public String toString()
Overrides:
toString in class Object

toXML

public String toXML()


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.