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
GOperationInfo
public GOperationInfo(String name)
GOperationInfo
public GOperationInfo(String name,
Class[] paramTypes)
GOperationInfo
public GOperationInfo(String name,
String[] paramTypes)
GOperationInfo
public GOperationInfo(String name,
List parameters)
GOperationInfo
public GOperationInfo(String name,
String methodName,
List parameters)
getName
public String getName()
getMethodName
public String getMethodName()
getParameterList
public List getParameterList()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006 Apache Software Foundation. All Rights Reserved.