org.apache.geronimo.gbean
Interface DynamicGBean
- All Known Implementing Classes:
- DynamicGBeanDelegate
public interface DynamicGBean
- Version:
- $Rev: 476049 $ $Date: 2006-11-17 12:35:17 +0800 (Fri, 17 Nov 2006) $
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-2013 The Apache Geronimo development community. All Rights Reserved.