public interface ResourceReference extends ContextParameter
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_AUTHORIZATION |
static String |
CONTAINER_AUTHORIZATION |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorization() |
String |
getType()
return the fully qualified classname of the datasource factory
- e.g.
|
void |
setAuthorization(String authorization) |
void |
setDescription(String description) |
void |
setType(String type) |
getDescription, getName, getValue, setName, setValue
static final String CONTAINER_AUTHORIZATION
static final String APPLICATION_AUTHORIZATION
String getType()
void setType(String type)
void setDescription(String description)
setDescription
in interface NameValuePair
String getAuthorization()
void setAuthorization(String authorization)
Copyright © 2018. All rights reserved.