Project JXTA

net.jxta.impl.pipe
Interface PipeRegistrar

All Known Implementing Classes:
PipeResolver, WirePipe

interface PipeRegistrar

Interface for classes which manage pipe registrations.


Method Summary
 boolean forget(InputPipe pipe)
          This peer is no longer listening on the specified pipe.
 boolean register(InputPipe ip)
          Register that this peer is an InputPipe for the specified Pipe ID.
 

Method Detail

register

public boolean register(InputPipe ip)
Register that this peer is an InputPipe for the specified Pipe ID.

Parameters:
ip - the pipe object

forget

public boolean forget(InputPipe pipe)
This peer is no longer listening on the specified pipe.

Returns:
true if the pipe was removed otherwise false.

JXTA J2SE