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>, WithDescriptions
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)
- Specified by:
containsKey in interface MappedMetaData<InvokerProxyBindingMetaData>- Overrides:
containsKey in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
get
public InvokerProxyBindingMetaData get(String key)
- Specified by:
get in interface MappedMetaData<InvokerProxyBindingMetaData>- Overrides:
get in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
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()
- Specified by:
keySet in interface MappedMetaData<InvokerProxyBindingMetaData>- Overrides:
keySet in class MappedMetaDataWithDescriptions<InvokerProxyBindingMetaData>
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 © 2015 JBoss by Red Hat. All Rights Reserved.