A B C D E F G H I L M N P R S T U V

A

AboutDialog - Class in performancemonster.presentation.about
 
AboutDialog() - Constructor for class performancemonster.presentation.about.AboutDialog
 
AccumulatedCallGraphPanel - Class in performancemonster.presentation.accumulatedcallgraph
 
AccumulatedCallGraphPanel(GraphModel) - Constructor for class performancemonster.presentation.accumulatedcallgraph.AccumulatedCallGraphPanel
 
actionPerformed(ActionEvent) - Method in class performancemonster.PerformanceMonster
 
activateOptions() - Method in class performancemonster.loghandler.MonsterAppender
Connect to the specified RemoteHost and Port.
addChangeListener(CallGraphChangeListener) - Method in class performancemonster.accumulatedcallgraph.Analyzer
Registers a CallGraphChangeListener.
addChangeListener(ColorChangeListener) - Method in class performancemonster.graph.coloring.Colorer
 
addChangeListener(GraphModelChangeListener) - Method in class performancemonster.graph.GraphModel
 
addChangeListener(CallGraphChangeListener) - Method in class performancemonster.stretchedcallgraph.Analyzer
 
addChild(MethodNode) - Method in interface performancemonster.accumulatedcallgraph.MethodNode
 
addChild(GraphElement) - Method in interface performancemonster.stretchedcallgraph.Node
 
addChild(GraphElement) - Method in class performancemonster.stretchedcallgraph.ThreadNode
 
addColorRuleChangeListener(ColorRuleChangeListener) - Method in class performancemonster.graph.coloring.ColorRule
 
addComponent(Component, boolean, double) - Method in class performancemonster.presentation.helpers.LayoutManagerHandler
 
addElement(MethodNode) - Method in interface performancemonster.accumulatedcallgraph.MethodNode
 
addFocusListener(GraphModelFocusListener) - Method in class performancemonster.graph.GraphModel
 
addLineSeparator() - Method in class performancemonster.presentation.helpers.LayoutManagerHandler
 
addListDataListener(ListDataListener) - Method in class performancemonster.presentation.helpers.MyListModel
 
addListener(InstrumentationListener) - Method in class performancemonster.instrumentation.InstrumentationFacade
 
addLogListener(LogListener) - Method in class performancemonster.loghandler.LogServer
 
Agent - Class in performancemonster.agent
 
Agent() - Constructor for class performancemonster.agent.Agent
 
AgentCommand - Interface in performancemonster.agent
 
Analyzer - Class in performancemonster.accumulatedcallgraph
Analyzes elements and creates an accumulated call graph.
Analyzer(Analyzer) - Constructor for class performancemonster.accumulatedcallgraph.Analyzer
Creates a new analyzer, building on top of the given Analyzer.
Analyzer - Class in performancemonster.stretchedcallgraph
 
Analyzer(GraphModel) - Constructor for class performancemonster.stretchedcallgraph.Analyzer
 
append(LoggingEvent) - Method in class performancemonster.loghandler.MonsterAppender
 
appendColorRule(ColorRule) - Method in class performancemonster.graph.coloring.Colorer
 
areChildrenEnded() - Method in class performancemonster.stretchedcallgraph.ThreadNode
 

B

begin(String, String) - Static method in class performancemonster.MonsterLogger
 

C

CallGraphChangeListener - Interface in performancemonster.accumulatedcallgraph
 
CallGraphChangeListener - Interface in performancemonster.stretchedcallgraph
 
CallGraphError - Interface in performancemonster.accumulatedcallgraph
 
CallGraphError - Interface in performancemonster.stretchedcallgraph
 
chooseBarColor(GraphElement) - Method in class performancemonster.graph.coloring.Colorer
Finds a bar color for the given GraphElement from the current rules.
chooseBorderColor(GraphElement) - Method in class performancemonster.graph.coloring.Colorer
Finds a border color for the given GraphElement from the current rules.
ClassDefinition - Interface in performancemonster.instrumentation
 
ClassSetting - Class in performancemonster.instrumentation.settings
 
ClassSetting(ClassDefinition, ClassSetting.Instrumentation, String) - Constructor for class performancemonster.instrumentation.settings.ClassSetting
 
ClassSetting.Instrumentation - Enum in performancemonster.instrumentation.settings
 
clear() - Method in class performancemonster.graph.GraphModel
 
close() - Method in class performancemonster.loghandler.LogSender
Drop the connection to the remote host and release the underlying connector thread if it has been created
close() - Method in class performancemonster.loghandler.MonsterAppender
Close this appender.
ColorChangeListener - Interface in performancemonster.graph.coloring
 
Colorer - Class in performancemonster.graph.coloring
 
Colorer() - Constructor for class performancemonster.graph.coloring.Colorer
 
ColorExporter - Class in performancemonster.external
 
ColorExporter(Colorer) - Constructor for class performancemonster.external.ColorExporter
 
ColorGUI - Class in performancemonster.presentation.colors
 
ColorGUI(Colorer) - Constructor for class performancemonster.presentation.colors.ColorGUI
 
ColorImporter - Class in performancemonster.external
 
ColorImporter(Colorer) - Constructor for class performancemonster.external.ColorImporter
 
coloringChanged() - Method in interface performancemonster.graph.coloring.ColorChangeListener
 
ColorRule - Class in performancemonster.graph.coloring
 
ColorRule(String) - Constructor for class performancemonster.graph.coloring.ColorRule
Creates a new ColorRule with the specified name.
connect() - Method in class performancemonster.loghandler.LogSender
 
contains(ColorRule) - Method in class performancemonster.graph.coloring.Colorer
 
containsKey(K) - Method in class performancemonster.helpers.SetMap
 
copy() - Method in class performancemonster.graph.coloring.Colorer
Creates a copy of this Colorer, in order to make an "undo" operation possible by using the Colorer.replaceWith(Colorer) method later.
copy() - Method in class performancemonster.graph.coloring.ColorRule
Creates a copy of this ColorRule, except for the listeners.
createAndShowGUI() - Method in class performancemonster.presentation.mainwindow.MainWindow
Create the GUI and show it.
createAndShowGUI() - Method in class performancemonster.presentation.overview.MonsterGUI
Create the GUI and show it.
createDefaultClassSetting(ClassDefinition) - Static method in class performancemonster.instrumentation.settings.ClassSetting
 
createDefaultPackageSetting(String) - Static method in class performancemonster.instrumentation.settings.PackageSetting
 

D

Dialogs - Class in performancemonster.presentation.helpers
 

E

elementAdded(GraphElement) - Method in interface performancemonster.graph.GraphModelChangeListener
 
elementAdded(GraphElement) - Method in class performancemonster.stretchedcallgraph.Analyzer
 
elementReplaced(GraphElement, GraphElement) - Method in interface performancemonster.graph.GraphModelChangeListener
 
elementReplaced(GraphElement, GraphElement) - Method in class performancemonster.stretchedcallgraph.Analyzer
 
elements - Variable in class performancemonster.presentation.helpers.MyListModel
 
elementsCleared() - Method in class performancemonster.accumulatedcallgraph.Analyzer
 
elementsCleared() - Method in interface performancemonster.accumulatedcallgraph.CallGraphChangeListener
The underlying model has been cleared.
elementsCleared() - Method in interface performancemonster.graph.GraphModelChangeListener
 
elementsCleared() - Method in class performancemonster.stretchedcallgraph.Analyzer
 
elementsCleared() - Method in interface performancemonster.stretchedcallgraph.CallGraphChangeListener
 
elementsInFocusChanged() - Method in interface performancemonster.graph.GraphModelFocusListener
 
end(String, String) - Static method in class performancemonster.MonsterLogger
 
EnumerationAdapter - Class in performancemonster.helpers
Helper class, turns an Iterator into an Enumeration, which is unfortunately required in some Swing code.
EnumerationAdapter(Iterator) - Constructor for class performancemonster.helpers.EnumerationAdapter
Wraps an Iterator into an Enumeration.
equals(Object) - Method in class performancemonster.instrumentation.settings.ClassSetting
 
equals(Object) - Method in class performancemonster.instrumentation.settings.PackageSetting
 
equals(Object) - Method in class performancemonster.stretchedcallgraph.ThreadNode
 
errorAdded(CallGraphError) - Method in class performancemonster.accumulatedcallgraph.Analyzer
 
errorAdded(CallGraphError) - Method in interface performancemonster.accumulatedcallgraph.CallGraphChangeListener
An error has occured.
errorAdded(CallGraphError) - Method in interface performancemonster.stretchedcallgraph.CallGraphChangeListener
 
execute(Instrumentation) - Method in interface performancemonster.agent.AgentCommand
 
exportToFile(File) - Method in class performancemonster.external.ColorExporter
 
exportToFile(File) - Method in class performancemonster.external.GraphExporter
 
ExternalException - Exception in performancemonster.external.exceptions
 
ExternalException(String) - Constructor for exception performancemonster.external.exceptions.ExternalException
 
ExternalException(String, Throwable) - Constructor for exception performancemonster.external.exceptions.ExternalException
 

F

findClasses(String) - Method in class performancemonster.instrumentation.InstrumentationFacade
Returns all found classes containing the given string in its name.

G

get(K) - Method in class performancemonster.helpers.SetMap
 
