planetj.processes.logon
Class SignOnAndRegistrationManager
java.lang.Object
  |
  +--planetj.processes.logon.SignOnAndRegistrationManager
- public class SignOnAndRegistrationManager
- extends Object
  
Manages instances of SignOn and Registration.  Provides data access methods and data generation methods. 
 Creation date: (6/25/2002 4:45:53 PM)
| 
Method Summary | 
static boolean | 
createAdminTable(String pSystemAlias)
 
          Creates a Admin table in the PlanetJ library for the givin System Alias at pSystemAlias
 Creation date: (6/25/2002 4:50:19 PM) | 
 
 
createAdminTable
public static boolean createAdminTable(String pSystemAlias)
                                throws CMException
- Creates a Admin table in the PlanetJ library for the givin System Alias at pSystemAlias
 Creation date: (6/25/2002 4:50:19 PM)
- Parameters:
 pSystemAlias - The alias of the system containing the Admin Table
- Returns:
 - boolean true if the creation was a success.
CMException