java.io.Serializable, Resource, SelfDescribingResource, SelfDescribingResourceV2public final class EJBResource extends ResourceBase
EJBResource class is used by a container to specify the
 EJB resource (and method related to the resource) that a caller is attempting to
 access.
 The toString format (which is produced by the ResourceBase
 class) for an EJB resource is:
 type=<ejb>, app=myApp, module=MyJarFile, ejb=myEJB, method=myMethod, methodInterface=Home, methodParams={argumentType1, argumentType2}
id, length, NO_PARENT, parent, resStr, SCOPE_RESOURCE_ACTION, valuesLIST_FIELD_TYPE, NORMAL_FIELD_TYPE, PATH_FIELD_TYPE, UNDEFINED_FIELD_TYPE| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getApplicationName() | 
 Gets the name of the application associated with the  
EJBResource. | 
java.lang.String | 
getEJBName() | 
 Gets the name of the EJB. 
 | 
int | 
getFieldType(java.lang.String fieldName) | 
 Describe  
getFieldType method here. | 
java.lang.String[] | 
getKeys() | 
 Gets keys for the  
EJBResource. | 
java.lang.String | 
getMethodInterface() | 
 Gets the EJB interface of the  
EJBResource. | 
java.lang.String | 
getMethodName() | 
 Gets the name of the method on the  
EJBResource. | 
java.lang.String[] | 
getMethodParams() | 
 Gets the parameter signature of the target method. 
 | 
java.lang.String | 
getModuleName() | 
 Gets the name of the  
EJBResource module. | 
java.lang.String | 
getType() | 
 Gets the type of this resource ( 
EJBResource). | 
protected Resource | 
makeParent() | 
 Gets a  
Resource object that represents the parent of the
 current EJBResource. | 
protected void | 
writeResourceString(java.lang.StringBuffer buf) | 
 Writes a string representation of the resource to buffer. 
 | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitappendArrayValue, appendValue, equals, getID, getParentResource, getRepeatingFieldIndex, getRepeatingFieldTerminatingIndex, getValues, hashCode, init, init, isTransitiveField, toStringpublic int getFieldType(java.lang.String fieldName)
SelfDescribingResourcegetFieldType method here.getFieldType in interface SelfDescribingResourcegetFieldType in class ResourceBasefieldName - the String name of the field being queried.int field type of fieldNameprotected void writeResourceString(java.lang.StringBuffer buf)
writeResourceString in class ResourceBasebuf - buffer to write to.public java.lang.String getType()
EJBResource).protected Resource makeParent()
Resource object that represents the parent of the
 current EJBResource. If the resource does not have a parent, the value of
 null is returned.
 The parentage hierarchy for the EJBResource (that is, the values returned from
 successive calls to this method) is:
 
 type=<ejb>, app=MyApp, module=MyJarFile, ejb=myEJB, method=myMethod, methodInterface=Home
 type=<ejb>, app=MyApp, module=MyJarFile, ejb=myEJB, method=myMethod
 type=<ejb>, app=MyApp, module=MyJarFile, ejb=myEJB
 type=<ejb>, app=MyApp, module=MyJarFile
 type=<ejb>, app=MyApp
 type=<app>, app=MyApp
 type=<ejb>
 
makeParent in class ResourceBaseResource object of the parent resource.public java.lang.String[] getKeys()
EJBResource.getKeys in interface ResourcegetKeys in class ResourceBaseEJBResource's keys.public java.lang.String getApplicationName()
EJBResource.EJBResource,
         represented as a String.public java.lang.String getModuleName()
EJBResource module.EJBResource module, represented as a String.public java.lang.String getEJBName()
public java.lang.String getMethodName()
EJBResource.EJBResource, represented as a String.public java.lang.String getMethodInterface()
EJBResource.EJBResource, represented as a String.public java.lang.String[] getMethodParams()