Package com.soffid.iam.service
Interface ApplicationBootService
-
- All Known Subinterfaces:
BpmConfigService
public interface ApplicationBootServiceService ApplicationBootService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsoleBoot()Operation consoleBootvoidsyncServerBoot()Operation syncServerBootvoidtenantBoot(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, InternalErrorExceptionOperation consoleBoot- Throws:
InternalErrorException
-
syncServerBoot
void syncServerBoot() throws InternalErrorException, InternalErrorExceptionOperation syncServerBoot- Throws:
InternalErrorException
-
tenantBoot
void tenantBoot(Tenant tenant) throws InternalErrorException, InternalErrorException
Operation tenantBoot- Parameters:
tenant-- Throws:
InternalErrorException
-
-