org.rhq.core.domain.metadata
Class CachedTabularDataSupport

java.lang.Object
  extended by javax.management.openmbean.TabularDataSupport
      extended by org.rhq.core.domain.metadata.CachedTabularDataSupport
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, Map, TabularData

public class CachedTabularDataSupport
extends TabularDataSupport
implements Externalizable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
CachedTabularDataSupport(TabularType tabularType)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class javax.management.openmbean.TabularDataSupport
calculateIndex, clear, clone, containsKey, containsKey, containsValue, containsValue, entrySet, equals, get, get, getTabularType, hashCode, isEmpty, keySet, put, put, putAll, putAll, remove, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachedTabularDataSupport

public CachedTabularDataSupport(TabularType tabularType)
Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException


Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.