12.07.2015 Views

VisiBroker Edition

VisiBroker Edition

VisiBroker Edition

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

事 件 监 听 器import org.omg.CORBA.LocalObject;public class ConnEventListenerImpl extends LocalObject implementsConnEventListener {public void conn_established(ConnInfo info) {System.out.println("Received conn_established: address = " +info.ipaddress + " port = " + info.port +" connID = " + info.connID);System.out.println("Processing the event ...");try {Thread.sleep(30000);} catch (Exception e) { e.printStackTrace(); }}public void conn_closed(ConnInfo info) {System.out.println("Received conn_closed: address = " +info.ipaddress+ " port = " + info.port +" connID = " + info.connID);}}事 件 队 列 23-7

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!