project35.soa
Interface ServiceClass

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
DocumentValidationService, EditFieldValidationService, FieldValidationService, IDGeneratorService, ListFieldValidationService, OntologySource, OntologyViewer, Project35Plugin, RecordModelValidationService, TabletProject35Plugin, TreeOntologySource
All Known Implementing Classes:
AbstractEditFieldValidationService, AbstractProject35Plugin, AbstractTreeOntologySource, BooleanValidator, BoundedDoubleValidator, BoundedFloatValidator, BoundedIntegerValidator, Choose1FromNValidator, CloseMetaDataFile, ContextHelpPageCreationPlugin, DateTimeValidator, DateValidator, DefaultConfigurationFileCreationPlugin, DefaultIDGeneratorService, DefaultOntologyServiceDescriptionsPlugin, DefaultOntologyViewer, DefaultOntologyViewerPanel, DefaultSubtreeOntologySource, DoubleValidator, DuplicateFieldConfigurationsValidationService, DuplicateRecordConfigurationsValidationService, ExitMetaDataEditor, FloatValidator, GenerateFunctionalSpecificationsPlugin, IntegerValidator, MetaDataOntologySource, NumericValidator, OntologyIdentifierCreationPlugin, OntologyTermValidationService, OpenMetaDataFile, PictureOntologySource, PositiveIntegerValidator, PostAnnotationPlugin, Project35ConfigurationOntologySource, RequiredFieldValidator, SaveMetaDataFile, SingleColumnTextSource, StringMaskValidator, StringValidator, StubbedDocumentValidationService, StubbedEditFieldValidationService, StubbedIDGeneratorService, StubbedListFieldValidationService, StubbedOntologyViewer, StubbedProject35Plugin, StubbedRecordValidationService, StubbedService, TabIndentedTextSource, TestApplicationPlugin, URLValidator, XMLOntologySource

public interface ServiceClass
extends java.io.Serializable

a high level interface for specifying services in Project35 this was developed to facilitate a general service factory that required a method "setParameters". That factory and this class come as a result of independently developing service factories for ontology services and for id value generator services.


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Method Summary
 Parameter[] getInitialisationParameters()
           
 void initialiseService(java.net.URL resourceDirectory, Parameter[] initialisationParameters)
           
 

Method Detail

getInitialisationParameters

Parameter[] getInitialisationParameters()

initialiseService

void initialiseService(java.net.URL resourceDirectory,
                       Parameter[] initialisationParameters)
                       throws java.lang.Exception
Throws:
java.lang.Exception