Methods
- -databaseNameScheme
- -init
- used to set up this
- -initialize
- used to set up this
- -onGraphClosed:
- called by notification center in case a graph has been closed
- -serviceAvailability
- -serviceForGraph:
- -serviceForNode
- -serviceForNode:ofGraph:
- -serviceId
- -serviceVersion
- -setDatabaseNameSchema:
- specifies the naming schema for each graph dictionary database
- -setEnvironment:
- called by the service manager directly after this object
is being added to it
- -switchToMode:
- used to switch to a given operation mode
- -version
- (NSString *) databaseNameScheme;
- method result
- the naming schema for each graph dictionary database
used to set up this
See Also:
- initialize
- init;
used to set up this
See Also:
- init
- init;
called by notification center in case a graph has been closed
- onGraphClosed: (NSNotification *) notification;
Parameter Descriptions
notification
- underlying notification
- method result
- self
- (id <FTServiceAvailability>) serviceAvailability;
- method result
- information about the availability of the service
- (id <FTService>) serviceForGraph: (id <FTGraph>) aGraph;
Parameter Descriptions
aGraph
- graph to load the service for
- method result
- loads the service for the specified graph
See Also:
- serviceForNode:ofGraph:
- (id <FTService>) serviceForNode: (id <FTNode>) aNode ofGraph: (id <FTGraph>) aGraph;
Parameter Descriptions
aGraph
- graph to load the service for
- method result
- loads the service for the specified graph
See Also:
- serviceForNode
- (id <FTService>) serviceForNode: (id <FTNode>) aNode ofGraph: (id <FTGraph>) aGraph;
Parameter Descriptions
aGraph
- graph to load the service for
- (NSString *) serviceId;
- method result
- identifier for this services
See Also:
- version
- (id <FTVersion>) serviceVersion;
specifies the naming schema for each graph dictionary database
- setDatabaseNameSchema: (NSString *) aDatabaseName;
Parameter Descriptions
aDatabaseName
- the naming schema for each graph dictionary database
- method result
- self
called by the service manager directly after this object
is being added to it
- setEnvironment: (id <FTServiceEnvironment>) aServiceEnvironment;
Parameter Descriptions
aServiceEnvironment
- environment for the service
- method result
- self
used to switch to a given operation mode
- switchToMode: (ft_serviceMode_t) aServiceMode;
- method result
- self
See Also:
- serviceVersion
- (id <FTVersion>) serviceVersion;
- method result
- return the version of this service
(Last Updated August 27, 2006)