com.sun.sgs.profile
Interface TaskProfileOperation

All Superinterfaces:
ProfileOperation

public interface TaskProfileOperation
extends ProfileOperation

An operation which provides task-local information to ProfileReports.

If operation occurs during a given task, the ProfileReport for that task will include the operation.


Method Summary
 void report()
          Tells this operation to report that it is happening.
 
Methods inherited from interface com.sun.sgs.profile.ProfileOperation
getName
 

Method Detail

report

void report()
Tells this operation to report that it is happening.

Specified by:
report in interface ProfileOperation
Throws:
IllegalStateException - if this is called outside the scope of a task run through the scheduler

RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved