next up previous contents
Next: Message object Up: Library usage Previous: Library usage   Contents

Objects overview

The programmer side of OPENMAIA Java connection library is based on three objects:

  org.maiaproject.connector.Connector
  org.maiaproject.connector.Message
  org.maiaproject.connector.MessageListener (I)

All of connector objects are part of org.maiaproject.connector package, so it is usefull to import used classes into the Java code.

   import org.maiaproject.connector.<class name>;



2005-07-12