com.bea.dsp.management.admin
Interface AdministrationServiceMBean

All Superinterfaces:
AdministrationDirectoryServiceMBean

public interface AdministrationServiceMBean
extends AdministrationDirectoryServiceMBean

There is one administration service per dataspace per session.


Field Summary
static java.lang.String NAME_PREFIX
          Object names have the form NAME_PREFIX.
 
Method Summary
 javax.management.ObjectName getDataServicesMBean()
           
 javax.management.ObjectName getDataSourcesMBean()
           
 javax.management.ObjectName getDataSpaceMBean()
           
 
Methods inherited from interface com.bea.dsp.management.admin.AdministrationDirectoryServiceMBean
listDataServiceLocators
 

Field Detail

NAME_PREFIX

static final java.lang.String NAME_PREFIX
Object names have the form NAME_PREFIX.{sessionName}.{dataSpaceName} where session name may be null to denote the core state.

Method Detail

getDataSpaceMBean

javax.management.ObjectName getDataSpaceMBean()
                                              throws java.lang.Exception
Returns:
The object name of the MBean providing access to the general configuration settings for this dataspace in this session.

May not be null.

Throws:
java.lang.Exception

getDataSourcesMBean

javax.management.ObjectName getDataSourcesMBean()
                                                throws java.lang.Exception
Returns:
The object name of the MBean providing access to the data source configuration settings for this dataspace in this session.

May not be null.

Throws:
java.lang.Exception

getDataServicesMBean

javax.management.ObjectName getDataServicesMBean()
                                                 throws java.lang.Exception
Returns:
The object name of the MBean providing access to the data services configuration settings for this dataspace in this session.

May not be null.

Throws:
java.lang.Exception


Copyright © 2007 BEA Systems Inc. All Rights Reserved.