public class ApplicationDescriptorMBeanImpl extends DescriptorMBeanImpl implements ApplicationDescriptorMBean
Modifier and Type | Field and Description |
---|---|
private weblogic.j2ee.descriptor.ApplicationBean |
application |
private java.lang.String |
appName |
private static weblogic.diagnostics.debug.DebugLogger |
debugLogger
Handle to debug output logger.
|
private DomainMBean |
domain |
java.lang.String |
objectName
This is the ObjectName under which this service is registered in the MBeanServer
|
private weblogic.j2ee.descriptor.wl.WeblogicApplicationBean |
weblogicApplication |
Constructor and Description |
---|
ApplicationDescriptorMBeanImpl(weblogic.management.internal.AppInfo appInfo,
DomainMBean domain,
Service parent,
java.lang.String parentAttribute,
weblogic.j2ee.descriptor.wl.WeblogicApplicationBean weblogicApplication,
weblogic.j2ee.descriptor.ApplicationBean application) |
Modifier and Type | Method and Description |
---|---|
weblogic.j2ee.descriptor.ApplicationBean |
getApplicationDescriptor()
Returns the descriptor for application.xml
|
weblogic.j2ee.descriptor.wl.WeblogicApplicationBean |
getWeblogicApplicationDescriptor()
Returns the descriptor for weblogic-application.xml
|
_postSet, addPropertyChangeListener, equals, getName, getParentAttribute, getParentService, getPath, getType, hashCode, removePropertyChangeListener
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getName, getParentAttribute, getParentService, getPath, getType
private static weblogic.diagnostics.debug.DebugLogger debugLogger
public java.lang.String objectName
private DomainMBean domain
private weblogic.j2ee.descriptor.wl.WeblogicApplicationBean weblogicApplication
private weblogic.j2ee.descriptor.ApplicationBean application
private java.lang.String appName
ApplicationDescriptorMBeanImpl(weblogic.management.internal.AppInfo appInfo, DomainMBean domain, Service parent, java.lang.String parentAttribute, weblogic.j2ee.descriptor.wl.WeblogicApplicationBean weblogicApplication, weblogic.j2ee.descriptor.ApplicationBean application)
public weblogic.j2ee.descriptor.wl.WeblogicApplicationBean getWeblogicApplicationDescriptor()
getWeblogicApplicationDescriptor
in interface ApplicationDescriptorMBean
public weblogic.j2ee.descriptor.ApplicationBean getApplicationDescriptor()
getApplicationDescriptor
in interface ApplicationDescriptorMBean