org.apache.geronimo.connector
Class ResourceAdapterWrapperGBean
java.lang.Object
org.apache.geronimo.connector.ResourceAdapterWrapper
org.apache.geronimo.connector.ResourceAdapterWrapperGBean
- All Implemented Interfaces:
- ResourceAdapter, DynamicGBean, GBeanLifecycle, JCAResourceAdapter, J2EEManagedObject
public class ResourceAdapterWrapperGBean
- extends org.apache.geronimo.connector.ResourceAdapterWrapper
- implements GBeanLifecycle, DynamicGBean, JCAResourceAdapter
| Fields inherited from class org.apache.geronimo.connector.ResourceAdapterWrapper |
resourceAdapter |
| Methods inherited from class org.apache.geronimo.connector.ResourceAdapterWrapper |
doFail, doRecovery, doStart, doStop, endpointActivation, endpointDeactivation, getMessageListenerToActivationSpecMap, getName, getResourceAdapter, getResourceAdapterClass, getXAResources, registerResourceAdapterAssociation, start, stop |
| 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
ResourceAdapterWrapperGBean
public ResourceAdapterWrapperGBean()
ResourceAdapterWrapperGBean
public ResourceAdapterWrapperGBean(String resourceAdapterClass,
Map<String,String> messageListenerToActivationSpecMap,
WorkManager workManager,
XATerminator xaTerminator,
RecoverableTransactionManager transactionManager,
ClassLoader cl,
String objectName)
throws InstantiationException,
IllegalAccessException,
ClassNotFoundException
- Throws:
InstantiationException
IllegalAccessException
ClassNotFoundException
getAttribute
public Object getAttribute(String name)
throws Exception
- Specified by:
getAttribute in interface DynamicGBean
- Throws:
Exception
setAttribute
public void setAttribute(String name,
Object value)
throws Exception
- Specified by:
setAttribute in interface DynamicGBean
- Throws:
Exception
invoke
public Object invoke(String name,
Object[] arguments,
String[] types)
throws Exception
- Specified by:
invoke in interface DynamicGBean
- Throws:
Exception
getObjectName
public String getObjectName()
- Specified by:
getObjectName in interface J2EEManagedObject
isStateManageable
public boolean isStateManageable()
- Specified by:
isStateManageable in interface J2EEManagedObject
isStatisticsProvider
public boolean isStatisticsProvider()
- Specified by:
isStatisticsProvider in interface J2EEManagedObject
isEventProvider
public boolean isEventProvider()
- Specified by:
isEventProvider in interface J2EEManagedObject
getGBeanInfo
public static GBeanInfo getGBeanInfo()
Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.