|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.eclipse.persistence.sdo.helper.MapKeyLookupResult
public class MapKeyLookupResult
Class for wrapping cache key lookup results. The result of a key lookup will be an application name and class loader, or a class loader. Note that all instances of this class are expected to have a loader set.
| Constructor Summary | |
|---|---|
MapKeyLookupResult(java.lang.ClassLoader classLoader)This constructor should be used when caching on class loader. |
|
MapKeyLookupResult(java.lang.String applicationName, java.lang.ClassLoader classLoader)This constructor should be used when caching on application name. |
|
| Method Summary | |
|---|---|
java.lang.String |
getApplicationName()Return the applicationName value. |
java.lang.ClassLoader |
getLoader()Return the loader value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapKeyLookupResult(java.lang.ClassLoader classLoader)
loader -
public MapKeyLookupResult(java.lang.String applicationName,
java.lang.ClassLoader classLoader)
applicationName -loader -| Method Detail |
|---|
public java.lang.String getApplicationName()
public java.lang.ClassLoader getLoader()
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||