org.jboss.ejb
Class ResourceImpl

java.lang.Object
  extended by 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

Constructor Summary
ResourceImpl()
           
 
Method Summary
 Class annotationType()
           
 javax.annotation.AuthenticationType authenticationType()
           
 String description()
           
 String name()
           
 void setAuthenticationType(javax.annotation.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

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.