bridge
Class RoutMatcher

java.lang.Object
  extended by bridge.RoutMatcher
Direct Known Subclasses:
SRoutMatcher

public class RoutMatcher
extends java.lang.Object


Field Summary
protected  Bridge bridge
           
 
Constructor Summary
RoutMatcher(Bridge b)
           
 
Method Summary
 void addConnectionAnswer(ConnectionAnswer ans)
           
 void addConnectionInvitation(ConnectionInvitation in)
           
 void addRoutMatcherListener(RoutMatcherListener l)
           
 java.util.ArrayList<ConnectionAnswer> getConAnswers()
           
 java.util.ArrayList<ConnectionInvitation> getConInvitations()
           
 void removeRoutMatcherListener(RoutMatcherListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bridge

protected Bridge bridge
Constructor Detail

RoutMatcher

public RoutMatcher(Bridge b)
Method Detail

addConnectionInvitation

public void addConnectionInvitation(ConnectionInvitation in)

addConnectionAnswer

public void addConnectionAnswer(ConnectionAnswer ans)

getConInvitations

public java.util.ArrayList<ConnectionInvitation> getConInvitations()

getConAnswers

public java.util.ArrayList<ConnectionAnswer> getConAnswers()

addRoutMatcherListener

public void addRoutMatcherListener(RoutMatcherListener l)

removeRoutMatcherListener

public void removeRoutMatcherListener(RoutMatcherListener l)