* @exception Exception if an error occurs
*/
private Thread getAOMThread(org.jacorb.poa.POA poa) throws Exception
{
Field fields[] = org.jacorb.poa.POA.class.getDeclaredFields();
AOM aom = null;
Thread aomRemovalThread = null;
for (int i = 0; i < fields.length; ++i)
{
if ("aom".equals(fields[i].getName()))