getAgentPortNumber() - Method in class performancemonster.helpers.SystemProperties
 
getBackgroundColor() - Method in class performancemonster.graph.coloring.Colorer
 
getBarColor() - Method in class performancemonster.graph.coloring.ColorRule
 
getBeginning() - Method in interface performancemonster.graph.GraphElement
Gives the begin timestamp for the element.
getBorderColor() - Method in class performancemonster.graph.coloring.ColorRule
 
getBytes() - Method in interface performancemonster.instrumentation.ClassDefinition
 
getCategory() - Method in interface performancemonster.accumulatedcallgraph.CallGraphError
 
getCategory() - Method in class performancemonster.graph.coloring.ColorRule
 
getCategory() - Method in interface performancemonster.graph.GraphElement
Gives the category related to the element.
getCategory() - Method in class performancemonster.loghandler.LogMessage
 
getCategory() - Method in interface performancemonster.stretchedcallgraph.CallGraphError
 
getChildren() - Method in class performancemonster.accumulatedcallgraph.Analyzer
Gives the children on the top level.
getChildren() - Method in interface performancemonster.accumulatedcallgraph.MethodNode
 
getChildren() - Method in interface performancemonster.stretchedcallgraph.MethodNode
 
getChildren() - Method in class performancemonster.stretchedcallgraph.ThreadNode
 
getClassDefinition() - Method in interface performancemonster.instrumentation.MethodDefinition
 
getClassDefinition() - Method in class performancemonster.instrumentation.settings.ClassSetting
 
getClassName() - Method in class performancemonster.instrumentation.settings.PackageSetting
 
getClassSetting(String) - Method in class performancemonster.instrumentation.InstrumentationFacade
 
getColorRule(int) - Method in class performancemonster.graph.coloring.Colorer
 
getColorRules() - Method in class performancemonster.graph.coloring.Colorer
 
getDefaultBarColor() - Method in class performancemonster.graph.coloring.Colorer
 
getDefaultBorderColor() - Method in class performancemonster.graph.coloring.Colorer
 
getDescription() - Method in interface performancemonster.accumulatedcallgraph.CallGraphError
 
getDescription() - Method in interface performancemonster.stretchedcallgraph.CallGraphError
 
getElementAt(int) - Method in class performancemonster.presentation.helpers.MyListModel
 
getElementId() - Method in interface performancemonster.stretchedcallgraph.MethodNode
 
getElementIds() - Method in interface performancemonster.accumulatedcallgraph.MethodNode
 
getElements() - Method in class performancemonster.graph.GraphModel
 
getElementsInFocus() - Method in class performancemonster.graph.GraphModel
Gives a list of IDs for elements in focus.
getEnd() - Method in interface performancemonster.graph.GraphElement
Gives the end timestamp for the element.
getEnd() - Method in interface performancemonster.stretchedcallgraph.MethodNode
 
getFrame() - Method in class performancemonster.presentation.colors.ColorGUI
 
getFullName() - Method in interface performancemonster.instrumentation.ClassDefinition
 
getHighlightBarColor() - Method in class performancemonster.graph.coloring.Colorer
 
getHighlightBorderColor() - Method in class performancemonster.graph.coloring.Colorer
 
getHostName() - Method in class performancemonster.instrumentation.InstrumentationFacade
 
getId() - Method in interface performancemonster.graph.GraphElement
Gives a unique ID for this element.
getID() - Method in class performancemonster.loghandler.LogMessage
 
getInstance() - Static method in class performancemonster.helpers.SystemProperties
 
getInstance() - Static method in class performancemonster.presentation.helpers.Dialogs
 
getInstance() - Static method in class performancemonster.presentation.instrumentation.InstrumentGUI
 
getInstrumentation() - Method in class performancemonster.instrumentation.settings.ClassSetting
 
getInstrumentation() - Method in class performancemonster.instrumentation.settings.PackageSetting
 
getInstrumentPath() - Method in class performancemonster.helpers.SystemProperties
 
getJFrame() - Method in class performancemonster.presentation.mainwindow.MainWindow
 
getJFrame() - Method in class performancemonster.presentation.overview.MonsterGUI
 
getLogServerHost() - Method in class performancemonster.helpers.SystemProperties
 
getMessage() - Method in class performancemonster.graph.coloring.ColorRule
 
getMessage() - Method in interface performancemonster.graph.GraphElement
Gives the message for the element.
getMessage() - Method in class performancemonster.loghandler.LogMessage
 
getMethodName() - Method in class performancemonster.instrumentation.settings.ClassSetting
 
getMethodName() - Method in class performancemonster.instrumentation.settings.PackageSetting
 
getMethods() - Method in interface performancemonster.instrumentation.ClassDefinition
 
getName() - Method in interface performancemonster.accumulatedcallgraph.MethodNode
 
getName() - Method in class performancemonster.graph.coloring.ColorRule
 
getName() - Method in interface performancemonster.instrumentation.MethodDefinition
 
getName() - Method in interface performancemonster.stretchedcallgraph.Node
Gives the name of this node.
getName() - Method in class performancemonster.stretchedcallgraph.ThreadNode
 
getNextSequenceNumber() - Static method in class performancemonster.loghandler.IdGenerator
 
getNumberOfCalls() - Method in interface performancemonster.accumulatedcallgraph.MethodNode
 
getNumberOfRules() - Method in class performancemonster.graph.coloring.Colorer
 
getPackageName() - Method in interface performancemonster.instrumentation.ClassDefinition
 
getPackageName() - Method in class performancemonster.instrumentation.settings.PackageSetting
 
getPackageSetting(String) - Method in class performancemonster.instrumentation.InstrumentationFacade
 
getPanel() - Method in class performancemonster.presentation.helpers.LayoutManagerHandler
 
getParent() - Method in interface performancemonster.accumulatedcallgraph.MethodNode
 
getParent() - Method in interface performancemonster.stretchedcallgraph.Node
 
getParent() - Method in class performancemonster.stretchedcallgraph.ThreadNode
 
getPort() - Method in class performancemonster.instrumentation.InstrumentationFacade
 
getPortNumber() - Method in class performancemonster.helpers.SystemProperties
 
getShortName() - Method in interface performancemonster.instrumentation.ClassDefinition
 
getSize() - Method in class performancemonster.presentation.helpers.MyListModel
 
getStackTrace() - Method in class performancemonster.graph.coloring.ColorRule
 
getStackTrace() - Method in interface performancemonster.graph.GraphElement
Gives the stack trace related to the element.
getStackTrace() - Method in class performancemonster.loghandler.LogMessage
 
getThreadId() - Method in interface performancemonster.graph.GraphElement
Gives an ID which is unique for the thread in which the element was generated.
getThreadId() - Static method in class performancemonster.loghandler.IdGenerator
 
getThreadID() - Method in class performancemonster.loghandler.LogMessage
 
getThreadId() - Method in class performancemonster.stretchedcallgraph.ThreadNode
 
getThreads() - Method in class performancemonster.stretchedcallgraph.Analyzer
 
getTimeInMethod() - Method in interface performancemonster.accumulatedcallgraph.MethodNode
 
getTimeInMethod() - Method in interface performancemonster.stretchedcallgraph.Node
Gives the time spent in this method, excluding the time spent in sub-methods.
getTimeInMethod() - Method in class performancemonster.stretchedcallgraph.ThreadNode
 
getTimestamp() - Method in class performancemonster.loghandler.LogMessage
 
getTotalTime() - Method in interface performancemonster.accumulatedcallgraph.MethodNode
 
getTotalTime() - Method in interface performancemonster.stretchedcallgraph.Node
Gives the total time spent in this method.
getTotalTime() - Method in class performancemonster.stretchedcallgraph.ThreadNode
 
GraphElement - Interface in performancemonster.graph
 
GraphElementFrame - Class in performancemonster.presentation.graphelement
 
GraphElementFrame(GraphElement) - Constructor for class performancemonster.presentation.graphelement.GraphElementFrame
 
GraphExporter - Class in performancemonster.external
 
GraphExporter(GraphModel) - Constructor for class performancemonster.external.GraphExporter
 
GraphImporter - Class in performancemonster.external
 
GraphImporter(GraphModel) - Constructor for class performancemonster.external.GraphImporter
 
GraphModel - Class in performancemonster.graph
 
GraphModel() - Constructor for class performancemonster.graph.GraphModel
 
GraphModelChangeListener - Interface in performancemonster.graph
 
GraphModelFocusListener - Interface in performancemonster.graph
 

H

hashCode() - Method in class performancemonster.instrumentation.settings.ClassSetting
 
hashCode() - Method in class performancemonster.instrumentation.settings.PackageSetting
 
hashCode() - Method in class performancemonster.stretchedcallgraph.ThreadNode
 
hasMoreElements() - Method in class performancemonster.helpers.EnumerationAdapter
 
hej1() - Method in class performancemonster.MinTest
 
hej2() - Method in class performancemonster.MinTest
 

I

IdGenerator - Class in performancemonster.loghandler
 
IdGenerator() - Constructor for class performancemonster.loghandler.IdGenerator
 
importFromFile(File) - Method in class performancemonster.external.ColorImporter
 
importFromFile(File) - Method in class performancemonster.external.GraphImporter
 
initializeInstrumentation() - Method in class performancemonster.instrumentation.InstrumentationFacade
Points the appender in the instrumented VM to PerformanceMonster.
InstrumentationException - Exception in performancemonster.instrumentation.exceptions
 
InstrumentationException(String, Throwable) - Constructor for exception performancemonster.instrumentation.exceptions.InstrumentationException
 
InstrumentationFacade - Class in performancemonster.instrumentation
Facade class for all the instrumentation abilities of PerformanceMonster.
InstrumentationFacade() - Constructor for class performancemonster.instrumentation.InstrumentationFacade
 
InstrumentationListener - Interface in performancemonster.instrumentation
 
InstrumentGUI - Class in performancemonster.presentation.instrumentation
 
isEnded() - Method in interface performancemonster.accumulatedcallgraph.MethodNode
 
isEnded() - Method in interface performancemonster.graph.GraphElement
Returns true iff this element has an end timestamp attached.
isEnded() - Method in interface performancemonster.stretchedcallgraph.Node
Indicates whether or not the underlying graph element is ended or not.
isEnded() - Method in class performancemonster.stretchedcallgraph.ThreadNode
 
isFrozen() - Method in class performancemonster.presentation.mainwindow.MainWindow
 
isFrozen() - Method in class performancemonster.presentation.overview.MonsterGUI
 
isInstrumentationEnabled(MethodDefinition) - Method in class performancemonster.instrumentation.settings.ClassSetting
 
isInstrumentationEnabled(MethodDefinition) - Method in class performancemonster.instrumentation.settings.PackageSetting
 
isInstrumentationEnabled(MethodDefinition) - Method in interface performancemonster.instrumentation.settings.Setting
If this Setting is not an "inherit" Setting, this method is used to find out whether or not this Setting permits instrumentation for the given method.
isLogEnabled() - Static method in class performancemonster.MonsterLogger
 
isThisAndSublevelEnded() - Method in interface performancemonster.stretchedcallgraph.MethodNode
 

L

LayoutManagerHandler - Class in performancemonster.presentation.helpers
 
LayoutManagerHandler(LayoutManagerHandler.Direction) - Constructor for class performancemonster.presentation.helpers.LayoutManagerHandler
 
LayoutManagerHandler.Direction - Enum in performancemonster.presentation.helpers
 
LayoutManagerHandler.Resize - Enum in performancemonster.presentation.helpers
 
LogAnalyzer - Class in performancemonster.analyzer
Class that receives "beginning events" and "ending events" and updates a given GraphModel.
LogAnalyzer(GraphModel) - Constructor for class performancemonster.analyzer.LogAnalyzer
Constructs a new LogAnalyzer which will update the given GraphModel as events are sent to this LogAnalyzer.
LogListener - Interface in performancemonster.loghandler
 
LogMessage - Class in performancemonster.loghandler
 
LogMessage(String, String) - Constructor for class performancemonster.loghandler.LogMessage
 
LogSender - Class in performancemonster.loghandler
 
LogSender() - Constructor for class performancemonster.loghandler.LogSender
 
LogServer - Class in performancemonster.loghandler
A daemon thread the processes connections from a org.apache.log4j.net.SocketAppender.html.
LogServer(int) - Constructor for class performancemonster.loghandler.LogServer
Creates a new LoggingReceiver instance.
LookAndFeelHelper - Class in performancemonster.presentation.helpers
 
LookAndFeelHelper() - Constructor for class performancemonster.presentation.helpers.LookAndFeelHelper
 

M

main(String[]) - Static method in class performancemonster.MinTest
 
main(String[]) - Static method in class performancemonster.PerformanceMonster
 
MainWindow - Class in performancemonster.presentation.mainwindow
 
MainWindow(GraphModel) - Constructor for class performancemonster.presentation.mainwindow.MainWindow
 
makeCompactGrid(Container, int, int, int, int, int, int) - Static method in class performancemonster.presentation.helpers.SpringUtilities
Aligns the first rows * cols components of parent in a grid.
makeGrid(Container, int, int, int, int, int, int) - Static method in class performancemonster.presentation.helpers.SpringUtilities
Aligns the first rows * cols components of parent in a grid.
matches(GraphElement) - Method in class performancemonster.graph.coloring.ColorRule
 
methodAdded(MethodNode) - Method in class performancemonster.accumulatedcallgraph.Analyzer
 
methodAdded(MethodNode) - Method in interface performancemonster.accumulatedcallgraph.CallGraphChangeListener
A new method has been added.
methodAdded(MethodNode) - Method in interface performancemonster.stretchedcallgraph.CallGraphChangeListener
 
MethodDefinition - Interface in performancemonster.instrumentation
 
MethodNode - Interface in performancemonster.accumulatedcallgraph
 
MethodNode - Interface in performancemonster.stretchedcallgraph
 
methodsSwitched(MethodNode, MethodNode) - Method in interface performancemonster.accumulatedcallgraph.CallGraphChangeListener
Two methods are changing place in the parent's list of children.
methodUpdated(MethodNode) - Method in class performancemonster.accumulatedcallgraph.Analyzer
 
methodUpdated(MethodNode) - Method in interface performancemonster.accumulatedcallgraph.CallGraphChangeListener
A method has been updated.
methodUpdated(MethodNode) - Method in interface performancemonster.stretchedcallgraph.CallGraphChangeListener
 
MinTest - Class in performancemonster
 
MinTest() - Constructor for class performancemonster.MinTest
 
MonsterAppender - Class in performancemonster.loghandler
 
MonsterAppender() - Constructor for class performancemonster.loghandler.MonsterAppender
 
MonsterGUI - Class in performancemonster.presentation.overview
 
MonsterGUI(GraphModel) - Constructor for class performancemonster.presentation.overview.MonsterGUI
 
MonsterLogger - Class in performancemonster
 
MonsterLogger() - Constructor for class performancemonster.MonsterLogger
 
moveDown(ColorRule) - Method in class performancemonster.graph.coloring.Colorer
 
moveUp(ColorRule) - Method in class performancemonster.graph.coloring.Colorer
 
MyListModel<E> - Class in performancemonster.presentation.helpers
 
MyListModel() - Constructor for class performancemonster.presentation.helpers.MyListModel
 

N

nextElement() - Method in class performancemonster.helpers.EnumerationAdapter
 
Node - Interface in performancemonster.stretchedcallgraph
 

P

PackageSetting - Class in performancemonster.instrumentation.settings
 
PackageSetting(String, PackageSetting.Instrumentation, String, String) - Constructor for class performancemonster.instrumentation.settings.PackageSetting
 
PackageSetting.Instrumentation - Enum in performancemonster.instrumentation.settings
 
performancemonster - package performancemonster
 
PerformanceMonster - Class in performancemonster
 
PerformanceMonster() - Constructor for class performancemonster.PerformanceMonster
 
performancemonster.accumulatedcallgraph - package performancemonster.accumulatedcallgraph
 
performancemonster.agent - package performancemonster.agent
 
performancemonster.analyzer - package performancemonster.analyzer
 
performancemonster.exceptions - package performancemonster.exceptions
 
performancemonster.external - package performancemonster.external
 
performancemonster.external.exceptions - package performancemonster.external.exceptions
 
performancemonster.graph - package performancemonster.graph
 
performancemonster.graph.coloring - package performancemonster.graph.coloring
 
performancemonster.helpers - package performancemonster.helpers
 
performancemonster.instrumentation - package performancemonster.instrumentation
 
performancemonster.instrumentation.exceptions - package performancemonster.instrumentation.exceptions
 
performancemonster.instrumentation.settings - package performancemonster.instrumentation.settings
 
performancemonster.loghandler - package performancemonster.loghandler
 
performancemonster.presentation.about - package performancemonster.presentation.about
 
performancemonster.presentation.accumulatedcallgraph - package performancemonster.presentation.accumulatedcallgraph
 
performancemonster.presentation.colors - package performancemonster.presentation.colors
 
performancemonster.presentation.graphelement - package performancemonster.presentation.graphelement
 
performancemonster.presentation.helpers - package performancemonster.presentation.helpers
 
performancemonster.presentation.instrumentation - package performancemonster.presentation.instrumentation
 
performancemonster.presentation.mainwindow - package performancemonster.presentation.mainwindow
 
performancemonster.presentation.overview - package performancemonster.presentation.overview
 
performancemonster.presentation.stretchedcallgraph - package performancemonster.presentation.stretchedcallgraph
 
performancemonster.stretchedcallgraph - package performancemonster.stretchedcallgraph
 
PerformanceMonsterException - Exception in performancemonster.exceptions
Application thrown by the PerformanceMonster application.
PerformanceMonsterException(String) - Constructor for exception performancemonster.exceptions.PerformanceMonsterException
 
PerformanceMonsterException(String, Throwable) - Constructor for exception performancemonster.exceptions.PerformanceMonsterException
 
PerformanceMonsterRuntimeException - Exception in performancemonster.exceptions
 
PerformanceMonsterRuntimeException(String, Throwable) - Constructor for exception performancemonster.exceptions.PerformanceMonsterRuntimeException
 
premain(String, Instrumentation) - Static method in class performancemonster.agent.Agent
 
printSizes(Component) - Static method in class performancemonster.presentation.helpers.SpringUtilities
A debugging utility that prints to stdout the component's minimum, preferred, and maximum sizes.
put(K, V) - Method in class performancemonster.helpers.SetMap
 
putClassSetting(ClassSetting) - Method in class performancemonster.instrumentation.InstrumentationFacade
 
putElement(GraphElement) - Method in class performancemonster.graph.GraphModel
 
putOnStack() - Static method in class performancemonster.loghandler.IdGenerator
 
putPackageSetting(PackageSetting) - Method in class performancemonster.instrumentation.InstrumentationFacade
 

R

receiveLogMessage(LogMessage) - Method in class performancemonster.analyzer.LogAnalyzer
Tells this objects that a new LoggingEvent has been received.
receiveLogMessage(LogMessage) - Method in interface performancemonster.loghandler.LogListener
 
remove(K) - Method in class performancemonster.helpers.SetMap
 
removeChangeListener(CallGraphChangeListener) - Method in class performancemonster.accumulatedcallgraph.Analyzer
Unregisters a CallGraphChangeListener.
removeChangeListener(ColorChangeListener) - Method in class performancemonster.graph.coloring.Colorer
 
removeChangeListener(GraphModelChangeListener) - Method in class performancemonster.graph.GraphModel
 
removeChangeListener(CallGraphChangeListener) - Method in class performancemonster.stretchedcallgraph.Analyzer
 
removeColorRule(ColorRule) - Method in class performancemonster.graph.coloring.Colorer
 
removeColorRuleChangeListener(ColorRuleChangeListener) - Method in class performancemonster.graph.coloring.ColorRule
 
removeFocusListener(GraphModelFocusListener) - Method in class performancemonster.graph.GraphModel
 
removeFromStack() - Static method in class performancemonster.loghandler.IdGenerator
 
removeListDataListener(ListDataListener) - Method in class performancemonster.presentation.helpers.MyListModel
 
removeListener(InstrumentationListener) - Method in class performancemonster.instrumentation.InstrumentationFacade
 
removeSettings(Set<Setting>) - Method in class performancemonster.instrumentation.InstrumentationFacade
 
removeValue(K, V) - Method in class performancemonster.helpers.SetMap
 
replaceElement(MethodNode) - Method in interface performancemonster.accumulatedcallgraph.MethodNode
 
replaceElement(GraphElement, GraphElement) - Method in class performancemonster.graph.GraphModel
 
replaceWith(Colorer) - Method in class performancemonster.graph.coloring.Colorer
Replaces the contents of this Colorer with the given one, except that listeners are not altered.
requiresLayout() - Method in class performancemonster.loghandler.MonsterAppender
MonsterAppender does not use a layout.
run() - Method in class performancemonster.loghandler.LogServer
Listens for client connections *

S

sender - Static variable in class performancemonster.agent.Agent
 
sendLogMessage(LogMessage) - Method in class performancemonster.loghandler.LogSender
 
sendLogMessage(LogMessage) - Method in class performancemonster.loghandler.MonsterAppender
 
sendMessage(String) - Static method in class performancemonster.agent.Agent
 
setBackgroundColor(Color) - Method in class performancemonster.graph.coloring.Colorer
 
setBarColor(Color) - Method in class performancemonster.graph.coloring.ColorRule
 
setBorderColor(Color) - Method in class performancemonster.graph.coloring.ColorRule
 
setCategory(String) - Method in class performancemonster.graph.coloring.ColorRule
 
setCorrectLookAndFeel() - Static method in class performancemonster.presentation.helpers.LookAndFeelHelper
Sets the system look and feel for Swing.
setDefaultBarColor(Color) - Method in class performancemonster.graph.coloring.Colorer
 
setDefaultBorderColor(Color) - Method in class performancemonster.graph.coloring.Colorer
 
setElementsInFocus(Set<Long>) - Method in class performancemonster.graph.GraphModel
Specifies the IDs for the elements in focus.
setHighlightBarColor(Color) - Method in class performancemonster.graph.coloring.Colorer
 
setHighlightBorderColor(Color) - Method in class performancemonster.graph.coloring.Colorer
 
setHostName(String) - Method in class performancemonster.instrumentation.InstrumentationFacade
 
setInstrumentPath(String) - Method in class performancemonster.helpers.SystemProperties
 
SetMap<K,V> - Class in performancemonster.helpers
A map from objects to Sets of objects.
SetMap() - Constructor for class performancemonster.helpers.SetMap
Constructs an empty SetMap.
setMessage(String) - Method in class performancemonster.graph.coloring.ColorRule
 
setName(String) - Method in class performancemonster.graph.coloring.ColorRule
 
setPort(int) - Method in class performancemonster.instrumentation.InstrumentationFacade
 
setPort(int) - Method in class performancemonster.loghandler.LogSender
The Port option takes a positive integer representing the port where the server is waiting for connections.
setPort(int) - Method in class performancemonster.loghandler.MonsterAppender
The Port option takes a positive integer representing the port where the server is waiting for connections.
setPortNumber(int) - Method in class performancemonster.helpers.SystemProperties
 
setRemoteHost(String) - Method in class performancemonster.loghandler.LogSender
The RemoteHost option takes a string value which should be the host name of the server where a link org.apache.log4j.net.SocketNode is running.
setRemoteHost(String) - Method in class performancemonster.loghandler.MonsterAppender
The RemoteHost option takes a string value which should be the host name of the server where a link org.apache.log4j.net.SocketNode is running.
setStackTrace(String) - Method in class performancemonster.graph.coloring.ColorRule
 
Setting - Interface in performancemonster.instrumentation.settings
 
settingsAdded(Set<Setting>) - Method in interface performancemonster.instrumentation.InstrumentationListener
 
settingsRemoved(Set<Setting>) - Method in interface performancemonster.instrumentation.InstrumentationListener
 
show() - Method in class performancemonster.presentation.colors.ColorGUI
 
show() - Method in class performancemonster.presentation.instrumentation.InstrumentGUI
 
showAboutDialog() - Static method in class performancemonster.presentation.about.AboutDialog
 
showError(Frame, String, Throwable) - Method in class performancemonster.presentation.helpers.Dialogs
 
showYesNo(Frame, String, String, String, String) - Method in class performancemonster.presentation.helpers.Dialogs
 
SpringUtilities - Class in performancemonster.presentation.helpers
A 1.4 file that provides utility methods for creating form- or grid-style layouts with SpringLayout.
SpringUtilities() - Constructor for class performancemonster.presentation.helpers.SpringUtilities
 
stopServer() - Method in class performancemonster.loghandler.LogServer
 
StretchedCallGraphPanel - Class in performancemonster.presentation.stretchedcallgraph
 
StretchedCallGraphPanel(GraphModel) - Constructor for class performancemonster.presentation.stretchedcallgraph.StretchedCallGraphPanel
 
substituteList(List<E>) - Method in class performancemonster.presentation.helpers.MyListModel
 
SystemProperties - Class in performancemonster.helpers
Used to store application-wide settings.
SystemProperties() - Constructor for class performancemonster.helpers.SystemProperties
 

T

t - Variable in class performancemonster.MinTest
 
t2 - Variable in class performancemonster.MinTest
 
threadAdded(ThreadNode) - Method in class performancemonster.accumulatedcallgraph.Analyzer
 
threadAdded(ThreadNode) - Method in interface performancemonster.stretchedcallgraph.CallGraphChangeListener
 
ThreadNode - Class in performancemonster.stretchedcallgraph
 
ThreadNode(long) - Constructor for class performancemonster.stretchedcallgraph.ThreadNode
 
toString() - Method in class performancemonster.graph.coloring.ColorRule
 
toString() - Method in class performancemonster.instrumentation.settings.ClassSetting
 
toString() - Method in class performancemonster.instrumentation.settings.PackageSetting
 
toString() - Method in class performancemonster.loghandler.LogMessage
 
toString() - Method in class performancemonster.loghandler.LogSender
 
toString() - Method in class performancemonster.stretchedcallgraph.ThreadNode
 

U

update() - Method in class performancemonster.presentation.mainwindow.MainWindow
 
update() - Method in class performancemonster.presentation.overview.MonsterGUI
 
updateInformation(GraphElement) - Method in interface performancemonster.stretchedcallgraph.MethodNode
 
updateInstrumentation() - Method in class performancemonster.instrumentation.InstrumentationFacade
Synchronizes the instrumentation information in PerformanceMonster with the instrumented VM.

V

valueOf(String) - Static method in enum performancemonster.instrumentation.settings.ClassSetting.Instrumentation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum performancemonster.instrumentation.settings.PackageSetting.Instrumentation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum performancemonster.presentation.helpers.LayoutManagerHandler.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum performancemonster.presentation.helpers.LayoutManagerHandler.Resize
Returns the enum constant of this type with the specified name.
values() - Static method in enum performancemonster.instrumentation.settings.ClassSetting.Instrumentation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum performancemonster.instrumentation.settings.PackageSetting.Instrumentation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum performancemonster.presentation.helpers.LayoutManagerHandler.Direction
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum performancemonster.presentation.helpers.LayoutManagerHandler.Resize
Returns an array containing the constants of this enum type, in the order they're declared.

A B C D E F G H I L M N P R S T U V

Copyright © 2005 Ole Friis. All Rights Reserved.