示例#1
0
 public void terminate() {
   IIOPLoopbackRegistry.getRegistry().unregister(listenerAddress);
   IIOPLoopbackRegistry.getRegistry().unregister(loopbackAddress);
 }
示例#2
0
 public void start() {
   IIOPLoopbackRegistry.getRegistry().register(listenerAddress, this);
   IIOPLoopbackRegistry.getRegistry().register(loopbackAddress, this);
 }