org.openmdx.base.accessor.jmi.cci
Interface RefContainer_1_0

All Superinterfaces:
Collection<RefObject_1_0>, Container<RefObject_1_0>, Iterable<RefObject_1_0>
All Known Implementing Classes:
RefContainer_1

public interface RefContainer_1_0
extends Container<RefObject_1_0>

This interface extends the Container interface by javax.jmi.reflect.RefObject interface by additional helpers and openMDX-specific methods. These methods must not be used by 100% JMI-compliant applications.


Method Summary
 void refAddValue(String qualifier, RefObject_1_0 value)
          Adds object to the container with qualifier.
 
Methods inherited from interface org.openmdx.compatibility.base.collection.Container
get, subSet, toList
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

refAddValue

void refAddValue(String qualifier,
                 RefObject_1_0 value)
Adds object to the container with qualifier. Adding an object to a container with add(value) is equivalent to refAddValue(null, value).

Throws:
JmiServiceException - in case the object can not be added to the container.


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