IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.impord
Interface IAuxiliaryImportServiceValidator


public interface IAuxiliaryImportServiceValidator

Interface to perform custom validation on auxiliary services.

See Also:
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.

Method Summary
 IStatus validate(String serviceID, Object service)
          Custom validate operation implementation for a given serviceID.
 

Method Detail

validate

public IStatus validate(String serviceID,
                        Object service)
Custom validate operation implementation for a given serviceID.

Parameters:
serviceID - is the serviceID for which the service needs to be validated.
service - is the service associated with the given serviceID
Returns:
status of the validation operation.

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.