public class VMMSyncData
extends java.lang.Object
Constructor and Description |
---|
VMMSyncData() |
Modifier and Type | Method and Description |
---|---|
boolean |
exists(java.lang.String attributeName)
Returns true if the attribute exists in the attributeValues HashMap.
|
java.lang.String |
get(java.lang.String attributeName)
Returns attribute value for the given attribute name.
|
java.util.Iterator |
getAttributes()
Returns an Iterator object to iterate over the list
of attribute names.
|
void |
put(java.lang.String attributeName,
java.lang.String value)
Added the given attribute and its corresponding value
to the cache.
|
int |
size()
Returns the number of attributes in the cache.
|
java.lang.String |
toString()
For debugging.
|
public boolean exists(java.lang.String attributeName)
attributeName
- public java.lang.String get(java.lang.String attributeName)
attributeName
- attribute namepublic void put(java.lang.String attributeName, java.lang.String value)
attributeName
- attribute namevalue
- valuepublic java.util.Iterator getAttributes()
public int size()
public java.lang.String toString()
toString
in class java.lang.Object