com.bea.wlxt
Interface XTPool


public interface XTPool


Method Summary
 void flushXT()
          Deprecated.  
 XT getXT()
          Deprecated.  
 void putXT(XT wlxt)
          Deprecated.  
 void setMaxPoolXT(int maxPool)
          Deprecated.  
 

Method Detail

getXT

XT getXT()
Deprecated. 

Get a WLXT instance from the pool.

Returns:
An instance of WLXT.

putXT

void putXT(XT wlxt)
Deprecated. 

Return a WLXT instance to the pool.

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

flushXT

void flushXT()
Deprecated. 

Flush the WLXT pool requiring new objects to be created and all MFL/Stylesheet caches to be repopulated.


setMaxPoolXT

void setMaxPoolXT(int maxPool)
Deprecated. 

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.