The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Solstice::ImplementationManager - Manages inter-app communication.

SYNOPSIS

  my $manager = Solstice::ImplementationManager->new();
  # The list returned constists of Solstice::ImplementationData objects.
  my $list = $manager->createList({
      person => $solstice_person,
    method => 'methodName',
    args   => \@arguments_to_method,
  });

Export

No symbols exported.

Methods

new()

Creates a new Solstice::ImplementationManager object.

getToolImplementationManagers()

Returns a List containing all available managers.

getAppsWithoutManager()

Returns a List containing all installed applications that don't have a manager.

createList({ person => $solstice_person, method => 'methodName', args => \@args_to_method })

Calls the given method on all installed factories, returning a List of Solstice::ImplementationData objects.

_initializeManagers()

Determines what tools have managers, and creates them, while tracking those that don't.

Modules Used

Solstice::Database.

AUTHOR

Catalyst Group, <catalyst@u.washington.edu>

VERSION

$Revision: 2579 $

COPYRIGHT

Copyright 1998-2007 Office of Learning Technologies, University of Washington

Licensed under the Educational Community License, Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.opensource.org/licenses/ecl1.php

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.