Skip to main content

ModelCenter Remote Execution Java API 2026 R1

Interface: IPHXRunQueue

Last update: 22.06.2026

Package: com.phoenix_int.aserver

Declaration

public interface IPHXRunQueue

Method Summary

Modifier and Type Method and Description
void setRunQueue(java.lang.String connector, java.lang.String queue)
Sets the run queue for a component.

Method Detail

setRunQueue

void setRunQueue(java.lang.String connector, 
                 java.lang.String queue)
          throws java.lang.Exception

Sets the run queue for a component. It is important that this class throws PHXNoSuchCategoryException and ClassNotFoundException in the appropriate cases as they are handled in special ways by the PHXLibrarianMounter and PHXLibrarianCombiner.

Parameters:

  • connector - The name of the selected connector
  • queue - The name of the selected queue

Throws:

See Also:

Connect with Ansys