Package es.caib.seycon.ng.servei
Class ApplicationShutdownServiceBaseProxy
- java.lang.Object
-
- es.caib.seycon.ng.servei.ApplicationShutdownServiceBaseProxy
-
- All Implemented Interfaces:
es.caib.seycon.ng.servei.ApplicationShutdownService
public class ApplicationShutdownServiceBaseProxy extends Object implements es.caib.seycon.ng.servei.ApplicationShutdownService
Spring Service base class for
see es.caib.seycon.ng.servei.ApplicationShutdownServicees.caib.seycon.ng.servei.ApplicationShutdownService
, provides access to all services and entities referenced by this service.
-
-
Constructor Summary
Constructors Constructor Description ApplicationShutdownServiceBaseProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
consoleShutdown()
com.soffid.iam.service.ApplicationShutdownService
getApplicationShutdownService()
Gets reference toapplicationShutdownService
.protected Principal
getPrincipal()
Gets the currentprincipal
if one has been set, otherwise returnsnull
.void
setApplicationShutdownService(com.soffid.iam.service.ApplicationShutdownService applicationShutdownService)
Sets reference toapplicationShutdownService
.void
syncServerShutdown()
-
-
-
Method Detail
-
setApplicationShutdownService
public void setApplicationShutdownService(com.soffid.iam.service.ApplicationShutdownService applicationShutdownService)
Sets reference toapplicationShutdownService
.
-
getApplicationShutdownService
public com.soffid.iam.service.ApplicationShutdownService getApplicationShutdownService()
Gets reference toapplicationShutdownService
.
-
consoleShutdown
@Transactional(rollbackFor=java.lang.Exception.class) public void consoleShutdown() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
consoleShutdown
in interfacees.caib.seycon.ng.servei.ApplicationShutdownService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
syncServerShutdown
@Transactional(rollbackFor=java.lang.Exception.class) public void syncServerShutdown() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
syncServerShutdown
in interfacees.caib.seycon.ng.servei.ApplicationShutdownService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getPrincipal
protected Principal getPrincipal()
Gets the currentprincipal
if one has been set, otherwise returnsnull
.- Returns:
- the current principal
-
-