org.objectweb.jac.aspects.timestamp
Interface TimestampConf

All Known Implementing Classes:
TimestampAC

public interface TimestampConf


Method Summary
 void declareTimestampedClasses(String classExpr, String wrappeeExpr, String stampsName)
          Declares which objects should have timestamps
 void followLink(FieldItem link, boolean follow)
          Specifies that objects at the end of a link should be touched when an object is touched.
 

Method Detail

declareTimestampedClasses

public void declareTimestampedClasses(String classExpr,
                                      String wrappeeExpr,
                                      String stampsName)
Declares which objects should have timestamps

Parameters:
classExpr - which classes should have a timestamp
wrappeeExpr - which instances should have a timestamp
stampsName - name of Timestamps object to store stamps into

followLink

public void followLink(FieldItem link,
                       boolean follow)
Specifies that objects at the end of a link should be touched when an object is touched.

Parameters:
link - the link to follow
follow - wether to follow the link or not