org.jboss.ejb3.annotation.impl
Class ResourceImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.ResourceImpl
All Implemented Interfaces:
Annotation, javax.annotation.Resource

public class ResourceImpl
extends Object
implements javax.annotation.Resource

// *

Version:
$Revision: 69029 $
Author:
William DeCoste

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.annotation.Resource
javax.annotation.Resource.AuthenticationType
 
Constructor Summary
ResourceImpl()
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 javax.annotation.Resource.AuthenticationType authenticationType()
           
 String description()
           
 String mappedName()
           
 String name()
           
 void setAuthenticationType(javax.annotation.Resource.AuthenticationType authorizationType)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setShareable(boolean shareable)
           
 void setType(Class type)
           
 boolean shareable()
           
 Class type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

ResourceImpl

public ResourceImpl()
Method Detail

mappedName

public String mappedName()

description

public String description()

setDescription

public void setDescription(String description)

authenticationType

public javax.annotation.Resource.AuthenticationType authenticationType()

setAuthenticationType

public void setAuthenticationType(javax.annotation.Resource.AuthenticationType authorizationType)

type

public Class type()

setType

public void setType(Class type)

name

public String name()

setName

public void setName(String name)

shareable

public boolean shareable()

setShareable

public void setShareable(boolean shareable)

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.