public interface PoolManageable
Modifier and Type | Method and Description |
---|---|
void |
activateService()
Invoked just after a service is either created, or just after it is removed
from the service pool and bound to a new thread.
|
void |
passivateService()
Invoked when a service is unbound from a thread, just before being returned to
the service pool.
|
void activateService()
void passivateService()