Apache CXF API

org.apache.cxf.jca.core.resourceadapter
Class ResourceBean

java.lang.Object
  extended by 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
static String DEFAULT_MONITOR_POLL_INTERVAL
           
static String DEFAULT_VALUE_STRING
           
static String EJB_SERVANT_BASE_URL
           
static String EJB_SERVICE_PROPERTIES_URL
           
static String LOG_LEVEL
           
static String MONITOR_EJB_SERVICE_PROPERTIES
           
static String MONITOR_POLL_INTERVAL
           
 
Constructor Summary
ResourceBean()
           
ResourceBean(Properties props)
           
 
Method Summary
protected  URL createURL(String spec, String msg)
           
 Properties getPluginProps()
           
protected  URL getPropsURL(String propsUrl)
           
 void setDisableConsoleLogging(boolean disable)
           
 void setProperty(String propName, String propValue)
           
 void validateURLString(String spec, String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

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 API

Apache CXF