org.glassfish.admin.amx.intf.config
Interface JndiResource

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, Description, Enabled, NamedConfigElement, ObjectType, PropertiesAccess, RefReferent, Resource, ResourceRefReferent

Deprecated. Configuration for the <jndi-resource> element.

@Deprecated
public interface JndiResource
extends Resource


Method Summary
 String getFactoryClass()
          Deprecated.  
 String getJndiLookupName()
          Deprecated.  
 String getResType()
          Deprecated.  
 void setFactoryClass(String factoryClass)
          Deprecated.  
 void setJndiLookupName(String jndiLookupName)
          Deprecated.  
 void setResType(String resType)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.Resource
getObjectType, setObjectType
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.Description
getDescription, setDescription
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.Enabled
getEnabled, setEnabled
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.NamedConfigElement
getName
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 

Method Detail

getJndiLookupName

String getJndiLookupName()
Deprecated. 

setJndiLookupName

void setJndiLookupName(String jndiLookupName)
Deprecated. 

getResType

String getResType()
Deprecated. 

setResType

void setResType(String resType)
Deprecated. 

getFactoryClass

String getFactoryClass()
Deprecated. 

setFactoryClass

void setFactoryClass(String factoryClass)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.