com.centrasite.lcmapi
Interface LCMRegistryService


public interface LCMRegistryService

The LCMRegistryService provides access to the administration and runtime functionality


Method Summary
 LCMAdminManager getLCMAdminManager()
          Return the LCMAdminManager.
 LCMRuntimeManager getLCMRuntimeManager()
          Return the LCMRuntimeManager.
 

Method Detail

getLCMAdminManager

LCMAdminManager getLCMAdminManager()
                                   throws LCMException
Return the LCMAdminManager.

Returns:
the LCMAdminManager.
Throws:
LCMException - - if the LCM provider encounters an internal error

getLCMRuntimeManager

LCMRuntimeManager getLCMRuntimeManager()
                                       throws LCMException
Return the LCMRuntimeManager.

Returns:
the LCMRuntimeManager.
Throws:
LCMException - - if the LCM provider encounters an internal error