org.apache.cxf.jca.core.resourceadapter
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ResourceBean
public ResourceBean()
ResourceBean
public ResourceBean(Properties props)
setDisableConsoleLogging
public void setDisableConsoleLogging(boolean disable)
getPluginProps
public Properties getPluginProps()
setProperty
public void setProperty(String propName,
String propValue)
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
Apache CXF