|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.lib.Personality
public abstract class Personality
Represents a Speedo personality. Two well instances are defined (one for each personality): #JDO and #EJB. This class provides a parser method #getPersonality(String) retrieving the personality from its name.
Field Summary | |
---|---|
static Personality |
EJB
|
static Personality |
JDO
|
Constructor Summary | |
---|---|
Personality()
|
Method Summary | |
---|---|
java.lang.String |
getDetachedFieldAccessExceptionClassNameSlash()
|
abstract java.lang.Class |
getDetachedFieldAccessRuntimeExceptionClass()
|
abstract java.lang.Class |
getFatalRuntimeExceptionClass()
Retrieve the runtime fatal exception class dedicated to the relevant personality. |
java.lang.String |
getFatalRuntimeExceptionClassNameDot()
Retrieve the class name of the runtime fatal exception dedicated to the relevant personality. |
java.lang.String |
getFatalRuntimeExceptionClassNameSlash()
Retrieve the class name of the runtime fatal exception dedicated to the relevant personality. |
java.lang.String |
getGenClassName(java.lang.String gcBaseName)
|
java.lang.String |
getName()
|
java.lang.String |
getPersonalityClassName(java.lang.String pac,
java.lang.String classuffix)
|
abstract java.lang.Class |
getPOMClass()
Retrieve the PersistentObjectManager class for the associated personality. |
abstract java.lang.Class |
getPOMFClass()
Retrieve the PersistentObjectManagerFactory class for the associated personality. |
abstract java.lang.Class |
getRuntimeExceptionClass()
Retrieve the runtime user exception class dedicated to the relevant personality. |
java.lang.String |
getRuntimeExceptionClassNameDot()
Retrieve the class name of the runtime user exception dedicated to the relevant personality. |
java.lang.String |
getRuntimeExceptionClassNameSlash()
Retrieve the class name of the runtime user exception dedicated to the relevant personality. |
abstract java.lang.Class |
getUserRuntimeExceptionClass()
Retrieve the runtime user exception class dedicated to the relevant personality. |
java.lang.String |
getUserRuntimeExceptionClassNameDot()
Retrieve the class name of the runtime user exception dedicated to the relevant personality. |
java.lang.String |
getUserRuntimeExceptionClassNameSlash()
Retrieve the class name of the runtime user exception dedicated to the relevant personality. |
abstract java.lang.RuntimeException |
newDataStoreRuntimeException(java.lang.String msg)
|
abstract java.lang.RuntimeException |
newDataStoreRuntimeException(java.lang.String msg,
java.lang.Throwable nested)
|
abstract java.lang.RuntimeException |
newFatalDataStoreRuntimeException()
|
abstract java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.String msg)
|
abstract java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.String msg,
java.lang.Object failed)
|
abstract java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.String msg,
java.lang.Throwable nested)
|
abstract java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested)
|
abstract java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
|
abstract java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
|
abstract java.lang.RuntimeException |
newFatalDataStoreRuntimeException(java.lang.Throwable nested)
|
abstract java.lang.RuntimeException |
newFatalRuntimeException()
Retrieve the runtime fatal exception dedicated to the relevant personality. |
abstract java.lang.RuntimeException |
newFatalRuntimeException(java.lang.String msg)
|
abstract java.lang.RuntimeException |
newFatalRuntimeException(java.lang.String msg,
java.lang.Object failed)
|
abstract java.lang.RuntimeException |
newFatalRuntimeException(java.lang.String msg,
java.lang.Throwable nested)
|
abstract java.lang.RuntimeException |
newFatalRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested)
|
abstract java.lang.RuntimeException |
newFatalRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
|
abstract java.lang.RuntimeException |
newFatalRuntimeException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
|
abstract java.lang.RuntimeException |
newFatalRuntimeException(java.lang.Throwable nested)
|
abstract java.lang.RuntimeException |
newRuntimeException()
Retrieve the basic runtime exception dedicated to the relevant personality. |
abstract java.lang.RuntimeException |
newRuntimeException(java.lang.String msg)
|
abstract java.lang.RuntimeException |
newRuntimeException(java.lang.String msg,
java.lang.Object failed)
|
abstract java.lang.RuntimeException |
newRuntimeException(java.lang.String msg,
java.lang.Throwable nested)
|
abstract java.lang.RuntimeException |
newRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested)
|
abstract java.lang.RuntimeException |
newRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
|
abstract java.lang.RuntimeException |
newRuntimeException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
|
abstract java.lang.RuntimeException |
newRuntimeException(java.lang.Throwable nested)
|
abstract java.lang.RuntimeException |
newUserRuntimeException()
Retrieve the runtime user exception dedicated to the relevant personality. |
abstract java.lang.RuntimeException |
newUserRuntimeException(java.lang.String msg)
|
abstract java.lang.RuntimeException |
newUserRuntimeException(java.lang.String msg,
java.lang.Object failed)
|
abstract java.lang.RuntimeException |
newUserRuntimeException(java.lang.String msg,
java.lang.Throwable nested)
|
abstract java.lang.RuntimeException |
newUserRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested)
|
abstract java.lang.RuntimeException |
newUserRuntimeException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
|
abstract java.lang.RuntimeException |
newUserRuntimeException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
|
abstract 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 |
Field Detail |
---|
public static Personality JDO
public static Personality EJB
Constructor Detail |
---|
public Personality()
Method Detail |
---|
public abstract java.lang.RuntimeException newRuntimeException()
public abstract java.lang.RuntimeException newRuntimeException(java.lang.String msg)
public abstract java.lang.RuntimeException newRuntimeException(java.lang.String msg, java.lang.Throwable[] nested)
public abstract java.lang.RuntimeException newRuntimeException(java.lang.String msg, java.lang.Throwable nested)
public abstract java.lang.RuntimeException newRuntimeException(java.lang.String msg, java.lang.Object failed)
public abstract java.lang.RuntimeException newRuntimeException(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
public abstract java.lang.RuntimeException newRuntimeException(java.lang.String msg, java.lang.Throwable nested, java.lang.Object failed)
public abstract java.lang.RuntimeException newRuntimeException(java.lang.Throwable nested)
public abstract java.lang.Class getRuntimeExceptionClass()
public java.lang.String getRuntimeExceptionClassNameDot()
public java.lang.String getRuntimeExceptionClassNameSlash()
public abstract java.lang.RuntimeException newUserRuntimeException()
public abstract java.lang.RuntimeException newUserRuntimeException(java.lang.String msg)
public abstract java.lang.RuntimeException newUserRuntimeException(java.lang.String msg, java.lang.Throwable[] nested)
public abstract java.lang.RuntimeException newUserRuntimeException(java.lang.String msg, java.lang.Throwable nested)
public abstract java.lang.RuntimeException newUserRuntimeException(java.lang.String msg, java.lang.Object failed)
public abstract java.lang.RuntimeException newUserRuntimeException(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
public abstract java.lang.RuntimeException newUserRuntimeException(java.lang.String msg, java.lang.Throwable nested, java.lang.Object failed)
public abstract java.lang.RuntimeException newUserRuntimeException(java.lang.Throwable nested)
public abstract java.lang.Class getUserRuntimeExceptionClass()
public java.lang.String getUserRuntimeExceptionClassNameDot()
public java.lang.String getUserRuntimeExceptionClassNameSlash()
public abstract java.lang.RuntimeException newFatalRuntimeException()
public abstract java.lang.RuntimeException newFatalRuntimeException(java.lang.String msg)
public abstract java.lang.RuntimeException newFatalRuntimeException(java.lang.String msg, java.lang.Throwable[] nested)
public abstract java.lang.RuntimeException newFatalRuntimeException(java.lang.String msg, java.lang.Throwable nested)
public abstract java.lang.RuntimeException newFatalRuntimeException(java.lang.String msg, java.lang.Object failed)
public abstract java.lang.RuntimeException newFatalRuntimeException(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
public abstract java.lang.RuntimeException newFatalRuntimeException(java.lang.String msg, java.lang.Throwable nested, java.lang.Object failed)
public abstract java.lang.RuntimeException newFatalRuntimeException(java.lang.Throwable nested)
public abstract java.lang.Class getFatalRuntimeExceptionClass()
public java.lang.String getFatalRuntimeExceptionClassNameDot()
public java.lang.String getFatalRuntimeExceptionClassNameSlash()
public abstract java.lang.RuntimeException newFatalDataStoreRuntimeException()
public abstract java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.String msg)
public abstract java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.String msg, java.lang.Throwable[] nested)
public abstract java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.String msg, java.lang.Throwable nested)
public abstract java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.String msg, java.lang.Object failed)
public abstract java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.String msg, java.lang.Throwable[] nested, java.lang.Object failed)
public abstract java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.String msg, java.lang.Throwable nested, java.lang.Object failed)
public abstract java.lang.RuntimeException newFatalDataStoreRuntimeException(java.lang.Throwable nested)
public abstract java.lang.RuntimeException newDataStoreRuntimeException(java.lang.String msg)
public abstract java.lang.RuntimeException newDataStoreRuntimeException(java.lang.String msg, java.lang.Throwable nested)
public abstract java.lang.Class getDetachedFieldAccessRuntimeExceptionClass()
public java.lang.String getDetachedFieldAccessExceptionClassNameSlash()
public java.lang.String getName()
public java.lang.String getPersonalityClassName(java.lang.String pac, java.lang.String classuffix)
public java.lang.String getGenClassName(java.lang.String gcBaseName)
public abstract java.lang.Class getPOMClass()
public abstract java.lang.Class getPOMFClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |