This script outputs the google search URL required for search on edocs documentation.
This script outputs the banner required for edocs documentation.
This script outputs the google search parameters required for search on edocs documentation.
DataSpaceLocalRuntimeServiceMBean (AquaLogic Data Services Platform API)
com.bea.dsp.management.runtime
Interface DataSpaceLocalRuntimeServiceMBean
All Known Subinterfaces: DataSpaceRuntimeServiceMBean
public interface DataSpaceLocalRuntimeServiceMBean
Supports monitoring and management of the runtime operations
of a data space on a managed server.
NAME_PREFIX
static final java.lang.String NAME_PREFIX
See Also: Constant Field Values
NAME_INFIX
static final java.lang.String NAME_INFIX
getNumberOfActiveRequests
int getNumberOfActiveRequests (java.lang.Boolean sideEffectFree)
Parameters: sideEffectFree
- if Boolean.TRUE this method returns only side-effect-free requests;
if Boolean.FALSE this method returns only side-effecting requests
if null this method returns all requests
Returns: The number of active client requests of the specified kind.
getRequestRuntimes
java.util.Collection<RequestRuntime > getRequestRuntimes ()
Returns: A collection of instances providing information on each active request.
killRequest
void killRequest (RequestRuntime.DomainWideRequestId domainWideRequestId)
Request to stop the active request with the specified id.
Parameters: domainWideRequestId
- The request id.
Copyright © 2007 BEA Systems Inc. All Rights Reserved.