Uses of Class
org.serviceconnector.util.TimeoutWrapper
Packages that use TimeoutWrapper
Package
Description
-
Uses of TimeoutWrapper in org.serviceconnector.api.srv
Fields in org.serviceconnector.api.srv with type parameters of type TimeoutWrapperModifier and TypeFieldDescriptionprotected ScheduledFuture<TimeoutWrapper>SCSessionServer.serverTimeoutThe serverTimeout, timeout runs when server entry on SC need to be refreshed. -
Uses of TimeoutWrapper in org.serviceconnector.net.res
Methods in org.serviceconnector.net.res that return types with arguments of type TimeoutWrapperModifier and TypeMethodDescriptionSCMPSessionCompositeItem.getTimeout()Gets the session timeout.Method parameters in org.serviceconnector.net.res with type arguments of type TimeoutWrapperModifier and TypeMethodDescriptionvoidSCMPSessionCompositeItem.setTimeout(ScheduledFuture<TimeoutWrapper> timeout) Sets the session timeout. -
Uses of TimeoutWrapper in org.serviceconnector.server
Methods in org.serviceconnector.server that return TimeoutWrapperMethods in org.serviceconnector.server that return types with arguments of type TimeoutWrapperMethods in org.serviceconnector.server with parameters of type TimeoutWrapperModifier and TypeMethodDescriptionvoidServer.setTimeouterTask(TimeoutWrapper timeouterTask) Sets the timeouter task.Method parameters in org.serviceconnector.server with type arguments of type TimeoutWrapperModifier and TypeMethodDescriptionvoidServer.setTimeout(ScheduledFuture<TimeoutWrapper> timeout) Sets the server timeout. -
Uses of TimeoutWrapper in org.serviceconnector.service
Methods in org.serviceconnector.service that return TimeoutWrapperMethods in org.serviceconnector.service that return types with arguments of type TimeoutWrapperMethods in org.serviceconnector.service with parameters of type TimeoutWrapperModifier and TypeMethodDescriptionvoidAbstractSession.setTimeouterTask(TimeoutWrapper timeouterTask) Sets the timeouter task.Method parameters in org.serviceconnector.service with type arguments of type TimeoutWrapperModifier and TypeMethodDescriptionvoidAbstractSession.setTimeout(ScheduledFuture<TimeoutWrapper> timeout) Sets the session timeout. -
Uses of TimeoutWrapper in org.serviceconnector.web
Methods in org.serviceconnector.web that return TimeoutWrapperMethods in org.serviceconnector.web that return types with arguments of type TimeoutWrapperMethods in org.serviceconnector.web with parameters of type TimeoutWrapperModifier and TypeMethodDescriptionvoidWebSession.setTimeouterTask(TimeoutWrapper timeouterTask) Sets the timeouter task.Method parameters in org.serviceconnector.web with type arguments of type TimeoutWrapperModifier and TypeMethodDescriptionvoidWebSession.setTimeout(ScheduledFuture<TimeoutWrapper> timeout) Sets the session timeout.