org.apache.geronimo.gbean
Class GOperationInfo
java.lang.Object
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)
|
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)
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
toXML
public String toXML()
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.