A C E F G H I J L M O P R S T

A

add(Object) - Method in class org.jdiseq.filter.FilterSet
addAll(Collection) - Method in class org.jdiseq.filter.FilterSet
addFilter(Filter) - Method in class org.jdiseq.filter.FilterSet
Typesafe adding of Filter object.

C

clear() - Method in class org.jdiseq.filter.FilterSet
contains(Object) - Method in class org.jdiseq.filter.FilterSet
containsAll(Collection) - Method in class org.jdiseq.filter.FilterSet
createBundle(String, Locale) - Method in class org.jdiseq.util.MessageUtil
Initializes the bundle towards the message file

E

EXCLUDE - Static variable in class org.jdiseq.filter.FilterType
The exclude enum
equals(Object) - Method in class org.jdiseq.filter.Filter
equals(Object) - Method in class org.jdiseq.filter.MethodFilter
equals(Object) - Method in class org.jdiseq.filter.PackageFilter

F

Filter - class org.jdiseq.filter.Filter.
Filter is a filter rule defined by the user.
Filter(String) - Constructor for class org.jdiseq.filter.Filter
Created an undefined filtering mekanism.
FilterFactory - class org.jdiseq.filter.FilterFactory.
Factory class to get references to the implementation of FilterPersistence and Persister interfaces.
FilterPersistenceImpl - class org.jdiseq.filter.FilterPersistenceImpl.
FilterPersistenceImpl holds all the filter configuration data used by jDiSeq.
FilterPersistenceImpl(InputStream) - Constructor for class org.jdiseq.filter.FilterPersistenceImpl
Reads configuration from an InputStream given by the client.
FilterPersistenceImpl(String) - Constructor for class org.jdiseq.filter.FilterPersistenceImpl
Initilized the configuration based on the filename given as a parameter.
FilterPersistenceImpl() - Constructor for class org.jdiseq.filter.FilterPersistenceImpl
Initializes the configuration with the default filter configuration file name.
FilterSet - class org.jdiseq.filter.FilterSet.
FilterSet containing the filter definitions.
FilterSet() - Constructor for class org.jdiseq.filter.FilterSet
 
FilterType - class org.jdiseq.filter.FilterType.
Typesafe enum implementation of the type of filter.

G

getAttributeName() - Method in class org.jdiseq.filter.Filter
Returns the subclasses attribute name since the super class isn't aware of them.
getAttributeName() - Method in class org.jdiseq.filter.MethodFilter
Returns the subclasses attribute name since the super class isn't aware of them.
getAttributeName() - Method in class org.jdiseq.filter.PackageFilter
Returns the subclasses attribute name since the super class isn't aware of them.
getBooleanSetting(String) - Method in class org.jdiseq.util.SettingUtil
 
getConfigurationInputStream(String) - Method in class org.jdiseq.filter.FilterPersistenceImpl
 
getDeclaringType() - Method in class org.jdiseq.JdiEvent
Gets the type in which the method event occured in.
getElement() - Method in class org.jdiseq.filter.Filter
 
getEnum(String) - Static method in class org.jdiseq.filter.FilterType
Returns the enum type instance that matches the given parameter.
getEnumList() - Static method in class org.jdiseq.filter.FilterType
{@inheritDoc}
getEnumMap() - Static method in class org.jdiseq.filter.FilterType
{@inheritDoc}
getFilterPersistence() - Static method in class org.jdiseq.filter.FilterFactory
 
getFiltering() - Method in class org.jdiseq.filter.Filter
 
getInstance() - Static method in class org.jdiseq.util.MessageUtil
Initializes the MessageUtil class.
getInstance() - Static method in class org.jdiseq.util.SettingUtil
Singleton implementation
getIntSetting(String) - Method in class org.jdiseq.util.SettingUtil
 
getMessage(String) - Method in class org.jdiseq.util.MessageUtil
Retrieved the text message for a given locale.
getMethod() - Method in class org.jdiseq.JdiEvent
Gets the method that the event occured on.
getMethodFilterParent() - Method in class org.jdiseq.filter.FilterPersistenceImpl
Gets the JDOM representation of the method filter parent node in the JDOM three structure.
getObjectReference() - Method in class org.jdiseq.JdiEvent
Gets the object in/on which a thread was executing when the event occured.
getPackageFilterParent() - Method in class org.jdiseq.filter.FilterPersistenceImpl
Gets the JDOM representation of the package filter parent node in the JDOM three structure.
getSetting(String) - Method in class org.jdiseq.util.SettingUtil
Retrieves the application and system setting.
getSetting(String, String) - Method in class org.jdiseq.util.SettingUtil
 
getSettingStream() - Method in class org.jdiseq.util.SettingUtil
Creates an InputStream to read the property file containing all the settings defined for the applicaton.
getThreadReference() - Method in class org.jdiseq.JdiEvent
Gets the thread that were executing on/in the method when the event occured.
getType() - Method in class org.jdiseq.filter.Filter
 
getXMLDocmuent() - Method in class org.jdiseq.filter.FilterPersistenceImpl

H

hashCode() - Method in class org.jdiseq.filter.Filter
hashCode() - Method in class org.jdiseq.filter.MethodFilter
hashCode() - Method in class org.jdiseq.filter.PackageFilter

I

INCLUDE - Static variable in class org.jdiseq.filter.FilterType
The include enum
InvalidConfigurationException - exception org.jdiseq.filter.InvalidConfigurationException.
Exception situations when accessing configuration
InvalidConfigurationException(String) - Constructor for class org.jdiseq.filter.InvalidConfigurationException
InvalidConfigurationException with a message
InvalidConfigurationException(Throwable) - Constructor for class org.jdiseq.filter.InvalidConfigurationException
Instansiate exception with a nested exception
initialize(Locale) - Static method in class org.jdiseq.util.MessageUtil
Initializes the class with the given locale.
isEmpty() - Method in class org.jdiseq.filter.FilterSet
isMethodEntry() - Method in class org.jdiseq.JdiEvent
Determines if this event was a method entry.
iterator() - Method in class org.jdiseq.filter.FilterSet
iterator() - Static method in class org.jdiseq.filter.FilterType
{@inheritDoc}

J

JdiConnectionException - exception org.jdiseq.JdiConnectionException.
This class implements an exception which indicates an error in the JDI connection.
JdiConnectionException(String) - Constructor for class org.jdiseq.JdiConnectionException
Constructs a new exception.
JdiConnectionException(String, Throwable) - Constructor for class org.jdiseq.JdiConnectionException
Constructs a new exception.
JdiConnectionException(Throwable) - Constructor for class org.jdiseq.JdiConnectionException
Constructs a new exception.
JdiEvent - class org.jdiseq.JdiEvent.
This class implements state about a JDI event that occured.
JdiEvent(boolean, Method, ThreadReference, ObjectReference, ReferenceType) - Constructor for class org.jdiseq.JdiEvent
Constructs a new JDI event.
JdiEventListener - interface org.jdiseq.JdiEventListener.
This interface specifies methods for JDI event retrevial.

L

load() - Method in class org.jdiseq.filter.FilterPersistenceImpl
loadMethodFilter() - Method in class org.jdiseq.filter.FilterPersistenceImpl
loadPackageFilter() - Method in class org.jdiseq.filter.FilterPersistenceImpl

M

Main - class org.jdiseq.Main.
Changelog:
Main() - Constructor for class org.jdiseq.Main
 
Main - class org.jdiseq.dummy.Main.
This class implements a simple launcher of a dummy application suitable for observation from jDiSeq.
MessageUtil - class org.jdiseq.util.MessageUtil.
MessageUtil class which holds references to localized messages.
MethodFilter - class org.jdiseq.filter.MethodFilter.
Method filtering class representing the a filtering defined for all method calls be run while using jDiSeq.
MethodFilter(Element) - Constructor for class org.jdiseq.filter.MethodFilter
{@inheritDoc}
MethodFilter() - Constructor for class org.jdiseq.filter.MethodFilter
Empty constructer used by client when creating a new filter definition.
main(String[]) - Static method in class org.jdiseq.Main
 
main(String[]) - Static method in class org.jdiseq.dummy.Main
 
methodEntered(JdiEvent) - Method in interface org.jdiseq.JdiEventListener
Invoked when a method entered event occurs.
methodEntered(JdiEvent) - Method in class org.jdiseq.Sequencer
 
methodExited(JdiEvent) - Method in interface org.jdiseq.JdiEventListener
Invoked when a method exit event occurs.
methodExited(JdiEvent) - Method in class org.jdiseq.Sequencer
 

O

org.jdiseq - package org.jdiseq
 
org.jdiseq.dummy - package org.jdiseq.dummy
 
org.jdiseq.filter - package org.jdiseq.filter
Provides classes to specify filtering for the jDiSeq tool.
org.jdiseq.util - package org.jdiseq.util
Provides utility classes commonly used by jDiSeq codebase.

P

POSTFIX - Static variable in class org.jdiseq.filter.FilterType
The postfix enum
PREFIX - Static variable in class org.jdiseq.filter.FilterType
The prefix enum
PackageFilter - class org.jdiseq.filter.PackageFilter.
 
PackageFilter(Element) - Constructor for class org.jdiseq.filter.PackageFilter
{@inheritDoc}
PackageFilter() - Constructor for class org.jdiseq.filter.PackageFilter
Default constructor initializes with the default FilterType.
parseConfiguration(InputStream) - Method in class org.jdiseq.filter.FilterPersistenceImpl
Reads the configuration file's content and sets the configuration settings.

R

RCS_DATE - Static variable in class org.jdiseq.Main
 
RCS_DATE - Static variable in class org.jdiseq.Sequencer
 
RCS_REVISION - Static variable in class org.jdiseq.Main
 
RCS_REVISION - Static variable in class org.jdiseq.Sequencer
 
remove(Object) - Method in class org.jdiseq.filter.FilterSet
removeAll(Collection) - Method in class org.jdiseq.filter.FilterSet
retainAll(Collection) - Method in class org.jdiseq.filter.FilterSet
run() - Method in class org.jdiseq.dummy.Main
 

S

Sequencer - class org.jdiseq.Sequencer.
Changelog:
Sequencer() - Constructor for class org.jdiseq.Sequencer
 
SettingUtil - class org.jdiseq.util.SettingUtil.
Class for fetching all application settings.
setFilterPersistence(FilterPersistence) - Static method in class org.jdiseq.filter.FilterFactory
 
setFiltering(String) - Method in class org.jdiseq.filter.Filter
 
setPersister(Persister) - Static method in class org.jdiseq.filter.FilterFactory
 
size() - Method in class org.jdiseq.filter.FilterSet

T

toArray() - Method in class org.jdiseq.filter.FilterSet
toArray(Object[]) - Method in class org.jdiseq.filter.FilterSet
toString() - Method in class org.jdiseq.filter.Filter

A C E F G H I J L M O P R S T

Copyright © 2003 SourceForge.net. All Rights Reserved.