Uses of Class
org.apache.syncope.common.lib.info.SystemInfo.LoadInstant
-
Packages that use SystemInfo.LoadInstant Package Description org.apache.syncope.common.lib.info org.apache.syncope.core.starter org.apache.syncope.core.starter.actuate -
-
Uses of SystemInfo.LoadInstant in org.apache.syncope.common.lib.info
Methods in org.apache.syncope.common.lib.info that return types with arguments of type SystemInfo.LoadInstant Modifier and Type Method Description Queue<SystemInfo.LoadInstant>
SystemInfo. getLoad()
-
Uses of SystemInfo.LoadInstant in org.apache.syncope.core.starter
Method parameters in org.apache.syncope.core.starter with type arguments of type SystemInfo.LoadInstant Modifier and Type Method Description void
SyncopeCoreApplication.DefaultSyncopeStarterEventListener. addLoadInstant(PayloadApplicationEvent<SystemInfo.LoadInstant> event)
void
SyncopeCoreApplication.SyncopeStarterEventListener. addLoadInstant(PayloadApplicationEvent<SystemInfo.LoadInstant> event)
-
Uses of SystemInfo.LoadInstant in org.apache.syncope.core.starter.actuate
Method parameters in org.apache.syncope.core.starter.actuate with type arguments of type SystemInfo.LoadInstant Modifier and Type Method Description void
DefaultSyncopeCoreInfoContributor. addLoadInstant(PayloadApplicationEvent<SystemInfo.LoadInstant> event)
void
SyncopeCoreInfoContributor. addLoadInstant(PayloadApplicationEvent<SystemInfo.LoadInstant> event)
-