| java.lang.Object com.tctest.longrunning.LargeGraphTestApp
Inner Class :public static class GraphNode | |
Inner Class :public static class VerifyException extends Exception | |
Inner Class :public static class NodeReference | |
LargeGraphTestApp | public LargeGraphTestApp(ContainerBuilderConfig containerBuilderConfig)(Code) | | This ctor is for when it's an ApplicationConfigBuilder
|
doVerify | static boolean doVerify()(Code) | | |
getObjectCount | public int getObjectCount()(Code) | | I need read autolocks
|
growGraph | public void growGraph(int theObjectCount, int bushyness) throws Exception(Code) | | Requires write autolocks.
|
interpretResult | public boolean interpretResult(Object result)(Code) | | |
touchGraph | public void touchGraph() throws Exception(Code) | | Causes at least one second-level object to be read. requires read autolocks
|
verifyGraph | public void verifyGraph() throws VerifyException(Code) | | I need read autolocks
|
verifyReferences | public void verifyReferences() throws VerifyException(Code) | | I need read autolocks
|
|
|