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