|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.metadata.SpeedoElement
org.objectweb.speedo.metadata.SpeedoCallback
public class SpeedoCallback
Field Summary | |
---|---|
java.lang.String |
callbackName
The name of the method representing the callback to be invoked. |
int |
callbackType
this is an int representing the type of callback. |
java.lang.String |
listenerClassName
If the callback belongs to a listener class, it provides the name of this class. |
java.lang.String |
methodByteCodeSignature
This string contains the signature of the callback to be called in the byte code format (e.g., "(Lcom/acme/Listener;)V"). |
Fields inherited from class org.objectweb.speedo.metadata.SpeedoElement |
---|
jdoExtension, personality |
Constructor Summary | |
---|---|
SpeedoCallback()
|
Method Summary |
---|
Methods inherited from class org.objectweb.speedo.metadata.SpeedoElement |
---|
addExtension, addInArray, getExtension, getExtensionByKey, getExtensionValueByKey, indexOfInArray, removeInArray, setValueInArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String listenerClassName
public java.lang.String callbackName
public java.lang.String methodByteCodeSignature
public int callbackType
HomeItf.PRE_NEW
Constructor Detail |
---|
public SpeedoCallback()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |