TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.profile.server.core.internal
Class TICollectorFiltration

java.lang.Object
  extended by org.eclipse.tptp.platform.profile.server.core.internal.TICollectorFiltration
All Implemented Interfaces:
org.eclipse.tptp.trace.ui.provisional.launcher.ICollectorFiltration

public class TICollectorFiltration
extends java.lang.Object
implements org.eclipse.tptp.trace.ui.provisional.launcher.ICollectorFiltration

This filtration class is used to filter the JVMTI data collector if the targeted host uses JRE 1.4 or older.


Constructor Summary
TICollectorFiltration()
           
 
Method Summary
 boolean include(java.lang.String id, org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TICollectorFiltration

public TICollectorFiltration()
Method Detail

include

public boolean include(java.lang.String id,
                       org.eclipse.debug.core.ILaunchConfiguration configuration,
                       java.lang.Object context)
Specified by:
include in interface org.eclipse.tptp.trace.ui.provisional.launcher.ICollectorFiltration

TPTP 4.6.0 Platform Project
Internal API Specification