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

All Known Implementing Classes:
QueueConnectionJugglingPin

public interface JugglingPin<R>


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

Method Detail

obtain

R obtain()
         throws ResourceException
Throws:
ResourceException

start

void start()
           throws ResourceException
Throws:
ResourceException

stop

void stop()
          throws ResourceException
Throws:
ResourceException

close

void close()
           throws ResourceException
Throws:
ResourceException


Copyright © 2012. All Rights Reserved.