org.mortbay.util

Interface Pool.PondLife

Known Implementing Classes:
ThreadPool.PoolThread

public static interface Pool.PondLife

Method Summary

void
enterPool(Pool pool, int id)
int
getID()
void
leavePool()
void
poolClosing()

Method Details

enterPool

public void enterPool(Pool pool,
                      int id)

getID

public int getID()

leavePool

public void leavePool()

poolClosing

public void poolClosing()

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.