org.kuali.rice.kew.test
Class FakeServiceImpl.Invocation
java.lang.Object
org.kuali.rice.kew.test.FakeServiceImpl.Invocation
- Enclosing class:
- FakeServiceImpl
public static class FakeServiceImpl.Invocation
- extends Object
Record of a method invocation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timestamp
public long timestamp
methodName
public String methodName
arguments
public List<Object> arguments
returnValue
public Object returnValue
FakeServiceImpl.Invocation
public FakeServiceImpl.Invocation(String methodName)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.