public class DiscoverNamesInManagedProperties extends ResourceNameDiscoverImpl implements ResourceNameDiscover
ManagedProperties
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_prefix |
private java.lang.String |
_suffix |
private static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
DiscoverNamesInManagedProperties()
Construct a new resource discoverer.
|
DiscoverNamesInManagedProperties(java.lang.String prefix,
java.lang.String suffix)
Construct a new resource discoverer.
|
Modifier and Type | Method and Description |
---|---|
ResourceNameIterator |
findResourceNames(java.lang.String resourceName)
Locate names of resources that are bound to
resourceName . |
static void |
setLog(org.apache.commons.logging.Log _log)
Deprecated.
This method is not thread-safe
|
findResourceNames
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findResourceNames
private static org.apache.commons.logging.Log log
private final java.lang.String _prefix
private final java.lang.String _suffix
public DiscoverNamesInManagedProperties()
public DiscoverNamesInManagedProperties(java.lang.String prefix, java.lang.String suffix)
prefix
- The resource name prefixsuffix
- The resource name suffix@Deprecated public static void setLog(org.apache.commons.logging.Log _log)
Log
for this class._log
- This class Log
public ResourceNameIterator findResourceNames(java.lang.String resourceName)
resourceName
.findResourceNames
in interface ResourceNameDiscover
findResourceNames
in class ResourceNameDiscoverImpl
resourceName
- The resource name to locateResourceNameIterator