Methods
- -serviceAvailability
- -serviceForGraph:
- -serviceForNode
- -serviceForNode:ofGraph:
- -serviceId
- -serviceVersion
- -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
- (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;
called by the service manager directly after this object
is being added to it
- setEnvironment: (id <FTServiceEnvironment>) aServiceEnvironment;
Parameter Descriptions
aServiceEnvironment
- environment for the serbice
- 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)