org.smallmind.quorum.pool.connection
Interface ConnectionInstance<C>

All Superinterfaces:
Existential

public interface ConnectionInstance<C>
extends Existential


Method Summary
 void close()
           
 C serve()
           
 boolean validate()
           
 
Methods inherited from interface org.smallmind.nutsnbolts.lang.Existential
getExistentialStackTrace
 

Method Detail

validate

boolean validate()

serve

C serve()
        throws Exception
Throws:
Exception

close

void close()
           throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.