public class ResourceBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ResourceBean() |
ResourceBean(Properties props) |
Modifier and Type | Method and Description |
---|---|
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) |
public static final String DEFAULT_VALUE_STRING
public static final String LOG_LEVEL
public static final String DEFAULT_MONITOR_POLL_INTERVAL
public static final String EJB_SERVICE_PROPERTIES_URL
public static final String MONITOR_EJB_SERVICE_PROPERTIES
public static final String MONITOR_POLL_INTERVAL
public static final String EJB_SERVANT_BASE_URL
public ResourceBean()
public ResourceBean(Properties props)
public void setDisableConsoleLogging(boolean disable)
public Properties getPluginProps()
protected URL getPropsURL(String propsUrl) throws javax.resource.ResourceException
javax.resource.ResourceException
protected URL createURL(String spec, String msg) throws ResourceAdapterInternalException
ResourceAdapterInternalException
public void validateURLString(String spec, String msg) throws ResourceAdapterInternalException
ResourceAdapterInternalException
Apache CXF