org.apache.geronimo.gbean
Interface DynamicGBean

All Known Implementing Classes:
ActivationSpecWrapperGBean, AdminObjectWrapper, DynamicGBeanDelegate, ManagedConnectionFactoryWrapper, ResourceAdapterWrapperGBean

public interface DynamicGBean


Method Summary
 Object getAttribute(String name)
           
 Object invoke(String name, Object[] arguments, String[] types)
           
 void setAttribute(String name, Object value)
           
 

Method Detail

getAttribute

Object getAttribute(String name)
                    throws Exception
Throws:
Exception

setAttribute

void setAttribute(String name,
                  Object value)
                  throws Exception
Throws:
Exception

invoke

Object invoke(String name,
              Object[] arguments,
              String[] types)
              throws Exception
Throws:
Exception


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.