org.jboss.aspects.concurrent
Class SemaphoredObjectMixin

java.lang.Object
  extended by org.jboss.aspects.concurrent.SemaphoredObjectMixin
All Implemented Interfaces:
SemaphoredObject

public class SemaphoredObjectMixin
extends Object
implements SemaphoredObject

comment

Author:
Bill Burke

Constructor Summary
SemaphoredObjectMixin(Object obj)
           
 
Method Summary
 Semaphore getSemaphore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemaphoredObjectMixin

public SemaphoredObjectMixin(Object obj)
Method Detail

getSemaphore

public Semaphore getSemaphore()
Specified by:
getSemaphore in interface SemaphoredObject


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.