Public Member Functions | Static Public Member Functions

alma.ACSCOURSE_MOUNT.MountConsumer Class Reference

Inheritance diagram for alma.ACSCOURSE_MOUNT.MountConsumer:
alma.acs.nc.Consumer alma.acs.nc.ReconnectableSubscriber

List of all members.

Public Member Functions

 MountConsumer (ContainerServices cServices) throws alma.acs.exceptions.AcsJException
void receive (MountEventData joe)

Static Public Member Functions

static void main (String[] args)

Detailed Description

MountConsumer is a simple class that connects to the MOUNT_CHANNEL channel, and prints events to standard out.

Author:
dfugate

Constructor & Destructor Documentation

alma.ACSCOURSE_MOUNT.MountConsumer.MountConsumer ( ContainerServices  cServices  )  throws alma.acs.exceptions.AcsJException

Member Function Documentation

static void alma.ACSCOURSE_MOUNT.MountConsumer.main ( String[]  args  )  [static]
void alma.ACSCOURSE_MOUNT.MountConsumer.receive ( MountEventData  joe  ) 

A receive method must be created for each type of event we plan on receiving.

Parameters:
joe A data structure extracted from a CORBA event.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties