|
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 BusinessServiceConfigurationMBean
Provides API for managing business services
| Field Summary | |
|---|---|
static java.lang.String |
NAMEName of this mbean |
static java.lang.String |
TYPEType of this mbean |
| Method Summary | |
|---|---|
void |
detachBusinessServicesFromRegistry(java.util.Collection<Ref> refs)Detaches a collection of Business Services from the registry. |
void |
disableResultCaching(Ref serviceref)Disables result caching for the service. |
void |
enableResultCaching(Ref serviceref)Enables result caching for the service. |
boolean |
isResultCachingEnabled(Ref serviceref)Returns true if result caching is enabled |
Diagnostics[] |
synchronizeServices(java.util.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 |
| Field Detail |
|---|
static final java.lang.String NAME
static final java.lang.String TYPE
| Method Detail |
|---|
Diagnostics[] synchronizeServices(java.util.Collection<Ref> refs,
HandleDelete handleDelete)
throws NotFoundException,
java.lang.IllegalArgumentException
refs - Collection of all the Ref which have to be synchronized.handleDelete -
HandleDelete.MarkForDeleteHandleDelete.DeleteHandleDelete.DetachNotFoundException - If a Ref is not found.java.lang.IllegalArgumentException - If the Ref does not corresponds to a business service ref.
void detachBusinessServicesFromRegistry(java.util.Collection<Ref> refs)
throws NotFoundException,
java.lang.IllegalArgumentException
refs - Collection of Refs to be detached.NotFoundException - If the resource is not found.java.lang.IllegalArgumentException - If the ref does not corresponds to a business service ref.
boolean isResultCachingEnabled(Ref serviceref)
throws java.lang.Exception
serviceref - reference to the servicejava.lang.Exception
void enableResultCaching(Ref serviceref)
throws java.lang.Exception
serviceref - reference to the servicejava.lang.Exception
void disableResultCaching(Ref serviceref)
throws java.lang.Exception
serviceref - 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 | ||||||||