|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.lib.Personality
org.objectweb.speedo.jdo.JDOPersonality
public final class JDOPersonality
Field Summary |
---|
Fields inherited from class org.objectweb.speedo.lib.Personality |
---|
EJB, JDO |
Constructor Summary | |
---|---|
JDOPersonality()
|
Method Summary | |
---|---|
java.lang.Class |
getDetachedFieldAccessRuntimeExceptionClass()
|
java.lang.Class |
getFatalRuntimeExceptionClass()
Retrieve the runtime fatal exception class dedicated to the relevant personality. |
java.lang.Class |
getPOMClass()
Retrieve the PersistentObjectManager class for the associated personality. |
java.lang.Class |
getPOMFClass()
Retrieve the PersistentObjectManagerFactory class for the associated personality. |
java.lang.Class |
getRuntimeExceptionClass()
Retrieve the runtime user exception class dedicated to the relevant personality. |
java.lang.Class |
getUserRuntimeExceptionClass()
Retrieve the runtime user exception class dedicated to the relevant personality. |
java.lang.RuntimeException |
newDataStoreRuntimeException(java.lang.String msg)
|
java.lang.RuntimeException |
newDataStoreRuntimeException(java.lang.String msg,
java.lang.Throwable nested)
|
java.lang.RuntimeException |
newFatalDataStoreRuntimeException()
|
java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.String msg)
|
java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.String msg,
java.lang.Object failed)
|
java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.String msg,
java.lang.Throwable nested)
|
java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested)
|
java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
|
java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
|
java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.Throwable nested)
|
java.lang.RuntimeException |
newFatalRuntimeException()
Retrieve the runtime fatal exception dedicated to the relevant personality. |
java.lang.RuntimeException |
newFatalRuntimeException(java.lang.String msg)
|
java.lang.RuntimeException |
newFatalRuntimeException(java.lang.String msg,
java.lang.Object failed)
|
java.lang.RuntimeException |
newFatalRuntimeException(java.lang.String msg,
java.lang.Throwable nested)
|
java.lang.RuntimeException |
newFatalRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested)
|
java.lang.RuntimeException |
newFatalRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
|
java.lang.RuntimeException |
newFatalRuntimeException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
|
java.lang.RuntimeException |
newFatalRuntimeException(java.lang.Throwable nested)
|
java.lang.RuntimeException |
newRuntimeException()
Retrieve the basic runtime exception dedicated to the relevant personality. |
java.lang.RuntimeException |
newRuntimeException(java.lang.String msg)
|
java.lang.RuntimeException |
newRuntimeException(java.lang.String msg,
java.lang.Object failed)
|
java.lang.RuntimeException |
newRuntimeException(java.lang.String msg,
java.lang.Throwable nested)
|
java.lang.RuntimeException |
newRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested)
|
java.lang.RuntimeException |
newRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
|
java.lang.RuntimeException |
newRuntimeException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
|
java.lang.RuntimeException |
newRuntimeException(java.lang.Throwable nested)
|
java.lang.RuntimeException |
newUserRuntimeException()
Retrieve the runtime user exception dedicated to the relevant personality. |
java.lang.RuntimeException |
newUserRuntimeException(java.lang.String msg)
|
java.lang.RuntimeException |
newUserRuntimeException(java.lang.String msg,
java.lang.Object failed)
|
java.lang.RuntimeException |
newUserRuntimeException(java.lang.String msg,
java.lang.Throwable nested)
|
java.lang.RuntimeException |
newUserRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested)
|
java.lang.RuntimeException |
newUserRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
|
java.lang.RuntimeException |
newUserRuntimeException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
|
java.lang.RuntimeException |
newUserRuntimeException(java.lang.Throwable nested)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDOPersonality()
Method Detail |
---|
public java.lang.RuntimeException newRuntimeException()
Personality
newRuntimeException
in class Personality
public java.lang.RuntimeException newRuntimeException(java.lang.String msg)
newRuntimeException
in class Personality
public java.lang.RuntimeException newRuntimeException(java.lang.String msg, java.lang.Throwable[] nested)
newRuntimeException
in class Personality
public java.lang.RuntimeException newRuntimeException(java.lang.String msg, java.lang.Throwable nested)
newRuntimeException
in class Personality
public java.lang.RuntimeException newRuntimeException(java.lang.String msg, java.lang.Object failed)
newRuntimeException
in class Personality
public java.lang.RuntimeException newRuntimeException(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
newRuntimeException
in class Personality
public java.lang.RuntimeException newRuntimeException(java.lang.String msg, java.lang.Throwable nested, java.lang.Object failed)
newRuntimeException
in class Personality
public java.lang.RuntimeException newRuntimeException(java.lang.Throwable nested)
newRuntimeException
in class Personality
public java.lang.Class getRuntimeExceptionClass()
Personality
getRuntimeExceptionClass
in class Personality
public java.lang.RuntimeException newUserRuntimeException()
Personality
newUserRuntimeException
in class Personality
public java.lang.RuntimeException newUserRuntimeException(java.lang.String msg)
newUserRuntimeException
in class Personality
public java.lang.RuntimeException newUserRuntimeException(java.lang.String msg, java.lang.Throwable[] nested)
newUserRuntimeException
in class Personality
public java.lang.RuntimeException newUserRuntimeException(java.lang.String msg, java.lang.Throwable nested)
newUserRuntimeException
in class Personality
public java.lang.RuntimeException newUserRuntimeException(java.lang.String msg, java.lang.Object failed)
newUserRuntimeException
in class Personality
public java.lang.RuntimeException newUserRuntimeException(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
newUserRuntimeException
in class Personality
public java.lang.RuntimeException newUserRuntimeException(java.lang.String msg, java.lang.Throwable nested, java.lang.Object failed)
newUserRuntimeException
in class Personality
public java.lang.RuntimeException newUserRuntimeException(java.lang.Throwable nested)
newUserRuntimeException
in class Personality
public java.lang.Class getUserRuntimeExceptionClass()
Personality
getUserRuntimeExceptionClass
in class Personality
public java.lang.RuntimeException newFatalRuntimeException()
Personality
newFatalRuntimeException
in class Personality
public java.lang.RuntimeException newFatalRuntimeException(java.lang.String msg)
newFatalRuntimeException
in class Personality
public java.lang.RuntimeException newFatalRuntimeException(java.lang.String msg, java.lang.Throwable[] nested)
newFatalRuntimeException
in class Personality
public java.lang.RuntimeException newFatalRuntimeException(java.lang.String msg, java.lang.Throwable nested)
newFatalRuntimeException
in class Personality
public java.lang.RuntimeException newFatalRuntimeException(java.lang.String msg, java.lang.Object failed)
newFatalRuntimeException
in class Personality
public java.lang.RuntimeException newFatalRuntimeException(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
newFatalRuntimeException
in class Personality
public java.lang.RuntimeException newFatalRuntimeException(java.lang.String msg, java.lang.Throwable nested, java.lang.Object failed)
newFatalRuntimeException
in class Personality
public java.lang.RuntimeException newFatalRuntimeException(java.lang.Throwable nested)
newFatalRuntimeException
in class Personality
public java.lang.Class getFatalRuntimeExceptionClass()
Personality
getFatalRuntimeExceptionClass
in class Personality
public java.lang.RuntimeException newFatalDataStoreRuntimeException()
newFatalDataStoreRuntimeException
in class Personality
public java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.String msg, java.lang.Object failed)
newFatalDataStoreRuntimeException
in class Personality
public java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.String msg, java.lang.Throwable nested, java.lang.Object failed)
newFatalDataStoreRuntimeException
in class Personality
public java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.String msg, java.lang.Throwable nested)
newFatalDataStoreRuntimeException
in class Personality
public java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
newFatalDataStoreRuntimeException
in class Personality
public java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.String msg, java.lang.Throwable[] nested)
newFatalDataStoreRuntimeException
in class Personality
public java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.String msg)
newFatalDataStoreRuntimeException
in class Personality
public java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.Throwable nested)
newFatalDataStoreRuntimeException
in class Personality
public java.lang.RuntimeException newDataStoreRuntimeException(java.lang.String msg)
newDataStoreRuntimeException
in class Personality
public java.lang.RuntimeException newDataStoreRuntimeException(java.lang.String msg, java.lang.Throwable nested)
newDataStoreRuntimeException
in class Personality
public java.lang.Class getDetachedFieldAccessRuntimeExceptionClass()
getDetachedFieldAccessRuntimeExceptionClass
in class Personality
public java.lang.Class getPOMClass()
Personality
getPOMClass
in class Personality
public java.lang.Class getPOMFClass()
Personality
getPOMFClass
in class Personality
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |