| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
Method Summary | |
---|---|
public
boolean | containsAttribute(java.lang.Object)
Returns whether a bucket contains a mapping for the specified key. .
|
public
Object | getAttribute(java.lang.Object)
Returns the value to which the specified key is mapped in this bucket, or =null if the bucket
contains no mapping for this key.
|
public
Map | getAttributes()
Returns all proxy- and filter-defined bucket attributes as a Map of
Object keys and values.
|
public
Object | removeAttribute(java.lang.Object)
Removes any mapping for the specified key from the bucket. .
|
public
Object | setAttribute(java.lang.Object, java.lang.Object)
Associates the specified value with the specified key in this bucket. If the bucket previously.
|
Method Detail |
public boolean containsAttribute( | Object key )
|
Refer to #getAttribute for details concerning attributes.
key
-
The key whose presence in this bucket is to be tested.
public Object getAttribute( | Object key )
|
key
-
The key whose associated value is to be returned.
public Map getAttributes( | ) |
Map
of
Object
keys and values.
Refer to #getAttribute for details concerning attributes.
Map
of all bucket attributes.
public Object removeAttribute( | Object key )
|
Refer to #getAttribute for details concerning attributes.
key
-
Key whose mapping is to be removed from the bucket.
public Object setAttribute( | Object key , | Object value )
|
Refer to #getAttribute for details concerning attributes.
key
-
Key with which the specified value is to be associated.
value
-
Value to be associated with the specified key.
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |