com.phoenix_int.aserver
Interface IPHXRunQueue


public interface IPHXRunQueue


Method Summary
 void setRunQueue(java.lang.String connector, java.lang.String queue)
          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 librarian mounter and librarian combiner.
 

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 librarian mounter and librarian combiner.

Parameters:
compClass - the class name for the component
virtualDirName - The directory the client asked for
connector - The name of the selected connector
queue - The name of the selected queue
Throws:
PHXNoSuchCategoryException - If the virtualDirName passed in is invalid
java.lang.ClassNotFoundException - If compClass doesn't indicate a valid class for the specified directory
java.lang.Exception - If anything goes wrong