public static class CallTraceServiceImpl.ActivityUnitCursor extends Object
Constructor and Description |
---|
ActivityUnitCursor(ActivityUnit unit)
This is the constructor for the cursor.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
getActivityTypes()
This method returns the list of remaining activity
types that have not yet been visited using the
cursor.
|
ActivityType |
next()
This method returns the current activity type and
moves the cursor to the next entry.
|
ActivityType |
peek()
This method peeks at the next activity type.
|
public ActivityUnitCursor(ActivityUnit unit)
unit
- The activity unitpublic List<ActivityType> getActivityTypes()
public ActivityType peek()
public ActivityType next()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.