net.sf.sasl.aop.distributed.lock
Class DistributedLockAspectIntegrationTest.DummyService

java.lang.Object
  extended by net.sf.sasl.aop.distributed.lock.DistributedLockAspectIntegrationTest.DummyService
All Implemented Interfaces:
DistributedLockAspectIntegrationTest.IDummyService
Enclosing class:
DistributedLockAspectIntegrationTest

@DistributedStaticMutexLock(mutex="DummyService")
public static class DistributedLockAspectIntegrationTest.DummyService
extends Object
implements DistributedLockAspectIntegrationTest.IDummyService


Constructor Summary
DistributedLockAspectIntegrationTest.DummyService()
           
 
Method Summary
 long computeAnything(Integer value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedLockAspectIntegrationTest.DummyService

public DistributedLockAspectIntegrationTest.DummyService()
Method Detail

computeAnything

public long computeAnything(@DistributedDynamicMutexLockKey(prefix="value-")
                            Integer value)
Specified by:
computeAnything in interface DistributedLockAspectIntegrationTest.IDummyService


Copyright © 2010. All Rights Reserved.