| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| PathServiceMBean | DomainMBean. createPathService(java.lang.String name) | Factory method to create PathService object | 
| PathServiceMBean | ResourceGroupTemplateMBean. createPathService(java.lang.String name) | Factory method to create PathService object | 
| PathServiceMBean[] | DomainMBean. getPathServices() | Define PathService for this Domain | 
| PathServiceMBean[] | ResourceGroupTemplateMBean. getPathServices() | The PathServices for this resource group template. | 
| PathServiceMBean | DomainMBean. lookupPathService(java.lang.String name) | |
| PathServiceMBean | ResourceGroupTemplateMBean. lookupPathService(java.lang.String name) | Finds a PathServiceMBean with the specified name. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | DomainMBean. destroyPathService(PathServiceMBean pathService) | Removes a PathService from this domain | 
| void | ResourceGroupTemplateMBean. destroyPathService(PathServiceMBean pathService) | Removes a PathService from this resource group template. |