SIHGenericService Class Reference

Inherits from SIKService
Declared in SIHGenericService.h
SIHGenericService.m

– onStart

It handles generic service start event, and delivers the call to registered classes

- (void)onStart

Discussion

It handles generic service start event, and delivers the call to registered classes

Declared In

SIHGenericService.h

– onQueue

It handles generic service queue event, and delivers the call to registered classes

- (void)onQueue

Discussion

It handles generic service queue event, and delivers the call to registered classes

Declared In

SIHGenericService.h

– onPause

It handles generic service pause event, and delivers the call to registered classes

- (void)onPause

Discussion

It handles generic service pause event, and delivers the call to registered classes

Declared In

SIHGenericService.h

– onResume

It handles generic service resume event, and delivers the call to registered classes

- (void)onResume

Discussion

It handles generic service resume event, and delivers the call to registered classes

Declared In

SIHGenericService.h

– onFinish

It handles generic service finish event, and delivers the call to registered classes

- (void)onFinish

Discussion

It handles generic service finish event, and delivers the call to registered classes

Declared In

SIHGenericService.h

– onRequestInvoke:

It handles generic service request invoke event, and delivers the call to registered classes

- (void)onRequestInvoke:(id<SIKIConnectionRequest>)connectionRequest

Discussion

It handles generic service request invoke event, and delivers the call to registered classes

Declared In

SIHGenericService.h

– onRequestFinish:

It handles generic service request finish event, and delivers the call to registered classes

- (void)onRequestFinish:(id<SIKIConnectionResponse>)connectionResponse

Discussion

It handles generic service request finish event, and delivers the call to registered classes

Declared In

SIHGenericService.h

– onTerminate:

It handles generic service terminate event, and delivers the call to registered classes

- (void)onTerminate:(SIKServiceException *)serviceException

Discussion

It handles generic service terminate event, and delivers the call to registered classes

Declared In

SIHGenericService.h