| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PostParserService | |
fipaos.mts | |
fipaos.mts.service |
Uses of PostParserService in fipaos.mts |
Subinterfaces of PostParserService in fipaos.mts | |
interface | ExternalMTP Common interface to a specific transport type - generally an implementation of a FIPA specified transport (hence use for inter-platform communications). |
Methods in fipaos.mts with parameters of type PostParserService | |
void | ExternalMTPBase.initialise(PostParserService previous, PostParserService next) Invoked when the undelying implementation should initialise itself. |
Uses of PostParserService in fipaos.mts.service |
Classes in fipaos.mts.service that implement PostParserService | |
class | BufferService TODO: Write a description of the class |
class | CommMultiplexService |
class | ParserService TODO: Write a description of the class |
Methods in fipaos.mts.service with parameters of type PostParserService | |
void | BufferService.initialise(PostParserService p1, PostParserService p2) |
void | CommMultiplexService.initialise(PostParserService p1, PostParserService p2) |
void | ParserService.initialise(PostParserService p1, PostParserService p2) Invoked when the undelying implementation should initialise itself. |
void | PostParserService.initialise(PostParserService previous, PostParserService next) Invoked when the undelying implementation should initialise itself. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |