org.jboss.ejb3.annotation.impl
Class ResourceImpl
java.lang.Object
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 classes/interfaces inherited from class javax.annotation.Resource |
javax.annotation.Resource.AuthenticationType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceImpl
public ResourceImpl()
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.