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

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, NamedConfigElement, PropertiesAccess, SystemPropertiesAccess

Deprecated.

@Deprecated
public interface ExternalJndiResource
extends NamedConfigElement, PropertiesAccess, SystemPropertiesAccess


Method Summary
 String getDescription()
          Deprecated.  
 String getEnabled()
          Deprecated.  
 String getFactoryClass()
          Deprecated.  
 String getJndiLookupName()
          Deprecated.  
 String getResType()
          Deprecated.  
 void setDescription(String param1)
          Deprecated.  
 void setEnabled(String param1)
          Deprecated.  
 void setFactoryClass(String param1)
          Deprecated.  
 void setJndiLookupName(String param1)
          Deprecated.  
 void setResType(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.NamedConfigElement
getName
 
Methods inherited from interface org.glassfish.admin.amx.config.AMXConfigProxy
createChild, createChildren, getDefaultValues, getDefaultValues, removeChild, removeChild, setAttributesTransactionally
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.SystemPropertiesAccess
getSystemProperty
 

Method Detail

getEnabled

String getEnabled()
Deprecated. 

setEnabled

void setEnabled(String param1)
Deprecated. 

getDescription

String getDescription()
Deprecated. 

setDescription

void setDescription(String param1)
Deprecated. 

getResType

String getResType()
Deprecated. 

setResType

void setResType(String param1)
Deprecated. 

getFactoryClass

String getFactoryClass()
Deprecated. 

setFactoryClass

void setFactoryClass(String param1)
Deprecated. 

getJndiLookupName

String getJndiLookupName()
Deprecated. 

setJndiLookupName

void setJndiLookupName(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.