|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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(ClassLoader classLoader)
This constructor should be used when caching on class loader. |
|
MapKeyLookupResult(String applicationName,
ClassLoader classLoader)
This constructor should be used when caching on application name. |
|
| Method Summary | |
|---|---|
String |
getApplicationName()
Return the applicationName value. |
ClassLoader |
getLoader()
Return the loader value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapKeyLookupResult(ClassLoader classLoader)
loader -
public MapKeyLookupResult(String applicationName,
ClassLoader classLoader)
applicationName - loader - | Method Detail |
|---|
public String getApplicationName()
public ClassLoader getLoader()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||