Interface GlobalAssessletStatus

  • All Superinterfaces:
    java.rmi.Remote, TptRemote

    public interface GlobalAssessletStatus
    extends TptRemote
    This object provides an interface to obtain the state of a global assesslet.
    • Method Detail

      • getName

        java.lang.String getName()
                          throws java.rmi.RemoteException
        Returns the name of the executed global assesslet.
        Returns:
        The global assesslet name.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getConstraintResults

        java.util.List<GlobalAssessletConstraintResult> getConstraintResults()
                                                                      throws java.rmi.RemoteException
        Returns the results for each checked constraint of this global assesslet as GlobalAssessletConstraintResult.
        Returns:
        The results for each checked constraint.
        Throws:
        java.rmi.RemoteException - remote communication problem