|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Descriptor | |
---|---|
org.sourceforge.jemm.client | |
org.sourceforge.jemm.client.events |
Uses of Descriptor in org.sourceforge.jemm.client |
---|
Methods in org.sourceforge.jemm.client with parameters of type Descriptor | |
---|---|
void |
ObjectAccessor.initialiseAllFields(Descriptor methodDescriptor)
|
AttributeUse[] |
Entity.methodUses(Descriptor methodSignature)
Reads any Uses annotations on a method which define which fields should be initialised. |
Uses of Descriptor in org.sourceforge.jemm.client.events |
---|
Methods in org.sourceforge.jemm.client.events that return Descriptor | |
---|---|
Descriptor |
MethodEvent.getMethod()
|
Methods in org.sourceforge.jemm.client.events with parameters of type Descriptor | |
---|---|
void |
EntityContext.add(Descriptor method)
|
void |
EntityContext.add(Descriptor method,
java.lang.Thread thread)
Adds a stack trace for both this entity and for the MethodContext. |
void |
StackTracer.enterMethod(java.lang.Object entity,
Descriptor method)
Marks an method entered and tracks appropriately the current thread as entering the method on the entity. |
void |
EntitiesContext.enterMethod(java.lang.Object entity,
Descriptor method)
Marks an method entered and tracks appropriately the current thread as entering the method on the entity. |
void |
StackTracer.exitMethod(java.lang.Object entity,
Descriptor method)
Exits a method, removing any contexts that have been created. |
void |
EntitiesContext.exitMethod(java.lang.Object entity,
Descriptor method)
Exits a method, removing any contexts that have been created. |
boolean |
EntityContext.has(Descriptor method)
If the method has any threads within its context then returns true, otherwise returns false. |
boolean |
EntityContext.has(Descriptor method,
java.lang.Thread thread)
|
boolean |
StackTracer.isMethodEntered(java.lang.Object entity,
Descriptor method)
Determines if the current thread is currently in the entity and method. |
boolean |
EntitiesContext.isMethodEntered(java.lang.Object entity,
Descriptor method)
Determines if the current thread is currently in the entity and method. |
void |
EntityContext.remove(Descriptor method)
|
void |
EntityContext.remove(Descriptor method,
java.lang.Thread thread)
|
Constructors in org.sourceforge.jemm.client.events with parameters of type Descriptor | |
---|---|
MethodContext(Descriptor method)
|
|
MethodEvent(java.lang.Object entity,
Descriptor method,
MethodEventType type,
boolean hasLock)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |