org.openmdx.base.accessor.generic.spi
Class MarshallingContainer_1<K,V,M extends FilterableMap<K,?>>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by org.openmdx.base.collection.MarshallingMap<K,V,M>
          extended by org.openmdx.base.collection.MarshallingFilterableMap<K,V,M>
              extended by org.openmdx.base.accessor.generic.spi.MarshallingContainer_1<K,V,M>
All Implemented Interfaces:
Serializable, Map<K,V>, FetchSize, FilterableMap<K,V>

public class MarshallingContainer_1<K,V,M extends FilterableMap<K,?>>
extends MarshallingFilterableMap<K,V,M>

Marshalling Container

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class org.openmdx.base.collection.MarshallingMap
marshaller
 
Fields inherited from interface org.openmdx.base.collection.FetchSize
DEFAULT_FETCH_SIZE
 
Constructor Summary
MarshallingContainer_1(Marshaller marshaller, M container)
          Constructor
 
Method Summary
 
Methods inherited from class org.openmdx.base.collection.MarshallingFilterableMap
getFetchSize, setFetchSize, subMap, values
 
Methods inherited from class org.openmdx.base.collection.MarshallingMap
clear, containsKey, containsValue, entrySet, get, getDelegate, isEmpty, keySet, put, remove, size, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, putAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

MarshallingContainer_1

public MarshallingContainer_1(Marshaller marshaller,
                              M container)
                       throws ServiceException
Constructor

Parameters:
marshaller -
container -
Throws:
ServiceException


This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.