Interface: IPHXRunQueue
Last update: 22.06.2026Package: 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 connectorqueue- The name of the selected queue
Throws:
ClassNotFoundException- If compClass doesn't indicate a valid class for the specified directoryjava.lang.Exception- If anything goes wrongPHXNoSuchCategoryException- If an invalid category is specified
See Also: