wt.tools.profiler
Class ProfilerServiceFwd

java.lang.Object
  extended bywt.tools.profiler.ProfilerServiceFwd
All Implemented Interfaces:
ProfilerService, RemoteAccess, Serializable

public class ProfilerServiceFwd
extends Object
implements RemoteAccess, ProfilerService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
ProfilerServiceFwd()
           
 
Method Summary
 int disableAdapters(ProfilingKey[] keys)
          

Supported API: false
 int enableAdapters(ProfilingKey[] keys)
          

Supported API: false
private static Manager getManager()
           
 ProfilerWrapper getProfData()
          

Supported API: false
 ProfilingKey[] getRegAdapters()
          

Supported API: false
 ProfilerFeedback pollProfData()
          This call makes use of wt.feedback to report the profiling data at regular intervals

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

ProfilerServiceFwd

public ProfilerServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

getRegAdapters

public ProfilingKey[] getRegAdapters()
                              throws WTException


Supported API: false

Specified by:
getRegAdapters in interface ProfilerService
Returns:
ProfilingKey[]
Throws:
WTException

enableAdapters

public int enableAdapters(ProfilingKey[] keys)
                   throws WTException


Supported API: false

Specified by:
enableAdapters in interface ProfilerService
Parameters:
keys -
Returns:
int
Throws:
WTException

disableAdapters

public int disableAdapters(ProfilingKey[] keys)
                    throws WTException


Supported API: false

Specified by:
disableAdapters in interface ProfilerService
Parameters:
keys -
Returns:
int
Throws:
WTException

getProfData

public ProfilerWrapper getProfData()
                            throws WTException


Supported API: false

Specified by:
getProfData in interface ProfilerService
Returns:
ProfilerWrapper
Throws:
WTException

pollProfData

public ProfilerFeedback pollProfData()
                              throws WTException
This call makes use of wt.feedback to report the profiling data at regular intervals

Supported API: false

Specified by:
pollProfData in interface ProfilerService
Returns:
ProfilerFeedback
Throws:
WTException