javax.jmi.model
Interface CanRaise

All Superinterfaces:
RefAssociation, RefBaseObject

public interface CanRaise
extends RefAssociation


Method Summary
 boolean add(Operation operation, MofException except)
           
 boolean exists(Operation operation, MofException except)
           
 List getExcept(Operation operation)
           
 Collection getOperation(MofException except)
           
 boolean remove(Operation operation, MofException except)
           
 
Methods inherited from interface javax.jmi.reflect.RefAssociation
refAddLink, refAllLinks, refLinkExists, refQuery, refQuery, refRemoveLink
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

exists

boolean exists(Operation operation,
               MofException except)

getOperation

Collection getOperation(MofException except)

getExcept

List getExcept(Operation operation)

add

boolean add(Operation operation,
            MofException except)

remove

boolean remove(Operation operation,
               MofException except)


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.