SIKResourceManager Class Reference

Inherits from NSObject
Declared in SIKResourceManager.h
SIKResourceManager.m

Overview

It handles and provides all resources needed by SIMINOV HYBRID.

Such As: Provides HybridDescriptor, AdapterDescriptor.

+ getInstance

It provides ResourceManager singleton instance

+ (SIKResourceManager *)getInstance

Return Value

ResourceManager

Discussion

It provides ResourceManager singleton instance

Declared In

SIKResourceManager.h

– getApplicationDescriptor

Get application descriptor

- (SIKApplicationDescriptor *)getApplicationDescriptor

Return Value

Application Descriptor

Discussion

Get application descriptor

Declared In

SIKResourceManager.h

– setApplicationDescriptor:

Set application descriptor

- (void)setApplicationDescriptor:(SIKApplicationDescriptor *)appDescriptor

Parameters

applicationDescriptor

Application Descriptor

Discussion

Set application descriptor

Declared In

SIKResourceManager.h

– requiredServiceDescriptorBasedOnPath:

Parse and get service descriptor based on path

- (SIKServiceDescriptor *)requiredServiceDescriptorBasedOnPath:(NSString *)serviceDescriptorPath

Parameters

serviceDescriptorPath

Path of service descriptor

Return Value

Service Descriptor

Discussion

Parse and get service descriptor based on path

Declared In

SIKResourceManager.h

– requiredServiceDescriptorBasedOnName:

Parse and get service descriptor based on name

- (SIKServiceDescriptor *)requiredServiceDescriptorBasedOnName:(NSString *)serviceDescriptorName

Parameters

serviceDescriptorName

Name of service descriptor

Return Value

Service Descriptor

Discussion

Parse and get service descriptor based on name

Declared In

SIKResourceManager.h

– requiredRequestBasedOnServiceDescriptorPath:requestName:

Parse and get service request based on service descriptor path

- (SIKRequest *)requiredRequestBasedOnServiceDescriptorPath:(NSString *)serviceDescriptorPath requestName:(NSString *)requestName

Parameters

serviceDescriptorPath

Path of service descriptor

requestName

Name of request

Return Value

Request

Discussion

Parse and get service request based on service descriptor path

Declared In

SIKResourceManager.h

– requireRequestBasedOnServiceDescriptorName:requestName:

Parse and get service request based on service descriptor name

- (SIKRequest *)requireRequestBasedOnServiceDescriptorName:(NSString *)serviceDescriptorName requestName:(NSString *)requestName

Parameters

serviceDescriptorName

Name of service descriptor

requestName

Name of request

Return Value

Request

Discussion

Parse and get service request based on service descriptor name

Declared In

SIKResourceManager.h

– getNotificationEventHandler

Get notification event handler

- (id<SIKINotificationEvents>)getNotificationEventHandler

Return Value

INotificationEvents instance

Discussion

Get notification event handler

Declared In

SIKResourceManager.h

– getSyncEventHandler

Get sync event handler

- (id<SIKISyncEvents>)getSyncEventHandler

Return Value

ISyncEvents instance

Discussion

Get sync event handler

Declared In

SIKResourceManager.h

– getSyncDescriptors

Get all sync descriptors

- (NSEnumerator *)getSyncDescriptors

Return Value

Sync Descriptors

Discussion

Get all sync descriptors

Declared In

SIKResourceManager.h

– getSyncDescriptor:

Get sync descriptor

- (SIKSyncDescriptor *)getSyncDescriptor:(NSString *)syncDescriptorName

Parameters

syncDescriptorName

Name of sync descriptor

Return Value

Sync Descriptor

Discussion

Get sync descriptor

Declared In

SIKResourceManager.h