com.sun.appserv.management.config
Interface ModuleConfig
- All Superinterfaces:
- AMX, AMXConfig, AMXMBeanLogging, ConfigElement, Description, Enabled, NamedConfigElement, NotificationBroadcaster, NotificationEmitter, ObjectType
- All Known Subinterfaces:
- ConnectorModuleConfig, EJBModuleConfig, J2EEApplicationConfig, RARModuleConfig, WebModuleConfig
- public interface ModuleConfig
- extends AMX, Enabled, Description, ObjectType, NamedConfigElement
Functionality that all modules share.
Method Summary |
boolean |
getDirectoryDeployed()
Indicates whether the application has been
deployed to a directory or not. |
java.lang.String |
getLocation()
|
java.lang.String |
getName()
Get the name of this item. |
getName
public java.lang.String getName()
- Description copied from interface:
AMX
- Get the name of this item. Same as the value of the 'name' property
within the ObjectName.
- Specified by:
getName
in interface AMX
- Returns:
- the "name" property value as found inside the ObjectName
- See Also:
AMX.NAME_KEY
getLocation
public java.lang.String getLocation()
getDirectoryDeployed
public boolean getDirectoryDeployed()
- Indicates whether the application has been
deployed to a directory or not.
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.