Uses of Interface
com.sun.n1.sps.model.component.CompStatus

Packages that use CompStatus
com.sun.n1.sps.model.component   
 

Uses of CompStatus in com.sun.n1.sps.model.component
 

Subinterfaces of CompStatus in com.sun.n1.sps.model.component
 interface CompCancelled
          Indicates the checkin was for an component that was cancelled.
 interface CompComplete
          Indicates the checkin was for an component that was completed.
 interface CompError
          Indicates the checkin was for an component that was in error status.
 interface CompPending
          Indicates the checkin was for an component that is pending.
 interface CompWasRedundant
          Indicates the checkin was for an existing component that remained unchanged.
 

Methods in com.sun.n1.sps.model.component that return CompStatus
 CompStatus CompCheckInInfo.getStatus()
          Return this checkin's status.