org.postgresql.pljava

Interface PooledObject

public interface PooledObject

Interface for objects that are pooled and reused.

Method Summary

void
activate()
The activate method is called when the instance is activated from its "passive" state.
void
passivate()
The passivate method is called before the instance enters the "passive" state.
void
remove()
PLJava invokes this method before it ends the life of the pooled object.

Method Details

activate

public void activate()
            throws SQLException
The activate method is called when the instance is activated from its "passive" state.

passivate

public void passivate()
            throws SQLException
The passivate method is called before the instance enters the "passive" state.

remove

public void remove()
PLJava invokes this method before it ends the life of the pooled object.

Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. \ Distributed under the terms shown in COPYRIGHT