|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 |
||||||||
| 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. |
| Method Detail |
|---|
boolean isEnabled(Ref serviceref)
throws java.lang.Exception
serviceref - reference to the servicejava.lang.Exception
void enableService(Ref serviceref)
throws java.lang.Exception
serviceref - reference to the servicejava.lang.Exception
void disableService(Ref serviceref)
throws java.lang.Exception
serviceref - reference to the servicejava.lang.Exception
boolean isMonitoringEnabled(Ref serviceref)
throws java.lang.Exception
serviceref - the reference to the servicejava.lang.Exception
void enableMonitoring(Ref serviceref)
throws java.lang.Exception
serviceref - the reference to the servicejava.lang.Exception
void disableMonitoring(Ref serviceref)
throws java.lang.Exception
serviceref - the reference to the servicejava.lang.Exception
boolean isSLAAlertingEnabled(Ref serviceRef)
throws java.lang.Exception
serviceRef - the reference to the servicejava.lang.Exception
void enableSLAAlerting(Ref serviceRef)
throws java.lang.Exception
serviceRef - the reference to the servicejava.lang.Exception
void disableSLAAlerting(Ref serviceRef)
throws java.lang.Exception
serviceRef - the reference to the servicejava.lang.Exception
|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||