org.apache.wsif.base
Class WSIFServiceCache

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--org.apache.wsif.base.WSIFServiceCache
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class WSIFServiceCache
extends java.util.Hashtable

Class to act as a cache of WSIFServices.

Author:
Paul Harris, Owen Burroughs
See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Method Summary
 java.lang.Object get(java.lang.Object key)
           
 java.lang.Object put(java.lang.Object key, java.lang.Object value)
           
 void setCacheSize(int newSize)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

setCacheSize

public void setCacheSize(int newSize)

put

public java.lang.Object put(java.lang.Object key,
                            java.lang.Object value)
Overrides:
put in class java.util.Hashtable

get

public java.lang.Object get(java.lang.Object key)
Overrides:
get in class java.util.Hashtable


Copyright © 2002, 2003 Apache XML Project. All Rights Reserved.