org.apache.geronimo.connector
Class ActivationSpecWrapperGBean
java.lang.Object
org.apache.geronimo.connector.ActivationSpecWrapper
org.apache.geronimo.connector.ActivationSpecWrapperGBean
- All Implemented Interfaces:
- DynamicGBean
public class ActivationSpecWrapperGBean
- extends org.apache.geronimo.connector.ActivationSpecWrapper
- implements DynamicGBean
Fields inherited from class org.apache.geronimo.connector.ActivationSpecWrapper |
activationSpec |
Methods inherited from class org.apache.geronimo.connector.ActivationSpecWrapper |
activate, deactivate, getContainerId, getResourceAdapterWrapper |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_INFO
public static final GBeanInfo GBEAN_INFO
ActivationSpecWrapperGBean
public ActivationSpecWrapperGBean()
ActivationSpecWrapperGBean
public ActivationSpecWrapperGBean(String activationSpecClass,
String containerId,
org.apache.geronimo.connector.ResourceAdapterWrapper resourceAdapterWrapper,
ClassLoader cl)
throws IllegalAccessException,
InstantiationException,
ClassNotFoundException
- Throws:
IllegalAccessException
InstantiationException
ClassNotFoundException
getAttribute
public Object getAttribute(String name)
throws Exception
- Delegating DynamicGBean getAttribute method.
- Specified by:
getAttribute
in interface DynamicGBean
- Parameters:
name
- of attribute.
- Returns:
- attribute value.
- Throws:
Exception
setAttribute
public void setAttribute(String name,
Object value)
throws Exception
- Delegating DynamicGBean setAttribute method.
- Specified by:
setAttribute
in interface DynamicGBean
- Parameters:
name
- of attribute.value
- of attribute to be set.
- Throws:
Exception
invoke
public Object invoke(String name,
Object[] arguments,
String[] types)
throws Exception
- no-op DynamicGBean method
- Specified by:
invoke
in interface DynamicGBean
- Parameters:
name
- arguments
- types
-
- Returns:
- nothing, there are no operations.
- Throws:
Exception
getGBeanInfo
public static GBeanInfo getGBeanInfo()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.