org.romaframework.module.users.install
Class UsersApplicationInstaller

java.lang.Object
  extended by org.romaframework.core.module.SelfRegistrantModule
      extended by org.romaframework.core.install.AbstractApplicationInstaller
          extended by org.romaframework.module.users.install.UsersApplicationInstaller
All Implemented Interfaces:
org.romaframework.core.config.Serviceable, org.romaframework.core.install.ApplicationInstaller, org.romaframework.core.module.Module

public class UsersApplicationInstaller
extends org.romaframework.core.install.AbstractApplicationInstaller


Field Summary
static java.lang.String ACCOUNT_ADMIN
           
static java.lang.String ACCOUNT_SEPARATOR
           
static java.lang.String ACCOUNT_USER
           
static java.lang.String PROFILE_ADMINISTRATOR
           
static java.lang.String PROFILE_BASIC
           
 
Fields inherited from interface org.romaframework.core.install.ApplicationInstaller
MODULE_NAME
 
Fields inherited from interface org.romaframework.core.config.Serviceable
STATUS_DOWN, STATUS_SHUTDOWNING, STATUS_STARTING, STATUS_UNKNOWN, STATUS_UP
 
Constructor Summary
UsersApplicationInstaller()
           
 
Method Summary
 boolean alreadyInstalled()
           
 void install()
           
 void install(java.lang.Object obj)
           
 
Methods inherited from class org.romaframework.core.install.AbstractApplicationInstaller
moduleName, shutdown, startup
 
Methods inherited from class org.romaframework.core.module.SelfRegistrantModule
getStatus, showConfiguration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROFILE_ADMINISTRATOR

public static final java.lang.String PROFILE_ADMINISTRATOR
See Also:
Constant Field Values

PROFILE_BASIC

public static final java.lang.String PROFILE_BASIC
See Also:
Constant Field Values

ACCOUNT_ADMIN

public static final java.lang.String ACCOUNT_ADMIN
See Also:
Constant Field Values

ACCOUNT_USER

public static final java.lang.String ACCOUNT_USER
See Also:
Constant Field Values

ACCOUNT_SEPARATOR

public static final java.lang.String ACCOUNT_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

UsersApplicationInstaller

public UsersApplicationInstaller()
Method Detail

alreadyInstalled

public boolean alreadyInstalled()

install

public void install()

install

public void install(java.lang.Object obj)