| Package | Description |
|---|---|
| weblogic.management.configuration |
| Modifier and Type | Method and Description |
|---|---|
LifecycleManagerEndPointMBean |
LifecycleManagerConfigMBean.createConfiguredEndPoint(String name)
Factory for creating a new LifecycleManager endpoint configuration.
|
LifecycleManagerEndPointMBean[] |
LifecycleManagerConfigMBean.getConfiguredEndPoints()
Returns the LifecycleManager endpoints that have been configured
as involved with this domain.
|
LifecycleManagerEndPointMBean[] |
LifecycleManagerConfigMBean.getEndPoints()
Returns the REST endpoints for each LifecycleManager that is
participating in the management of this domain.
|
LifecycleManagerEndPointMBean |
LifecycleManagerConfigMBean.lookupConfiguredEndPoint(String name)
Lookup a LifecycleManager EndPoint configuration by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleManagerConfigMBean.destroyConfiguredEndPoint(LifecycleManagerEndPointMBean endpoint)
Deletes a LifecycleManager endpoint.
|