biz.hammurapi.config
Interface PoolableComponent

All Superinterfaces:
Component

public interface PoolableComponent
extends Component

Component which can be activated, passivated, and validated.

Author:
Pavel

Method Summary
 void activate()
           
 void passivate()
           
 boolean validate()
           
 
Methods inherited from interface biz.hammurapi.config.Component
setOwner, start, stop
 

Method Detail

activate

void activate()
              throws ConfigurationException
Throws:
ConfigurationException

passivate

void passivate()
               throws ConfigurationException
Throws:
ConfigurationException

validate

boolean validate()


Copyright © 2003 Hammurapi Group. All Rights Reserved.