org.objectweb.jac.aspects.confirmation
Interface ConfirmationConf

All Known Implementing Classes:
ConfirmationAC

public interface ConfirmationConf

The confirmation aspect implementation (allows the user to add confirmation popups before committing.


Method Summary
 void confirm(String classes, String methods, String objects)
          Allows the user to set some methods to be confirmed.
 void confirm(String classes, String methods, String objects, String message)
          Tells that some methods should be confirmed, with a custom message.
 

Method Detail

confirm

public void confirm(String classes,
                    String methods,
                    String objects)
Allows the user to set some methods to be confirmed.

Parameters:
classes - the classes the methods belongs to
methods - a method-pointcut expression denoting sets of methods
objects - the instances the poincut applies to

confirm

public void confirm(String classes,
                    String methods,
                    String objects,
                    String message)
Tells that some methods should be confirmed, with a custom message.

Parameters:
classes - the classes the methods belongs to (a class-pointcut expression)
methods - a method-pointcut expression denoting sets of methods
objects - the instances the poincut applies to
message - the custom confirmation message