@Services(value={@Service(value=java.lang.Object.class),@Service(value=GlobalMenuItemsProvider.class)}) @Property(name="javax.ws.rs", boolValue=true) public class LockOverview extends Object implements GlobalMenuItemsProvider
Constructor and Description |
---|
LockOverview() |
Modifier and Type | Method and Description |
---|---|
Set<Thread> |
getAllThreads() |
Set<GlobalMenuItem> |
getMenuItems()
Returns a
Set of GlobalMenuItem S. |
String |
getOverview() |
void |
visit(ThreadGroup group,
int level,
HashSet<Thread> threadSet) |
public String getOverview()
public void visit(ThreadGroup group, int level, HashSet<Thread> threadSet)
public Set<GlobalMenuItem> getMenuItems()
GlobalMenuItemsProvider
Set
of GlobalMenuItem
S. If there is
no GlobalMenuItem
available (e.g. the current user has not
the needed permissions) then the returned set is empty.getMenuItems
in interface GlobalMenuItemsProvider
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.