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)
           
 java.util.List getExcept(Operation operation)
           
 java.util.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

add

boolean add(Operation operation,
            MofException except)

exists

boolean exists(Operation operation,
               MofException except)

getExcept

java.util.List getExcept(Operation operation)

getOperation

java.util.Collection getOperation(MofException except)

remove

boolean remove(Operation operation,
               MofException except)