public class Resource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADMIN_OBJECT_RESOURCE |
static List |
BINDABLE_RESOURCES |
static String |
CONNECTOR_CONNECTION_POOL |
static String |
CONNECTOR_RESOURCE |
static String |
CONNECTOR_SECURITY_MAP |
static String |
CONNECTOR_WORK_SECURITY_MAP |
static String |
CUSTOM_RESOURCE |
static String |
EXTERNAL_JNDI_RESOURCE |
static String |
JDBC_CONNECTION_POOL |
static String |
JDBC_RESOURCE |
static String |
MAIL_RESOURCE |
static String |
PERSISTENCE_MANAGER_FACTORY_RESOURCE |
static String |
RESOURCE_ADAPTER_CONFIG |
static List |
RESOURCE_POOL |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
HashMap |
getAttributes() |
String |
getDescription() |
Properties |
getProperties() |
String |
getType() |
int |
hashCode() |
boolean |
isAConflict(Resource r) |
void |
setAttribute(String name,
Properties value) |
void |
setAttribute(String name,
String value) |
void |
setAttribute(String name,
String[] value) |
void |
setDescription(String sDescription) |
void |
setProperty(String name,
String value) |
String |
toString() |
public static final String CUSTOM_RESOURCE
public static final String CONNECTOR_RESOURCE
public static final String ADMIN_OBJECT_RESOURCE
public static final String JDBC_RESOURCE
public static final String MAIL_RESOURCE
public static final String EXTERNAL_JNDI_RESOURCE
public static final String JDBC_CONNECTION_POOL
public static final String CONNECTOR_CONNECTION_POOL
public static final String RESOURCE_ADAPTER_CONFIG
public static final String PERSISTENCE_MANAGER_FACTORY_RESOURCE
public static final String CONNECTOR_SECURITY_MAP
public static final String CONNECTOR_WORK_SECURITY_MAP
public static final List BINDABLE_RESOURCES
public static final List RESOURCE_POOL
public Resource(String type)
public String getType()
public HashMap getAttributes()
public void setAttribute(String name, Properties value)
public void setDescription(String sDescription)
public String getDescription()
public Properties getProperties()
public boolean isAConflict(Resource r)
Copyright © 2020. All rights reserved.