1 package org.jacorb.poa.gui; 2 3 import org.jacorb.poa.util.ByteArrayKey; 4 5 24 25 31 public interface POAMonitorController { 32 void actionCloseView(); 33 void actionDeactivateObject(String oidStr); 34 void actionRemoveRequestFromQueue(String ridStr); 35 org.jacorb.poa.util.StringPair[] actionRetrieveAOMContent(); 36 org.jacorb.poa.util.StringPair[] actionRetrieveQueueContent(); 37 } 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | Popular Tags |