Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class djm.dog.InvocationHandle

java.lang.Object
  |
  +--djm.dog.InvocationHandle

public class InvocationHandle
extends java.lang.Object

Field Summary
SynchCount completionCount
           
java.lang.Object[] returnObj
           
 
Constructor Summary
InvocationHandle(java.lang.ThreadGroup rootThreadGroup, int numInvokers, DOGError dogError, DataConfigController dataConfigController)
           
 
Method Summary
java.lang.Object getAssembledReturn()
           
java.lang.Object[] getReturn()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Field Detail

completionCount

public SynchCount completionCount

returnObj

public java.lang.Object[] returnObj
Constructor Detail

InvocationHandle

public InvocationHandle(java.lang.ThreadGroup rootThreadGroup,
                        int numInvokers,
                        DOGError dogError,
                        DataConfigController dataConfigController)
Method Detail

getReturn

public java.lang.Object[] getReturn()

getAssembledReturn

public java.lang.Object getAssembledReturn()

Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD