Project JXTA

net.jxta.impl.proxy
Class ProxyService.PipeListenerList

java.lang.Object
  extended bynet.jxta.impl.proxy.ProxyService.PipeListenerList
Enclosing class:
ProxyService

static class ProxyService.PipeListenerList
extends Object


Field Summary
(package private)  String id
           
(package private)  InputPipe inputPipe
           
(package private)  LinkedList list
           
(package private)  Map pipeListeners
           
 
Constructor Summary
(package private) ProxyService.PipeListenerList(InputPipe inputPipe, Map pipeListeners, String id)
           
 
Method Summary
(package private)  void add(Requestor requestor)
           
(package private)  void remove(Requestor requestor)
           
(package private)  void send(Message message, String id)
           
(package private)  int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

list

LinkedList list

inputPipe

InputPipe inputPipe

pipeListeners

Map pipeListeners

id

String id
Constructor Detail

ProxyService.PipeListenerList

ProxyService.PipeListenerList(InputPipe inputPipe,
                              Map pipeListeners,
                              String id)
Method Detail

add

void add(Requestor requestor)

remove

void remove(Requestor requestor)

size

int size()

send

void send(Message message,
          String id)

toString

public String toString()

JXTA J2SE