org.jdiameter.api
Interface PeerTable

All Superinterfaces:
Wrapper
All Known Subinterfaces:
MutablePeerTable

public interface PeerTable
extends Wrapper

PeerManager is Diameter Stack PCB(RFC 3588) realization. Wrapper interface allows adapt message to any driver vendor specific interface. List of wrapper classes: - Server API : Network, MutablePeerTable

Version:
1.5.1 Final
Author:
erick.svenson@yahoo.com, artem.litvinov@gmail.com

Method Summary
 Peer getPeer(java.lang.String peerHost)
          Return peer by host name
 java.util.List<Peer> getPeerTable()
          Return no mutable list of peers
 
Methods inherited from interface org.jdiameter.api.Wrapper
isWrapperFor, unwrap
 

Method Detail

getPeer

Peer getPeer(java.lang.String peerHost)
Return peer by host name

Parameters:
peerHost - host name
Returns:
peer

getPeerTable

java.util.List<Peer> getPeerTable()
Return no mutable list of peers

Returns:
List of current stack known peers


Copyright © 2013. All Rights Reserved.