com.wles.blm.pool
Interface BLMContextValidator

All Known Implementing Classes:
CallBasedContextValidator

public interface BLMContextValidator

Validates an instance of BLMContextManager object.


Method Summary
 boolean validate(BLMContextManager context)
          Checks validity of the BLMContextManager instance
 

Method Detail

validate

public boolean validate(BLMContextManager context)
Checks validity of the BLMContextManager instance

Parameters:
context - BLMContextManager instance to check
Returns:
true if the BLMContextManager is valid.


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.