Package com.soffid.iam.service
Interface ApplicationBootService
-
- All Known Subinterfaces:
BpmConfigService
public interface ApplicationBootService
Service ApplicationBootService
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consoleBoot()
Operation consoleBootvoid
syncServerBoot()
Operation syncServerBootvoid
tenantBoot(Tenant tenant)
Operation tenantBoot
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
consoleBoot
void consoleBoot() throws InternalErrorException, InternalErrorException
Operation consoleBoot- Throws:
InternalErrorException
-
syncServerBoot
void syncServerBoot() throws InternalErrorException, InternalErrorException
Operation syncServerBoot- Throws:
InternalErrorException
-
tenantBoot
void tenantBoot(Tenant tenant) throws InternalErrorException, InternalErrorException
Operation tenantBoot- Parameters:
tenant
-- Throws:
InternalErrorException
-
-