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
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.