@Service public class DomainPartitionHelperImpl extends java.lang.Object implements DomainPartitionHelper
Modifier and Type | Class and Description |
---|---|
private class |
DomainPartitionHelperImpl.BeanEventActivator |
private class |
DomainPartitionHelperImpl.BeanEventPreparer |
private class |
DomainPartitionHelperImpl.BeanEventProcessor |
private class |
DomainPartitionHelperImpl.BeanEventProcessorException |
Modifier and Type | Field and Description |
---|---|
private weblogic.diagnostics.debug.DebugLogger |
debugLogger |
private DomainMBean |
domain |
private java.util.Map<java.lang.String,DomainPartitionRuntimeMBeanImpl> |
domainPartitionRuntimes |
private DomainRuntimeMBean |
domainRuntime |
private EditSessionConfigurationManager |
editSessionConfigurationManager |
private static weblogic.security.acl.internal.AuthenticatedSubject |
kernelId |
private PartitionAppRuntimeStateRuntime |
partitionAppRuntimeStateRuntime |
private PartitionDeployerRuntime |
partitionDeployerRuntime |
private PartitionDeploymentManager |
partitionDeploymentManager |
private PartitionUserFileSystemManager |
partitionUserFileSystemManager |
Constructor and Description |
---|
DomainPartitionHelperImpl() |
Modifier and Type | Method and Description |
---|---|
private BeanUpdateListener |
createBeanUpdateListener() |
private DomainPartitionRuntimeMBeanImpl |
createDomainPartitionRuntime(PartitionMBean p) |
DomainPartitionRuntimeMBean[] |
getDomainPartitionRuntimes() |
void |
init(DomainMBean domain) |
DomainPartitionRuntimeMBean |
lookupDomainPartitionRuntime(java.lang.String name) |
private static weblogic.security.acl.internal.AuthenticatedSubject kernelId
private final java.util.Map<java.lang.String,DomainPartitionRuntimeMBeanImpl> domainPartitionRuntimes
private weblogic.diagnostics.debug.DebugLogger debugLogger
private DomainMBean domain
private DomainRuntimeMBean domainRuntime
@Inject private EditSessionConfigurationManager editSessionConfigurationManager
@Inject private PartitionAppRuntimeStateRuntime partitionAppRuntimeStateRuntime
@Inject private PartitionDeploymentManager partitionDeploymentManager
@Inject private PartitionDeployerRuntime partitionDeployerRuntime
@Inject private PartitionUserFileSystemManager partitionUserFileSystemManager
public void init(DomainMBean domain)
init
in interface DomainPartitionHelper
public DomainPartitionRuntimeMBean[] getDomainPartitionRuntimes()
getDomainPartitionRuntimes
in interface DomainPartitionHelper
public DomainPartitionRuntimeMBean lookupDomainPartitionRuntime(java.lang.String name)
lookupDomainPartitionRuntime
in interface DomainPartitionHelper
private DomainPartitionRuntimeMBeanImpl createDomainPartitionRuntime(PartitionMBean p) throws ManagementException
ManagementException
private BeanUpdateListener createBeanUpdateListener()