org.apache.geronimo.gbean.runtime
Class GBeanOperation
java.lang.Object
org.apache.geronimo.gbean.runtime.GBeanOperation
public final class GBeanOperation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBeanOperation
public GBeanOperation(GBeanInstance gbeanInstance,
GOperationInfo operationInfo)
throws InvalidConfigurationException
- Throws:
InvalidConfigurationException
getName
public String getName()
getParameterTypes
public List getParameterTypes()
getOperationInfo
public GOperationInfo getOperationInfo()
isFramework
public boolean isFramework()
invoke
public Object invoke(Object target,
Object[] arguments)
throws Exception
- Throws:
Exception
getDescription
public String getDescription()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.