| org.apache.geronimo.connector.ActivationSpecWrapperGBean
ActivationSpecWrapperGBean | public class ActivationSpecWrapperGBean extends ActivationSpecWrapper implements DynamicGBean(Code) | | version: $Revision: 550546 $ |
Field Summary | |
final public static GBeanInfo | GBEAN_INFO |
GBEAN_INFO | final public static GBeanInfo GBEAN_INFO(Code) | | |
ActivationSpecWrapperGBean | public ActivationSpecWrapperGBean()(Code) | | |
getAttribute | public Object getAttribute(String name) throws Exception(Code) | | Delegating DynamicGBean getAttribute method.
Parameters: name - of attribute. attribute value. throws: Exception - |
getGBeanInfo | public static GBeanInfo getGBeanInfo()(Code) | | |
invoke | public Object invoke(String name, Object[] arguments, String[] types) throws Exception(Code) | | no-op DynamicGBean method
Parameters: name - Parameters: arguments - Parameters: types - nothing, there are no operations. throws: Exception - |
setAttribute | public void setAttribute(String name, Object value) throws Exception(Code) | | Delegating DynamicGBean setAttribute method.
Parameters: name - of attribute. Parameters: value - of attribute to be set. throws: Exception - |
|
|