corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/concurrent/Sync.java
changeset 30383 45960fdbe465
parent 25862 a5e25d68f971
child 30384 ff19c1d6f92a
equal deleted inserted replaced
30073:989253a902c3 30383:45960fdbe465
   274  * In addition pure synchronization control, Syncs
   274  * In addition pure synchronization control, Syncs
   275  * may be useful in any context requiring before/after methods.
   275  * may be useful in any context requiring before/after methods.
   276  * For example, you can use an ObservableSync
   276  * For example, you can use an ObservableSync
   277  * (perhaps as part of a LayeredSync) in order to obtain callbacks
   277  * (perhaps as part of a LayeredSync) in order to obtain callbacks
   278  * before and after each method invocation for a given class.
   278  * before and after each method invocation for a given class.
   279  * <p>
   279  *
   280 
       
   281  * <p>[<a href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html"> Introduction to this package. </a>]
   280  * <p>[<a href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html"> Introduction to this package. </a>]
   282 **/
   281  **/
   283 
   282 
   284 
   283 
   285 public interface Sync {
   284 public interface Sync {
   286 
   285 
   287   /**
   286   /**