org.glassfish.admin.amx.j2ee
Interface WebModule
- All Superinterfaces:
- AMX_SPI, AMXProxy, J2EEDeployedObject, J2EEManagedObject, J2EEModule, StateManageable
@AMXMBeanMetadata(type="WebModule",
leaf=true)
public interface WebModule- extends J2EEModule
A J2EE WebModule. Extends the J2EE management model with
additional product-specific Attributes and operations.
The monitoring peer as returned from getMonitoringPeer() is
org.glassfish.admin.amx.monitor.WebModuleVirtualServerMonitor
|
Method Summary |
String[] |
getservlets()
Note that the Attribute name is case-sensitive
"servlets" as defined by JSR 77. |
void |
reload()
|
| 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 |
getservlets
@ManagedAttribute
String[] getservlets()
- Note that the Attribute name is case-sensitive
"servlets" as defined by JSR 77.
reload
@ManagedOperation
void reload()
Copyright © 2012. All Rights Reserved.