public class RARUtils extends Object
| Constructor and Description |
|---|
RARUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Set |
getMergedActivationConfigProperties(EjbMessageBeanDescriptor msgDesc)
Prepares the name/value pairs for ActivationSpec.
|
static boolean |
isValidRABeanConfigProperty(Class clz)
A valid resource adapter java bean property should either be one of the
following
1.
|
static Class |
loadClassFromRar(String rarName,
String beanClassName) |
public static boolean isValidRABeanConfigProperty(Class clz)
public static Set getMergedActivationConfigProperties(EjbMessageBeanDescriptor msgDesc)
Rule:
1. The name/value pairs are the union of activation-config on standard DD (message-driven) and runtime DD (mdb-resource-adapter) 2. If there are duplicate property settings, the value in runtime activation-config will overwrite the one in the standard activation-config.
public static Class loadClassFromRar(String rarName, String beanClassName) throws ConnectorRuntimeException
ConnectorRuntimeExceptionCopyright © 2019. All rights reserved.