vdoclet.ejb
Class RegisteredClassInfo

java.lang.Object
  |
  +--vdoclet.docinfo.BaseInfo
        |
        +--vdoclet.docinfo.BaseElementInfo
              |
              +--vdoclet.docinfo.ClassInfo
                    |
                    +--vdoclet.ejb.RegisteredClassInfo
All Implemented Interfaces:
Cloneable

public class RegisteredClassInfo
extends ClassInfo

Represents a class that can be looked-up in JNDI.


Constructor Summary
RegisteredClassInfo(String name)
          Construct a RegisteredClassInfo, where the jndiName defaults to the className.
RegisteredClassInfo(String className, String jndiName)
           
 
Method Summary
 String getJndiName()
          Get the JNDI name.
 
Methods inherited from class vdoclet.docinfo.ClassInfo
addField, addFields, addInterface, addInterfaces, addMethod, addMethods, getContainingDocInfo, getField, getFields, getInterfaces, getMethod, getMethod, getMethods, getName, getPackage, getShortName, getSuperClass, hasInterface, resolveSuperClass, setContainingDocInfo, setSuperClass
 
Methods inherited from class vdoclet.docinfo.BaseElementInfo
getModifiers, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, setAbstract, setFinal, setPrivate, setProtected, setPublic, setStatic
 
Methods inherited from class vdoclet.docinfo.BaseInfo
addTag, addTag, addTags, clone, getComment, getTag, getTags, getTags, getTagValue, getTagValue, setComment, setName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisteredClassInfo

public RegisteredClassInfo(String className,
                           String jndiName)

RegisteredClassInfo

public RegisteredClassInfo(String name)
Construct a RegisteredClassInfo, where the jndiName defaults to the className.

Method Detail

getJndiName

public String getJndiName()
Get the JNDI name.