com.bea.wlai.client
Class EventTester.EventCreationResults

java.lang.Object
  extended bycom.bea.wlai.client.EventTester.EventCreationResults
Enclosing class:
EventTester

public class EventTester.EventCreationResults
extends Object


Field Summary
 long elapsedMillis
           
 IEvent event
           
 IDocument response
           
 boolean timedOut
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

public IEvent event

response

public IDocument response

timedOut

public boolean timedOut

elapsedMillis

public long elapsedMillis