NAME

RTCORBA::RTORB - The CORBA/e Micro implementation of the RTORB interface


SYNOPSIS

  use CORBA;
  my $orb = CORBA::ORB_init(\@ARGV);
  my $rtorb = $orb->resolve_initial_references('RTORB');
  my $mutex = $rtorb->create_mutex();


DESCRIPTION

This is an extension of the CORBA::ORB and can be used to perform the same operations. It also provides methods to create and destroy RTCORBA::Mutex objects.


METHODS

create_mutex - Creates and returns an RTCORBA::Mutex object.

destroy_mutex - Destroys the provided RTCORBA::Mutex.