com.sun.sgs.profile
Interface ProfileOperation

All Known Subinterfaces:
AggregateProfileOperation, TaskProfileOperation

public interface ProfileOperation

An operation which has occurred.

Profile operations are created with calls to ProfileConsumer.createOperation. An operations's name includes both the name supplied to createOperation and the value of ProfileConsumer.getName().


Method Summary
 String getName()
          Returns the name of this operation.
 void report()
          Tells this operation to report that it is happening.
 

Method Detail

getName

String getName()
Returns the name of this operation.

Returns:
the name

report

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


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