Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

edu::utah::pces::Allup Interface Reference

List of all members.

Detailed Description

The main interface to the Allup server.

The primary role of Allup is to hold shared libraries and service the CORBA objects created from those libraries.

Definition at line 76 of file Allup.idl.

Public Member Functions

FactoryLibrary OpenLibrary (in string name) raises (NoSuchLibrary)
 Open a library in the server.
FactoryLibraryList Libraries ()
void Shutdown ()
 Shut down the server process.


Member Function Documentation

FactoryLibraryList edu::utah::pces::Allup::Libraries  ) 
 

Returns:
A list of libraries current open in the server.

FactoryLibrary edu::utah::pces::Allup::OpenLibrary in string  name  )  raises (NoSuchLibrary)
 

Open a library in the server.

Parameters:
name The full path of the library.
Returns:
A FactoryLibrary object that can be used to communicate with the library.
Exceptions:
NoSuchLibrary if the library could not be found or loaded.

void edu::utah::pces::Allup::Shutdown  ) 
 

Shut down the server process.


The documentation for this interface was generated from the following file:
Generated on Fri Oct 22 07:51:08 2004 for CPU Broker by  doxygen 1.3.9.1