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

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

Deprecated.

@Deprecated
public interface AdminObjectResource
extends Resource


Method Summary
 String getClassName()
          Deprecated.  
 String getDescription()
          Deprecated.  
 String getEnabled()
          Deprecated. Return true if the item is enabled, false otherwise.
 String getResAdapter()
          Deprecated.  
 String getResType()
          Deprecated.  
 void setClassName(String param1)
          Deprecated.  
 void setDescription(String param1)
          Deprecated.  
 void setEnabled(String param1)
          Deprecated. Mark the item as enabled.
 void setResAdapter(String param1)
          Deprecated.  
 void setResType(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

getClassName

String getClassName()
Deprecated. 

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

getResType

String getResType()
Deprecated. 

getResAdapter

String getResAdapter()
Deprecated. 

setResType

void setResType(String param1)
Deprecated. 

setResAdapter

void setResAdapter(String param1)
Deprecated. 

setClassName

void setClassName(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.