Package | Description |
---|---|
weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
weblogic.management.mbeans.custom |
Provides interfaces for
weblogic.management.mbeans.custom . |
weblogic.management.mbeanservers.edit |
Provides interfaces and exceptions for
weblogic.management.mbeanservers.edit . |
weblogic.management.mbeanservers.edit.internal |
Provides interfaces for
weblogic.management.mbeanservers.edit.internal . |
weblogic.management.provider |
Provides interfaces for
weblogic.management.provider . |
weblogic.management.provider.internal |
Provides interfaces for
weblogic.management.provider.internal . |
weblogic.server |
Provides interfaces and exceptions for
weblogic.server . |
Modifier and Type | Method and Description |
---|---|
SystemComponentMBean |
DomainMBean.createSystemComponent(java.lang.String name,
java.lang.String componentType)
This is the factory method for system components that are scoped at
the domain level.
|
SystemComponentMBean[] |
SystemComponentConfigurationMBean.getSystemComponents()
System Component Configurations are targeted to System Component
instances.
|
SystemComponentMBean[] |
DomainMBean.getSystemComponents()
Returns the SystemComponentMBeans, representing the system
system components that have been configured to be part of this
domain.
|
SystemComponentMBean |
DomainMBean.lookupSystemComponent(java.lang.String name)
Lookup a particular system component defined in the Domain
|
Modifier and Type | Method and Description |
---|---|
void |
SystemComponentConfigurationMBean.addSystemComponent(SystemComponentMBean target)
You can add a system component to specify additional instances on
which the system component configuration can be targeted.
|
void |
DomainMBean.destroySystemComponent(SystemComponentMBean bean)
Destroys and removes a system component which is a child of this
Domain with the specified short name.
|
void |
SystemComponentConfigurationMBean.removeSystemComponent(SystemComponentMBean target)
Removes the value of the System Component attribute.
|
void |
SystemComponentConfigurationMBean.setSystemComponents(SystemComponentMBean[] targets)
Sets the value of the System Components attribute.
|
private static void |
DomainValidator.validateSystemComponents(SystemComponentMBean[] components,
DomainMBean domain) |
Modifier and Type | Method and Description |
---|---|
private SystemComponentMBean |
SystemComponent.getServer() |
Modifier and Type | Method and Description |
---|---|
FileChange[] |
ConfigurationManagerMBean.getRemoteFileChanges(SystemComponentMBean sysComp)
Returns the list of changed files on the remote non-admin
machine.
|
byte[] |
ConfigurationManagerMBean.getRemoteFileContents(SystemComponentMBean sysComp,
FileChange chg)
Returns the contents of the specified remote file.
|
ServerStatus[] |
ConfigurationManagerMBean.resync(SystemComponentMBean sysComp)
Discard the configuration on the remote system from the
admin configuration.
|
FileChange[] |
ConfigurationManagerMBean.updateConfigurationFromRemoteSystem(SystemComponentMBean sysComp)
Updates the admin configuration with the contents of the
remote system component.
|
Modifier and Type | Method and Description |
---|---|
FileChange[] |
ConfigurationManagerMBeanImpl.getRemoteFileChanges(SystemComponentMBean sysCompMBean) |
byte[] |
ConfigurationManagerMBeanImpl.getRemoteFileContents(SystemComponentMBean sysCompMBean,
FileChange chg) |
ServerStatus[] |
ConfigurationManagerMBeanImpl.resync(SystemComponentMBean sysComp) |
FileChange[] |
ConfigurationManagerMBeanImpl.updateConfigurationFromRemoteSystem(SystemComponentMBean sysComp) |
Modifier and Type | Method and Description |
---|---|
MachineStatus[] |
EditAccess.resync(SystemComponentMBean sysComp)
push the config files of the given system component from adminserver to
the remote node where it's located.
|
Modifier and Type | Method and Description |
---|---|
private SystemComponentMBean |
CommonAdminConfigurationManager.findComponentMBean(java.lang.String compType,
java.lang.String compName,
DomainMBean domain) |
Modifier and Type | Method and Description |
---|---|
private void |
CommonAdminConfigurationManager.addFileToCLPerComponent(SystemComponentMBean compMBean,
java.io.File f,
weblogic.admin.plugin.ChangeList.Change.Type type,
java.util.HashMap<java.lang.String,weblogic.admin.plugin.NMMachineChangeList> machineCLMap,
java.lang.String tx,
boolean isForceOverride,
boolean validate) |
private java.util.HashMap<java.lang.String,weblogic.admin.plugin.NMMachineChangeList> |
CommonAdminConfigurationManager.createResyncChangeLists(java.lang.String tx,
DomainMBean domain,
DomainMBean currentDomain,
SystemComponentMBean sysCompMBean) |
private SystemComponentConfigurationMBean |
CommonAdminConfigurationManager.getComponentConfigurationMBean(DomainMBean domain,
SystemComponentMBean comp) |
FileChange[] |
CommonAdminConfigurationManager.getRemoteFileChanges(DomainMBean domain,
SystemComponentMBean comp) |
byte[] |
CommonAdminConfigurationManager.getRemoteFileContents(SystemComponentMBean sysCompMBean,
FileChange chg) |
(package private) MachineStatus[] |
CommonAdminConfigurationManager.resync(DomainMBean domain,
DomainMBean currentDomain,
SystemComponentMBean sysCompMBean) |
MachineStatus[] |
EditAccessImpl.resync(SystemComponentMBean sysComp) |
private MachineStatus[] |
EditAccessImpl.resyncInternal(SystemComponentMBean sysComp) |
FileChange[] |
CommonAdminConfigurationManager.updateConfigurationFromRemoteSystem(DomainMBean domain,
weblogic.management.internal.EditDirectoryManager directoryMgr,
SystemComponentMBean comp) |
Modifier and Type | Field and Description |
---|---|
private SystemComponentMBean |
SystemComponentLifeCycleRuntime.serverMBean |
Constructor and Description |
---|
SystemComponentLifeCycleRuntime(SystemComponentMBean serverMBean) |