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

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

Parameters:
ip - the pipe object

forget

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

Parameters:
ip - the pipe object
Returns:
true if the pipe was removed otherwise false.

JXTA J2SE