org.apache.geronimo.gbean.runtime
Class GBeanOperation

java.lang.Object
  extended by org.apache.geronimo.gbean.runtime.GBeanOperation

public final class GBeanOperation
extends Object

Version:
$Rev: 896340 $ $Date: 2010-01-06 15:36:42 +0800 (Wed, 06 Jan 2010) $

Constructor Summary
GBeanOperation(GBeanInstance gbeanInstance, GOperationInfo operationInfo)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 GOperationInfo getOperationInfo()
           
 List getParameterTypes()
           
 Object invoke(Object target, Object[] arguments)
           
 boolean isFramework()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GBeanOperation

public GBeanOperation(GBeanInstance gbeanInstance,
                      GOperationInfo operationInfo)
               throws InvalidConfigurationException
Throws:
InvalidConfigurationException
Method Detail

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-2013 The Apache Geronimo development community. All Rights Reserved.