org.jdiameter.client.impl.router
Class RouterImpl.RedirectEntry

java.lang.Object
  extended by org.jdiameter.client.impl.router.RouterImpl.RedirectEntry
Enclosing class:
RouterImpl

protected class RouterImpl.RedirectEntry
extends java.lang.Object


Constructor Summary
RouterImpl.RedirectEntry(java.lang.String key1, org.jdiameter.api.ApplicationId key2, long time, int usage, java.lang.String[] aHosts)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 long getExpiredTime()
           
 java.lang.String getRedirectHost()
           
 java.lang.String[] getRedirectHosts()
           
 int getUsageType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouterImpl.RedirectEntry

public RouterImpl.RedirectEntry(java.lang.String key1,
                                org.jdiameter.api.ApplicationId key2,
                                long time,
                                int usage,
                                java.lang.String[] aHosts)
                         throws java.lang.InternalError
Throws:
java.lang.InternalError
Method Detail

getUsageType

public int getUsageType()

getRedirectHosts

public java.lang.String[] getRedirectHosts()

getRedirectHost

public java.lang.String getRedirectHost()

getExpiredTime

public long getExpiredTime()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object


Copyright © 2008. All Rights Reserved.