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