org.apache.geronimo.gbean.runtime
Class GBeanOperation

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

public final class GBeanOperation
extends Object


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