com.gentics.api.lib.datasource
Interface HandlePool


public interface HandlePool

Interface for the handles of a datasource.


Method Summary
 void close()
          Close all handles for this datasource
 DatasourceHandle getHandle()
          Get a handle of the datasource
 java.lang.String getTypeID()
          Get the type id of the handles
 

Method Detail

getHandle

DatasourceHandle getHandle()
Get a handle of the datasource

Returns:
a datasource handle

getTypeID

java.lang.String getTypeID()
Get the type id of the handles

Returns:
type id

close

void close()
Close all handles for this datasource



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.