org.jboss.metadata.ejb.jboss
Class InvokerProxyBindingsMetaDataWrapper

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
          extended by org.jboss.metadata.javaee.support.MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
              extended by org.jboss.metadata.ejb.jboss.InvokerProxyBindingsMetaData
                  extended by org.jboss.metadata.ejb.jboss.InvokerProxyBindingsMetaDataWrapper
All Implemented Interfaces:
Serializable, Cloneable, Iterable<InvokerProxyBindingMetaData>, Collection<InvokerProxyBindingMetaData>, IdMetaData, MappedMetaData<InvokerProxyBindingMetaData>

public class InvokerProxyBindingsMetaDataWrapper
extends InvokerProxyBindingsMetaData

InvokerProxyBindingsMetaData wrapper.

Version:
$Revision: 66156 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Method Summary
 boolean containsKey(String key)
          Returns true if this mapped meta data contains a meta data entry for the specified key.
 InvokerProxyBindingMetaData get(String key)
          Get the metadata for the given key
 boolean isEmpty()
           
 Iterator<InvokerProxyBindingMetaData> iterator()
           
 Set<String> keySet()
          Get the key set
 int size()
           
 Object[] toArray()
           
<X> X[]
toArray(X[] a)
           
 
Methods inherited from class org.jboss.metadata.ejb.jboss.InvokerProxyBindingsMetaData
merge, merge
 
Methods inherited from class org.jboss.metadata.javaee.support.MappedMetaDataWithDescriptions
add, addAll, clear, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toString
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
getDescriptions, merge, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, getId, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.metadata.javaee.support.IdMetaData
getId, setId
 

Method Detail

containsKey

public boolean containsKey(String key)
Description copied from interface: MappedMetaData
Returns true if this mapped meta data contains a meta data entry for the specified key.

Specified by:
containsKey in interface MappedMetaData<InvokerProxyBindingMetaData>
Overrides:
containsKey in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
Parameters:
key - the key of the mappable meta data
Returns:
true if the key can be found

get

public InvokerProxyBindingMetaData get(String key)
Description copied from class: MappedMetaDataWithDescriptions
Get the metadata for the given key

Specified by:
get in interface MappedMetaData<InvokerProxyBindingMetaData>
Overrides:
get in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
Parameters:
key - the key
Returns:
the metadata for the given key, or null if the map contains no mapping for this key

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Collection<InvokerProxyBindingMetaData>
Overrides:
isEmpty in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>

iterator

public Iterator<InvokerProxyBindingMetaData> iterator()
Specified by:
iterator in interface Iterable<InvokerProxyBindingMetaData>
Specified by:
iterator in interface Collection<InvokerProxyBindingMetaData>
Overrides:
iterator in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>

keySet

public Set<String> keySet()
Description copied from interface: MappedMetaData
Get the key set

Specified by:
keySet in interface MappedMetaData<InvokerProxyBindingMetaData>
Overrides:
keySet in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
Returns:
the key set

size

public int size()
Specified by:
size in interface Collection<InvokerProxyBindingMetaData>
Overrides:
size in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>

toArray

public Object[] toArray()
Specified by:
toArray in interface Collection<InvokerProxyBindingMetaData>
Overrides:
toArray in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>

toArray

public <X> X[] toArray(X[] a)
Specified by:
toArray in interface Collection<InvokerProxyBindingMetaData>
Overrides:
toArray in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>


Copyright © 2009 JBoss Inc.. All Rights Reserved.