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