org.jboss.ejb
Class ResourceImpl
java.lang.Object
org.jboss.ejb.ResourceImpl
- All Implemented Interfaces:
- java.lang.annotation.Annotation, javax.annotation.Resource
public class ResourceImpl
- extends Object
- implements javax.annotation.Resource
// *
- Version:
- $Revision: 1.4.2.3 $
- Author:
- William DeCoste
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 |
ResourceImpl
public ResourceImpl()
description
public String description()
setDescription
public void setDescription(String description)
authenticationType
public javax.annotation.AuthenticationType authenticationType()
setAuthenticationType
public void setAuthenticationType(javax.annotation.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 annotationType()
- Specified by:
annotationType
in interface java.lang.annotation.Annotation
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.