|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.cs.invoker.cache.InvokerCacheFactory
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 |
public static final int BEAN_INVOKER_CACHE
public static final int BEAN_INVOKER_PROXY_CACHE
public static final int EJBHOME_CACHE
Constructor Detail |
public InvokerCacheFactory()
Method Detail |
public static InvokerCache getInstance(int cacheType)
cacheType
- Indicate which cache object using.
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |