de.cohesion.bssh.impl
Interface Factory<U,V>

All Known Implementing Classes:
SSHConnectionFactory

public interface Factory<U,V>

Author:
schulzs

Method Summary
 V create(U u)
           
 void destroy(V v)
           
 

Method Detail

create

V create(U u)
         throws java.lang.InstantiationException
Throws:
java.lang.InstantiationException

destroy

void destroy(V v)


Copyright © 2005 . All Rights Reserved.