this.pipeAdv = JxtaUtil.getPipeAdvertisement(this.getInstanceName());
if (_pipelogger.isLoggable(Level.FINEST)) {
_pipelogger.finest("JxtaServerPipeWrapper>>start netPeerGroup = " + this.netPeerGroup
+ " pipeAdv = " + this.pipeAdv);
}
this.serverPipe = new JxtaServerPipe(this.netPeerGroup, this.pipeAdv);
// we want to block until a connection is established
this.serverPipe.setPipeTimeout(0);
} catch (Exception e) {
// FIXME evaluate log level
if (_pipelogger.isLoggable(Level.FINE)) {