WebLogic Integration


com.bea.wlxt
Interface XTPool

All Known Implementing Classes:
WLXTPool

public interface XTPool

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void flushXT()
          Flush the WLXT pool requiring new objects to be created and all MFL/Stylesheet caches to be repopulated.
 XT getXT()
          Get a WLXT instance from the pool.
 void putXT(XT wlxt)
          Return a WLXT instance to the pool.
 void setMaxPoolXT(int maxPool)
          Set the maximum instances of WLXT that will be maintained in the pool.
 

Method Detail

getXT

public XT getXT()
Get a WLXT instance from the pool.

Returns:
An instance of WLXT.

putXT

public void putXT(XT wlxt)
Return a WLXT instance to the pool.

Parameters:
wlxt - The object instance to be placed in the pool.

flushXT

public void flushXT()
Flush the WLXT pool requiring new objects to be created and all MFL/Stylesheet caches to be repopulated.

setMaxPoolXT

public void setMaxPoolXT(int maxPool)
Set the maximum instances of WLXT that will be maintained in the pool. This value is JVM global.

Parameters:
maxPool - The maximum number if WLXT objects that will be retained by the pool.

WebLogic Integration

WebLogic Integration (WLI)