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

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AnonymousElementList, AttributeResolver, ConfigElement, Enabled, NamedConfigElement, PropertiesAccess

Deprecated.

@Deprecated
public interface Profiler
extends AnonymousElementList, Enabled, NamedConfigElement, PropertiesAccess


Field Summary
 
Fields inherited from interface org.glassfish.admin.amx.intf.config.AnonymousElementList
OP_ADD, OP_REMOVE, OP_REPLACE
 
Method Summary
 String getClasspath()
          Deprecated.  
 String getEnabled()
          Deprecated. Return true if the item is enabled, false otherwise.
 String getName()
          Deprecated.  
 String getNativeLibraryPath()
          Deprecated.  
 void setClasspath(String param1)
          Deprecated.  
 void setEnabled(String param1)
          Deprecated. Mark the item as enabled.
 void setName(String param1)
          Deprecated.  
 void setNativeLibraryPath(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.AnonymousElementList
getAnonymousElementList, modifyAnonymousElementList
 
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
 

Method Detail

getName

String getName()
Deprecated. 
Specified by:
getName in interface AMX_SPI
Specified by:
getName in interface NamedConfigElement

setName

void setName(String param1)
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

getClasspath

String getClasspath()
Deprecated. 

setClasspath

void setClasspath(String param1)
Deprecated. 

getNativeLibraryPath

String getNativeLibraryPath()
Deprecated. 

setNativeLibraryPath

void setNativeLibraryPath(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.