org.jboss.metadata.ejb.jboss
Class InvokerProxyBindingsMetaDataWrapper
java.lang.Object
org.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
org.jboss.metadata.javaee.support.MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
org.jboss.metadata.ejb.jboss.InvokerProxyBindingsMetaData
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
Methods inherited from class org.jboss.metadata.javaee.support.MappedMetaDataWithDescriptions |
add, addAll, clear, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toString |
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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.