com.bea.adapter.spi
Class ConnectionRequestInfoMap

java.lang.Object
  extended by com.bea.adapter.spi.ConnectionRequestInfoMap
All Implemented Interfaces:
Serializable, Map, javax.resource.cci.ConnectionSpec, javax.resource.spi.ConnectionRequestInfo

public class ConnectionRequestInfoMap
extends Object
implements javax.resource.spi.ConnectionRequestInfo, Map, javax.resource.cci.ConnectionSpec, Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
ConnectionRequestInfoMap()
           
ConnectionRequestInfoMap(Map map)
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set entrySet()
           
 boolean equals(Object other)
           
 Object get(Object key)
           
 int hashCode()
           
 boolean isEmpty()
           
 Set keySet()
           
 Object put(Object key, Object value)
           
 void putAll(Map map)
           
 Object remove(Object key)
           
 int size()
           
 Collection values()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionRequestInfoMap

public ConnectionRequestInfoMap()

ConnectionRequestInfoMap

public ConnectionRequestInfoMap(Map map)
Method Detail

clear

public void clear()
           throws UnsupportedOperationException
Specified by:
clear in interface Map
Throws:
UnsupportedOperationException

containsKey

public boolean containsKey(Object key)
                    throws ClassCastException,
                           NullPointerException
Specified by:
containsKey in interface Map
Throws:
ClassCastException
NullPointerException

containsValue

public boolean containsValue(Object value)
Specified by:
containsValue in interface Map

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map

equals

public boolean equals(Object other)
Specified by:
equals in interface Map
Specified by:
equals in interface javax.resource.spi.ConnectionRequestInfo
Overrides:
equals in class Object

get

public Object get(Object key)
           throws ClassCastException,
                  NullPointerException
Specified by:
get in interface Map
Throws:
ClassCastException
NullPointerException

hashCode

public int hashCode()
Specified by:
hashCode in interface Map
Specified by:
hashCode in interface javax.resource.spi.ConnectionRequestInfo
Overrides:
hashCode in class Object

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Map

keySet

public Set keySet()
Specified by:
keySet in interface Map

put

public Object put(Object key,
                  Object value)
           throws UnsupportedOperationException,
                  ClassCastException,
                  IllegalArgumentException,
                  NullPointerException
Specified by:
put in interface Map
Throws:
UnsupportedOperationException
ClassCastException
IllegalArgumentException
NullPointerException

putAll

public void putAll(Map map)
            throws UnsupportedOperationException,
                   ClassCastException,
                   IllegalArgumentException,
                   NullPointerException
Specified by:
putAll in interface Map
Throws:
UnsupportedOperationException
ClassCastException
IllegalArgumentException
NullPointerException

remove

public Object remove(Object key)
              throws UnsupportedOperationException
Specified by:
remove in interface Map
Throws:
UnsupportedOperationException

size

public int size()
Specified by:
size in interface Map

values

public Collection values()
Specified by:
values in interface Map