Implements administrative functions for the Repository Manager.
More...
#include <repository_manager_admin.h>
List of all members.
Detailed Description
Implements administrative functions for the Repository Manager.
Constructor & Destructor Documentation
DAnCE::RepositoryManager::Admin::Admin |
( |
Deployment::RepositoryManager_ptr |
rm |
) |
|
Member Function Documentation
bool DAnCE::RepositoryManager::Admin::create_package |
( |
const ACE_TCHAR * |
pc_path, |
|
|
const ACE_TCHAR * |
name, |
|
|
const ACE_TCHAR * |
baselocation, |
|
|
bool |
replace | |
|
) |
| | |
Create new package.
- Parameters:
-
CORBA::StringSeq * DAnCE::RepositoryManager::Admin::find_by_type |
( |
const ACE_TCHAR * |
type |
) |
|
Find package names by type.
bool DAnCE::RepositoryManager::Admin::install_package |
( |
const ACE_TCHAR * |
uri, |
|
|
const ACE_TCHAR * |
name, |
|
|
bool |
replace | |
|
) |
| | |
Install a package at a provided filesystem path.
CORBA::StringSeq * DAnCE::RepositoryManager::Admin::list_packages |
( |
void |
|
) |
|
List all installed packages.
CORBA::StringSeq * DAnCE::RepositoryManager::Admin::list_types |
( |
void |
|
) |
|
List all installed package types.
bool DAnCE::RepositoryManager::Admin::shutdown |
( |
void |
|
) |
|
Attempt to shutdown the server.
bool DAnCE::RepositoryManager::Admin::uninstall_package |
( |
const ACE_TCHAR * |
uuid |
) |
|
Uninstall a package with a provided UUID. Fails if the NoSuchName exception was raised.
Member Data Documentation
The documentation for this class was generated from the following files: