Uses of Class
com.sun.grizzly.http.webxml.schema.version_2_4.JndiNameType

Packages that use JndiNameType
com.sun.grizzly.http.webxml.schema.version_2_4   
 

Uses of JndiNameType in com.sun.grizzly.http.webxml.schema.version_2_4
 

Subclasses of JndiNameType in com.sun.grizzly.http.webxml.schema.version_2_4
 class EjbRefNameType
          The ejb-ref-name element contains the name of an EJB reference.
 

Fields in com.sun.grizzly.http.webxml.schema.version_2_4 declared as JndiNameType
protected  JndiNameType EnvEntryType.envEntryName
           
protected  JndiNameType MessageDestinationRefType.messageDestinationRefName
           
protected  JndiNameType ResourceEnvRefType.resourceEnvRefName
           
protected  JndiNameType ResourceRefType.resRefName
           
protected  JndiNameType ServiceRefType.serviceRefName
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_4 that return JndiNameType
 JndiNameType ObjectFactory.createJndiNameType()
          Create an instance of JndiNameType
 JndiNameType EnvEntryType.getEnvEntryName()
          Gets the value of the envEntryName property.
 JndiNameType MessageDestinationRefType.getMessageDestinationRefName()
          Gets the value of the messageDestinationRefName property.
 JndiNameType ResourceEnvRefType.getResourceEnvRefName()
          Gets the value of the resourceEnvRefName property.
 JndiNameType ResourceRefType.getResRefName()
          Gets the value of the resRefName property.
 JndiNameType ServiceRefType.getServiceRefName()
          Gets the value of the serviceRefName property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_4 with parameters of type JndiNameType
 void EnvEntryType.setEnvEntryName(JndiNameType value)
          Sets the value of the envEntryName property.
 void MessageDestinationRefType.setMessageDestinationRefName(JndiNameType value)
          Sets the value of the messageDestinationRefName property.
 void ResourceEnvRefType.setResourceEnvRefName(JndiNameType value)
          Sets the value of the resourceEnvRefName property.
 void ResourceRefType.setResRefName(JndiNameType value)
          Sets the value of the resRefName property.
 void ServiceRefType.setServiceRefName(JndiNameType value)
          Sets the value of the serviceRefName property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.