JXTA

net.jxta.impl.pipe
Interface PipeRegistrar

All Known Implementing Classes:
PipeResolver, WirePipe

interface PipeRegistrar

Interface for classes which manage input pipe registrations.


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

Method Detail

register

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

Parameters:
pipe - The InputPipe to be registered.
Returns:
If true then the pipe was registered, otherwise false.

forget

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

Parameters:
pipe - The InputPipe to be forgotten.
Returns:
true if the pipe was removed otherwise false.

JXSE