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

exists

public boolean exists(Operation operation,
                      MofException except)

getOperation

public java.util.Collection getOperation(MofException except)

getExcept

public java.util.List getExcept(Operation operation)

add

public boolean add(Operation operation,
                   MofException except)

remove

public boolean remove(Operation operation,
                      MofException except)