Class ResourceBean
- java.lang.Object
-
- org.apache.cxf.jca.core.resourceadapter.ResourceBean
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractManagedConnectionFactoryImpl,ResourceAdapterImpl
public class ResourceBean extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_MONITOR_POLL_INTERVALstatic StringDEFAULT_VALUE_STRINGstatic StringEJB_SERVANT_BASE_URLstatic StringEJB_SERVICE_PROPERTIES_URLstatic StringLOG_LEVELstatic StringMONITOR_EJB_SERVICE_PROPERTIESstatic StringMONITOR_POLL_INTERVAL
-
Constructor Summary
Constructors Constructor Description ResourceBean()ResourceBean(Properties props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected URLcreateURL(String spec, String msg)PropertiesgetPluginProps()protected URLgetPropsURL(String propsUrl)voidsetDisableConsoleLogging(boolean disable)voidsetProperty(String propName, String propValue)voidvalidateURLString(String spec, String msg)
-
-
-
Field Detail
-
DEFAULT_VALUE_STRING
public static final String DEFAULT_VALUE_STRING
- See Also:
- Constant Field Values
-
LOG_LEVEL
public static final String LOG_LEVEL
- See Also:
- Constant Field Values
-
DEFAULT_MONITOR_POLL_INTERVAL
public static final String DEFAULT_MONITOR_POLL_INTERVAL
- See Also:
- Constant Field Values
-
EJB_SERVICE_PROPERTIES_URL
public static final String EJB_SERVICE_PROPERTIES_URL
- See Also:
- Constant Field Values
-
MONITOR_EJB_SERVICE_PROPERTIES
public static final String MONITOR_EJB_SERVICE_PROPERTIES
- See Also:
- Constant Field Values
-
MONITOR_POLL_INTERVAL
public static final String MONITOR_POLL_INTERVAL
- See Also:
- Constant Field Values
-
EJB_SERVANT_BASE_URL
public static final String EJB_SERVANT_BASE_URL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResourceBean
public ResourceBean()
-
ResourceBean
public ResourceBean(Properties props)
-
-
Method Detail
-
setDisableConsoleLogging
public void setDisableConsoleLogging(boolean disable)
-
getPluginProps
public Properties getPluginProps()
-
getPropsURL
protected URL getPropsURL(String propsUrl) throws javax.resource.ResourceException
- Throws:
javax.resource.ResourceException
-
createURL
protected URL createURL(String spec, String msg) throws ResourceAdapterInternalException
- Throws:
ResourceAdapterInternalException
-
validateURLString
public void validateURLString(String spec, String msg) throws ResourceAdapterInternalException
- Throws:
ResourceAdapterInternalException
-
-