com.sun.appserv.management.config
Interface LifecycleModuleConfig
- All Superinterfaces: 
- AMX, AMXConfig, AMXMBeanLogging, ConfigElement, NamedConfigElement, NotificationBroadcaster, NotificationEmitter
- public interface LifecycleModuleConfig- extends NamedConfigElement
representing a <lifecycle-module>.
 
 
 
 
 
 
 
 
 
J2EE_TYPE
public static final java.lang.String J2EE_TYPE
- The j2eeType as returned by AMX.getJ2EEType().
 
- See Also:
- Constant Field Values
 
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:
- getNamein interface- AMX
 
- 
- Returns:
- the "name" property value as found inside the ObjectName
- See Also:
- AMX.NAME_KEY
 
getClasspath
public java.lang.String getClasspath()
- 
 
- 
 
setClasspath
public void setClasspath(java.lang.String classpath)
- 
 
- 
 
getLoadOrder
public java.lang.String getLoadOrder()
- 
 
- 
 
setLoadOrder
public void setLoadOrder(java.lang.String order)
- 
 
- 
 
isFailureFatal
public boolean isFailureFatal()
- 
 
- 
 
setFailureFatal
public boolean setFailureFatal(boolean isFatal)
- 
 
- 
 
getEnabled
public boolean getEnabled()
- 
 
- 
 
setEnabled
public boolean setEnabled(boolean enabled)
- 
 
- 
 
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.