org.smallmind.quorum.juggler
Interface JugglingPin<R>

All Known Implementing Classes:
AbstractJugglingPin

public interface JugglingPin<R>


Method Summary
 void close()
           
 R obtain()
           
 boolean recover()
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()
           throws JugglerResourceException
Throws:
JugglerResourceException

stop

void stop()
          throws JugglerResourceException
Throws:
JugglerResourceException

close

void close()
           throws JugglerResourceException
Throws:
JugglerResourceException

obtain

R obtain()
         throws JugglerResourceException
Throws:
JugglerResourceException

recover

boolean recover()


Copyright © 2012. All Rights Reserved.