IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.cs.invoker.cache
Class InvokerCacheFactory

java.lang.Object
  extended bycom.ibm.btt.cs.invoker.cache.InvokerCacheFactory

public class InvokerCacheFactory
extends java.lang.Object

WSDLDefinitionCacheFactory is used to keep one static instance of WSDLDefinitionCache


Field Summary
static int BEAN_INVOKER_CACHE
          Indicate Cache type = BeanInvoker
static int BEAN_INVOKER_PROXY_CACHE
          Indicate Cache type = BeanInvokerProxy
static int EJBHOME_CACHE
          Indicate Cache type = EJBHome
 
Constructor Summary
InvokerCacheFactory()
           
 
Method Summary
static InvokerCache getInstance(int cacheType)
          There is only one InvokerCache instance in JVM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_INVOKER_CACHE

public static final int BEAN_INVOKER_CACHE
Indicate Cache type = BeanInvoker

See Also:
Constant Field Values

BEAN_INVOKER_PROXY_CACHE

public static final int BEAN_INVOKER_PROXY_CACHE
Indicate Cache type = BeanInvokerProxy

See Also:
Constant Field Values

EJBHOME_CACHE

public static final int EJBHOME_CACHE
Indicate Cache type = EJBHome

See Also:
Constant Field Values
Constructor Detail

InvokerCacheFactory

public InvokerCacheFactory()
Method Detail

getInstance

public static InvokerCache getInstance(int cacheType)
There is only one InvokerCache instance in JVM. And returns the correct cache implementation class according to the cacheType

Parameters:
cacheType - Indicate which cache object using.

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005