| 
|||||||||
| 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 | 
enableMonitoring(Ref serviceref)
Enables monitoring for this service.  | 
 void | 
enableService(Ref serviceref)
Enables the 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  | 
| 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
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||