|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommonServiceConfigurationMBean
Provides common API for managing business and proxy services
| Method Summary | |
|---|---|
void |
disableMonitoring(Ref serviceref)
Disables monitoring for this service. |
void |
disableService(Ref serviceref)
Disables the service. |
void |
disableSLAAlerting(Ref serviceRef)
Disables SLA alerts for this service. |
void |
enableMonitoring(Ref serviceref)
Enables monitoring for this service. |
void |
enableService(Ref serviceref)
Enables the service. |
void |
enableSLAAlerting(Ref serviceRef)
Enables the SLA alerts flag for this service. |
boolean |
isEnabled(Ref serviceref)
Returns true if the service is enabled |
boolean |
isMonitoringEnabled(Ref serviceref)
Returns true if the monitoring for this service is enabled |
boolean |
isSLAAlertingEnabled(Ref serviceRef)
Returns true if the SLA alert flag for this service is enabled. |
| Methods inherited from interface weblogic.management.mbeanservers.Service |
|---|
getName, getParentAttribute, getParentService, getPath, getType |
| Method Detail |
|---|
boolean isEnabled(Ref serviceref)
throws Exception
serviceref - reference to the service
Exception
void enableService(Ref serviceref)
throws Exception
serviceref - reference to the service
Exception
void disableService(Ref serviceref)
throws Exception
serviceref - reference to the service
Exception
boolean isMonitoringEnabled(Ref serviceref)
throws Exception
serviceref - the reference to the service
Exception
void enableMonitoring(Ref serviceref)
throws Exception
serviceref - the reference to the service
Exception
void disableMonitoring(Ref serviceref)
throws Exception
serviceref - the reference to the service
Exception
boolean isSLAAlertingEnabled(Ref serviceRef)
throws Exception
serviceRef - the reference to the service
Exception
void enableSLAAlerting(Ref serviceRef)
throws Exception
serviceRef - the reference to the service
Exception
void disableSLAAlerting(Ref serviceRef)
throws Exception
serviceRef - the reference to the service
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||