org.jboss.repository.spi
Interface MetaDataContext


public interface MetaDataContext

Version:
$Revision: 1.7 $
Author:
Kabir Khan

Method Summary
 void addAnnotations(Set annotations)
           
 void addPropertyAnnotations(String propertyName, Set propertyInfos, Set annotations)
           
 Object getAnnotation(Class ann)
           
 Object getAnnotation(Method m, Class ann)
           
 List getAnnotations()
           
 List getAnnotationsForMethods(String[] methodNames)
           
 KernelRepository getRepository()
           
 Map getScope()
           
 boolean hasAnnotation(Method m, String ann)
           
 boolean hasAnnotation(String ann)
           
 void setTarget(Object tgt)
           
 

Method Detail

getRepository

KernelRepository getRepository()

getScope

Map getScope()

setTarget

void setTarget(Object tgt)

getAnnotation

Object getAnnotation(Class ann)

getAnnotations

List getAnnotations()

hasAnnotation

boolean hasAnnotation(String ann)

getAnnotation

Object getAnnotation(Method m,
                     Class ann)

getAnnotationsForMethods

List getAnnotationsForMethods(String[] methodNames)

hasAnnotation

boolean hasAnnotation(Method m,
                      String ann)

addAnnotations

void addAnnotations(Set annotations)

addPropertyAnnotations

void addPropertyAnnotations(String propertyName,
                            Set propertyInfos,
                            Set annotations)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.