org.jdiameter.server.impl.helpers
Class ApplicationIdSelector

java.lang.Object
  extended by org.jdiameter.server.impl.helpers.ApplicationIdSelector
All Implemented Interfaces:
Selector<Message,ApplicationId>

public class ApplicationIdSelector
extends java.lang.Object
implements Selector<Message,ApplicationId>

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski

Constructor Summary
ApplicationIdSelector(ApplicationId applicationId)
           
 
Method Summary
 boolean checkRule(Message message)
           
 ApplicationId getMetaData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationIdSelector

public ApplicationIdSelector(ApplicationId applicationId)
Method Detail

checkRule

public boolean checkRule(Message message)
Specified by:
checkRule in interface Selector<Message,ApplicationId>

getMetaData

public ApplicationId getMetaData()
Specified by:
getMetaData in interface Selector<Message,ApplicationId>


Copyright © 2014. All Rights Reserved.