org.apache.geronimo.gbean
Interface DynamicGBean
- All Known Implementing Classes:
- ActivationSpecWrapperGBean, AdminObjectWrapper, DynamicGBeanDelegate, ManagedConnectionFactoryWrapper, ResourceAdapterWrapperGBean
public interface DynamicGBean
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-2007 Apache Software Foundation. All Rights Reserved.