java.io.Serializable
, Injectable
public class ContextResource extends ResourceBase
<resource-ref>
element in the
deployment descriptor.Constructor | Description |
---|---|
ContextResource() |
Modifier and Type | Method | 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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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-2019 Apache Software Foundation. All Rights Reserved.