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

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

Deprecated.

@Deprecated
public interface JdbcResource
extends Resource


Method Summary
 String getDescription()
          Deprecated.  
 String getEnabled()
          Deprecated. Return true if the item is enabled, false otherwise.
 String getPoolName()
          Deprecated.  
 void setDescription(String param1)
          Deprecated.  
 void setEnabled(String param1)
          Deprecated. Mark the item as enabled.
 void setPoolName(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.Resource
getObjectType, setObjectType
 
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

getEnabled

String getEnabled()
Deprecated. 
Description copied from interface: Enabled
Return true if the item is enabled, false otherwise.

Specified by:
getEnabled in interface Enabled

setEnabled

void setEnabled(String param1)
Deprecated. 
Description copied from interface: Enabled
Mark the item as enabled.

Specified by:
setEnabled in interface Enabled

getDescription

String getDescription()
Deprecated. 
Specified by:
getDescription in interface Description

setDescription

void setDescription(String param1)
Deprecated. 
Specified by:
setDescription in interface Description

getPoolName

String getPoolName()
Deprecated. 

setPoolName

void setPoolName(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.