org.jboss.jca.common.annotations.repository.papaki
Class AnnotationRepositoryImpl

java.lang.Object
  extended by org.jboss.jca.common.annotations.repository.papaki.AnnotationRepositoryImpl
All Implemented Interfaces:
org.jboss.jca.common.spi.annotations.repository.AnnotationRepository

public class AnnotationRepositoryImpl
extends Object
implements org.jboss.jca.common.spi.annotations.repository.AnnotationRepository

A AnnotationRepositoryImpl.

Author:
Stefano Maestri

Constructor Summary
AnnotationRepositoryImpl(org.jboss.papaki.AnnotationRepository backingRepository)
          Create a new AnnotationRepositoryImpl using papaki backend
 
Method Summary
 Collection<org.jboss.jca.common.spi.annotations.repository.Annotation> getAnnotation(Class<?> class1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationRepositoryImpl

public AnnotationRepositoryImpl(org.jboss.papaki.AnnotationRepository backingRepository)
                         throws IllegalArgumentException
Create a new AnnotationRepositoryImpl using papaki backend

Parameters:
backingRepository - the caking papaki repository
Throws:
IllegalArgumentException - in case pas sed repository is null
Method Detail

getAnnotation

public Collection<org.jboss.jca.common.spi.annotations.repository.Annotation> getAnnotation(Class<?> class1)
Specified by:
getAnnotation in interface org.jboss.jca.common.spi.annotations.repository.AnnotationRepository


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)