public class ContextResource extends ResourceBase
<resource-ref>
element in the
deployment descriptor.resources
Constructor and Description |
---|
ContextResource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAuth() |
String |
getCloseMethod() |
String |
getScope() |
boolean |
getSingleton() |
int |
hashCode() |
void |
setAuth(String auth) |
void |
setCloseMethod(String closeMethod) |
void |
setScope(String scope) |
void |
setSingleton(boolean singleton) |
String |
toString()
Return a String representation of this object.
|
addInjectionTarget, getDescription, getInjectionTargets, getLookupName, getName, getNamingResources, getProperty, getType, listProperties, removeProperty, setDescription, setLookupName, setName, setProperty, setType
public String getAuth()
public void setAuth(String auth)
public String getScope()
public void setScope(String scope)
public boolean getSingleton()
public void setSingleton(boolean singleton)
public String getCloseMethod()
public void setCloseMethod(String closeMethod)
public String toString()
public int hashCode()
hashCode
in class ResourceBase
public boolean equals(Object obj)
equals
in class ResourceBase
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.