|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BusinessServiceConfigurationMBean
Provides API for managing business services
| Field Summary | |
|---|---|
static String |
NAME
Name of this mbean |
static String |
TYPE
Type of this mbean |
| Method Summary | |
|---|---|
void |
detachBusinessServicesFromRegistry(Collection<Ref> refs)
Detaches a collection of Business Services from the registry. |
Diagnostics[] |
synchronizeServices(Collection<Ref> refs,
HandleDelete handleDelete)
Synchronizes a collection of business services by importing them from the registry. |
| Methods inherited from interface com.bea.wli.sb.management.configuration.CommonServiceConfigurationMBean |
|---|
disableMonitoring, disableService, disableSLAAlerting, enableMonitoring, enableService, enableSLAAlerting, isEnabled, isMonitoringEnabled, isSLAAlertingEnabled |
| Methods inherited from interface weblogic.management.mbeanservers.Service |
|---|
getName, getParentAttribute, getParentService, getPath, getType |
| Field Detail |
|---|
static final String NAME
static final String TYPE
| Method Detail |
|---|
Diagnostics[] synchronizeServices(Collection<Ref> refs,
HandleDelete handleDelete)
throws NotFoundException,
IllegalArgumentException
refs - Collection of all the Ref which have to be synchronized.handleDelete - HandleDelete.MarkForDeleteHandleDelete.DeleteHandleDelete.DetachNotFoundException - If a Ref is not found.
IllegalArgumentException - If the Ref does not corresponds to a business service ref.
void detachBusinessServicesFromRegistry(Collection<Ref> refs)
throws NotFoundException,
IllegalArgumentException
refs - Collection of Refs to be detached.
NotFoundException - If the resource is not found.
IllegalArgumentException - If the ref does not corresponds to a business service ref.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||